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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itoa.h38 _itoa_word (unsigned long value, char *buflim, function
76 char *cp = _itoa_word (value, tmpbuf + sizeof (value) * 4, base, upper_case);
H A Dprintf_fphex.c118 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
373 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16,
511 expstr = _itoa_word (exponent, expbuf + sizeof expbuf, 10, 0);
H A Dvfprintf.c102 # define _itoa_word(Val, Buf, Base, Case) _itowa_word (Val, Buf, Base, Case) macro
706 string = _itoa_word (number.word, workend, base, \
1951 w = _itoa_word (info->width, workend, 10, 0);
1959 w = _itoa_word (info->prec, workend, 10, 0);
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt_init.c57 cp = _itoa_word (__getpid (), cp, 10, 0);

Completed in 37 milliseconds