Searched refs:numbuf (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c118 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
126 numstr = _itoa (num, numbuf + sizeof numbuf, 16, info->spec == 'A');\
133 while (numstr > numbuf + (sizeof numbuf - 64 / 4)) \
199 char numbuf[32]; local
373 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16,
380 numstr = _itoa (num, numbuf
[all...]

Completed in 48 milliseconds