Home
last modified time | relevance | path

Searched refs:_itowa (Results 1 – 5 of 5) sorted by relevance

/stdio-common/
A D_itowa.h30 extern wchar_t *_itowa (unsigned long long int value, wchar_t *buflim,
67 # define _itowa(value, buf, base, upper_case) \ macro
A D_itowa.c88 _itowa (unsigned long long int value, wchar_t *buflim, unsigned int base, in _itowa() function
A Dprintf_fphex.c271 wnumstr = _itowa (num, wnumbuf + sizeof wnumbuf / sizeof (wchar_t), 16, in __printf_fphex()
A DMakefile29 _itoa _itowa itoa-digits itoa-udigits itowa-digits \
A Dvfprintf-internal.c183 # define _itoa(Val, Buf, Base, Case) _itowa (Val, Buf, Base, Case)

Completed in 9 milliseconds