📄 libc.c
字号:
/**************************************************************************
* *
* PROJECT : TMON (Transparent monitor) *
* *
* MODULE : LIBC.c *
* *
* AUTHOR : Michael Anburaj *
* URL : http://geocities.com/michaelanburaj/ *
* EMAIL: michaelanburaj@hotmail.com *
* *
* PROCESSOR : MIPS 4Kc (32 bit RISC) - ATLAS board *
* *
* Tool-chain : SDE & Cygnus *
* *
* DESCRIPTION : *
* This is the LIBC module. Implements most of the standard library *
* functions. *
* *
**************************************************************************/
#include "sysdefs.h"
#include <string.h>
#include <ctype.h>
#include <stdarg.h>
#include <errno.h>
/* ********************************************************************* */
/* Global definitions */
/* for errno.h */
int errno;
/* for ctype.h */
char _ctype[] = {
/* 0 */ 0,
/* 1 */ _CTR,
/* 2 */ _CTR,
/* 3 */ _CTR,
/* 4 */ _CTR,
/* 5 */ _CTR,
/* 6 */ _CTR,
/* 7 */ _CTR,
/* 8 */ _CTR,
/* 9 */ _SPC+_CTR,
/* 10 */ _SPC+_CTR,
/* 11 */ _SPC+_CTR,
/* 12 */ _SPC+_CTR,
/* 13 */ _SPC+_CTR,
/* 14 */ _CTR,
/* 15 */ _CTR,
/* 16 */ _CTR,
/* 17 */ _CTR,
/* 18 */ _CTR,
/* 19 */ _CTR,
/* 20 */ _CTR,
/* 21 */ _CTR,
/* 22 */ _CTR,
/* 23 */ _CTR,
/* 24 */ _CTR,
/* 25 */ _CTR,
/* 26 */ _CTR,
/* 27 */ _CTR,
/* 28 */ _CTR,
/* 29 */ _CTR,
/* 30 */ _CTR,
/* 31 */ _CTR,
/* 32 */ _SPC+_BLK,
/* 33 */ _PUN,
/* 34 */ _PUN,
/* 35 */ _PUN,
/* 36 */ _PUN,
/* 37 */ _PUN,
/* 38 */ _PUN,
/* 39 */ _PUN,
/* 40 */ _PUN,
/* 41 */ _PUN,
/* 42 */ _PUN,
/* 43 */ _PUN,
/* 44 */ _PUN,
/* 45 */ _PUN,
/* 46 */ _PUN,
/* 47 */ _PUN,
/* 48 */ _DIG,
/* 49 */ _DIG,
/* 50 */ _DIG,
/* 51 */ _DIG,
/* 52 */ _DIG,
/* 53 */ _DIG,
/* 54 */ _DIG,
/* 55 */ _DIG,
/* 56 */ _DIG,
/* 57 */ _DIG,
/* 58 */ _PUN,
/* 59 */ _PUN,
/* 60 */ _PUN,
/* 61 */ _PUN,
/* 62 */ _PUN,
/* 63 */ _PUN,
/* 64 */ _PUN,
/* 65 */ _UPC+_HEX,
/* 66 */ _UPC+_HEX,
/* 67 */ _UPC+_HEX,
/* 68 */ _UPC+_HEX,
/* 69 */ _UPC+_HEX,
/* 70 */ _UPC+_HEX,
/* 71 */ _UPC,
/* 72 */ _UPC,
/* 73 */ _UPC,
/* 74 */ _UPC,
/* 75 */ _UPC,
/* 76 */ _UPC,
/* 77 */ _UPC,
/* 78 */ _UPC,
/* 79 */ _UPC,
/* 80 */ _UPC,
/* 81 */ _UPC,
/* 82 */ _UPC,
/* 83 */ _UPC,
/* 84 */ _UPC,
/* 85 */ _UPC,
/* 86 */ _UPC,
/* 87 */ _UPC,
/* 88 */ _UPC,
/* 89 */ _UPC,
/* 90 */ _UPC,
/* 91 */ _PUN,
/* 92 */ _PUN,
/* 93 */ _PUN,
/* 94 */ _PUN,
/* 95 */ _PUN,
/* 96 */ _PUN,
/* 97 */ _LWR+_HEX,
/* 98 */ _LWR+_HEX,
/* 99 */ _LWR+_HEX,
/* 100 */ _LWR+_HEX,
/* 101 */ _LWR+_HEX,
/* 102 */ _LWR+_HEX,
/* 103 */ _LWR,
/* 104 */ _LWR,
/* 105 */ _LWR,
/* 106 */ _LWR,
/* 107 */ _LWR,
/* 108 */ _LWR,
/* 109 */ _LWR,
/* 110 */ _LWR,
/* 111 */ _LWR,
/* 112 */ _LWR,
/* 113 */ _LWR,
/* 114 */ _LWR,
/* 115 */ _LWR,
/* 116 */ _LWR,
/* 117 */ _LWR,
/* 118 */ _LWR,
/* 119 */ _LWR,
/* 120 */ _LWR,
/* 121 */ _LWR,
/* 122 */ _LWR,
/* 123 */ _PUN,
/* 124 */ _PUN,
/* 125 */ _PUN,
/* 126 */ _PUN,
/* 127 */ _CTR,
/* 128 */ 0,
/* 129 */ 0,
/* 130 */ 0,
/* 131 */ 0,
/* 132 */ 0,
/* 133 */ 0,
/* 134 */ 0,
/* 135 */ 0,
/* 136 */ 0,
/* 137 */ 0,
/* 138 */ 0,
/* 139 */ 0,
/* 140 */ 0,
/* 141 */ 0,
/* 142 */ 0,
/* 143 */ 0,
/* 144 */ 0,
/* 145 */ 0,
/* 146 */ 0,
/* 147 */ 0,
/* 148 */ 0,
/* 149 */ 0,
/* 150 */ 0,
/* 151 */ 0,
/* 152 */ 0,
/* 153 */ 0,
/* 154 */ 0,
/* 155 */ 0,
/* 156 */ 0,
/* 157 */ 0,
/* 158 */ 0,
/* 159 */ 0,
/* 160 */ 0,
/* 161 */ _PUN,
/* 162 */ _PUN,
/* 163 */ _PUN,
/* 164 */ _PUN,
/* 165 */ _PUN,
/* 166 */ _PUN,
/* 167 */ _PUN,
/* 168 */ _PUN,
/* 169 */ _PUN,
/* 170 */ _PUN,
/* 171 */ _PUN,
/* 172 */ _PUN,
/* 173 */ _PUN,
/* 174 */ _PUN,
/* 175 */ _PUN,
/* 176 */ _PUN,
/* 177 */ _PUN,
/* 178 */ _PUN,
/* 179 */ _PUN,
/* 180 */ _PUN,
/* 181 */ _PUN,
/* 182 */ _PUN,
/* 183 */ _PUN,
/* 184 */ _PUN,
/* 185 */ _PUN,
/* 186 */ _PUN,
/* 187 */ _PUN,
/* 188 */ _PUN,
/* 189 */ _PUN,
/* 190 */ _PUN,
/* 191 */ _PUN,
/* 192 */ _PUN,
/* 193 */ _PUN,
/* 194 */ _PUN,
/* 195 */ _PUN,
/* 196 */ _PUN,
/* 197 */ _PUN,
/* 198 */ _PUN,
/* 199 */ _PUN,
/* 200 */ _PUN,
/* 201 */ _PUN,
/* 202 */ _PUN,
/* 203 */ _PUN,
/* 204 */ _PUN,
/* 205 */ _PUN,
/* 206 */ _PUN,
/* 207 */ _PUN,
/* 208 */ _PUN,
/* 209 */ _PUN,
/* 210 */ _PUN,
/* 211 */ _PUN,
/* 212 */ _PUN,
/* 213 */ _PUN,
/* 214 */ _PUN,
/* 215 */ _PUN,
/* 216 */ _PUN,
/* 217 */ _PUN,
/* 218 */ _PUN,
/* 219 */ _PUN,
/* 220 */ _PUN,
/* 221 */ _PUN,
/* 222 */ _PUN,
/* 223 */ _PUN,
/* 224 */ 0,
/* 225 */ 0,
/* 226 */ 0,
/* 227 */ 0,
/* 228 */ 0,
/* 229 */ 0,
/* 230 */ 0,
/* 231 */ 0,
/* 232 */ 0,
/* 233 */ 0,
/* 234 */ 0,
/* 235 */ 0,
/* 236 */ 0,
/* 237 */ 0,
/* 238 */ 0,
/* 239 */ 0,
/* 240 */ 0,
/* 241 */ 0,
/* 242 */ 0,
/* 243 */ 0,
/* 244 */ 0,
/* 245 */ 0,
/* 246 */ 0,
/* 247 */ 0,
/* 248 */ 0,
/* 249 */ 0,
/* 250 */ 0,
/* 251 */ 0,
/* 252 */ 0,
/* 253 */ 0,
/* 254 */ 0,
/* 255 */ 0};
/* ********************************************************************* */
/* File local definitions */
/* for _doprintx */
#define BUF 32
#define ARG() \
_ulong = \
(flags & SHORTINT) ? \
(U32)((S16)((U16)va_arg(argp, U32))) : \
(U32)va_arg(argp, U32);
#define todigit(c) ((c) - '0')
#define tochar(n) ((n) + '0')
/* have to deal with the negative buffer count kludge */
#define NEGATIVE_COUNT_KLUDGE
#define LONGINT 0x01 /* long integer */
#define LONGDBL 0x02 /* long double; unimplemented */
#define SHORTINT 0x04 /* short integer */
#define ALT 0x08 /* alternate form */
#define LADJUST 0x10 /* left adjustment */
#define ZEROPAD 0x20 /* zero (as opposed to blank) pad */
#define HEXPREFIX 0x40 /* add 0x or 0X prefix */
/* for strtol */
#define max_allowable(A) (MAXINT(sizeof(S32))/A - 1)
/* ********************************************************************* */
/* Local functions */
/*
*********************************************************************************************
* _doprntx
*
* Description:
*
* Arguments :
*
* Return :
*
* Note(s) :
*********************************************************************************************
*/
static int _doprntx(
char *fmt0,
va_list argp,
void (*putc)(),
char **pca)
{
U8 *fmt; /* format string */
int ch; /* character from fmt */
int cnt; /* return value accumulator */
int n; /* random handy integer */
char *t; /* buffer pointer */
U32 _ulong; /* integer arguments %[diouxX] */
int base; /* base for [diouxX] conversion */
int dprec; /* decimal precision in [diouxX] */
int fieldsz; /* field size expanded by sign, etc */
int flags; /* flags as above */
int fpprec; /* `extra' floating precision in [eEfgG]*/
int prec; /* precision from format (%.3d), or -1 */
int realsz; /* field size expanded by decimal precision */
int size; /* size of converted field or string */
int width; /* width from format (%8d), or 0 */
char sign; /* sign prefix (' ', '+', '-', or \0) */
char *digs; /* digits for [diouxX] conversion */
char buf[BUF]; /* space for %c, %[diouxX], %[eEfgG] */
fmt = (U8*)fmt0;
digs = "0123456789abcdef";
for (cnt = 0;; ++fmt) {
for (; (ch = *fmt) && ch != '%';
++cnt, ++fmt)
if(ch!='\n')
putc(ch, pca);
else
{ putc(CR, pca); putc(LF, pca); ++cnt; };
if (!ch)
return (cnt);
flags = 0; dprec = 0; fpprec = 0; width = 0;
prec = -1;
sign = '\0';
rflag: switch (*++fmt) {
case ' ':
/*
* ``If the space and + flags both appear, the space
* flag will be ignored.''
* -- ANSI X3J11
*/
if (!sign)
sign = ' ';
goto rflag;
case '#':
flags |= ALT;
goto rflag;
case '*':
/*
* ``A negative field width argument is taken as a
* - flag followed by a positive field width.''
* -- ANSI X3J11
* They don't exclude field widths read from args.
*/
if ((width = va_arg(argp, int)) >= 0)
goto rflag;
width = -width;
/* FALLTHROUGH */
case '-':
flags |= LADJUST;
goto rflag;
case '+':
sign = '+';
goto rflag;
case '.':
if (*++fmt == '*')
n = va_arg(argp, int);
else {
n = 0;
while (isascii(*fmt) && isdigit(*fmt))
n = 10 * n + todigit(*fmt++);
--fmt;
}
prec = n < 0 ? -1 : n;
goto rflag;
case '0':
/*
* ``Note that 0 is taken as a flag, not as the
* beginning of a field width.''
* -- ANSI X3J11
*/
flags |= ZEROPAD;
goto rflag;
case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':
n = 0;
do {
n = 10 * n + todigit(*fmt);
} while (isascii(*++fmt) && isdigit(*fmt));
width = n;
--fmt;
goto rflag;
case 'L':
flags |= LONGDBL;
goto rflag;
case 'h':
flags |= SHORTINT;
goto rflag;
case 'l':
flags |= LONGINT;
goto rflag;
case 'c':
*(t = buf) = va_arg(argp, int);
size = 1;
sign = '\0';
goto pforw;
case 'D':
flags |= LONGINT;
/*FALLTHROUGH*/
case 'd':
case 'i':
ARG();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -