Home
last modified time | relevance | path

Searched refs:_itoa (Results 1 – 4 of 4) sorted by relevance

/stdio-common/
A D_itoa.c192 _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 Dprintf_fphex.c273 numstr = _itoa (num, numbuf + sizeof numbuf, 16, in __printf_fphex()
A DMakefile29 _itoa _itowa itoa-digits itoa-udigits itowa-digits \
A Dvfprintf-internal.c182 # 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