Searched refs:_itowa (Results 1 – 5 of 5) sorted by relevance
/stdio-common/ |
A D | _itowa.h | 30 extern wchar_t *_itowa (unsigned long long int value, wchar_t *buflim, 67 # define _itowa(value, buf, base, upper_case) \ macro
|
A D | _itowa.c | 88 _itowa (unsigned long long int value, wchar_t *buflim, unsigned int base, in _itowa() function
|
A D | printf_fphex.c | 271 wnumstr = _itowa (num, wnumbuf + sizeof wnumbuf / sizeof (wchar_t), 16, in __printf_fphex()
|
A D | Makefile | 29 _itoa _itowa itoa-digits itoa-udigits itowa-digits \
|
A D | vfprintf-internal.c | 183 # define _itoa(Val, Buf, Base, Case) _itowa (Val, Buf, Base, Case)
|
Completed in 9 milliseconds