Searched refs:_itoa (Results 1 – 4 of 4) sorted by relevance
/stdio-common/ |
A D | _itoa.c | 192 _itoa (unsigned long long int value, char *buflim, unsigned int base, in _itoa() function 472 char *cp = _itoa (value, tmpbuf + sizeof (value) * 4, base, upper_case); in _fitoa()
|
A D | printf_fphex.c | 273 numstr = _itoa (num, numbuf + sizeof numbuf, 16, in __printf_fphex()
|
A D | Makefile | 29 _itoa _itowa itoa-digits itoa-udigits itowa-digits \
|
A D | vfprintf-internal.c | 182 # undef _itoa 183 # define _itoa(Val, Buf, Base, Case) _itowa (Val, Buf, Base, Case) macro 757 string = _itoa (number.longlong, workend, base, \
|
Completed in 8 milliseconds