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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itowa.h30 extern wchar_t *_itowa (unsigned long long int value, wchar_t *buflim,
H A Dprintf_fphex.c30 #include "_itowa.h"
127 wnumstr = _itowa (num, \
378 wnumstr = _itowa (num, wnumbuf + sizeof wnumbuf / sizeof (wchar_t), 16,
H A D_itowa.c27 #include "_itowa.h"
89 _itowa (value, buflim, base, upper_case) function
H A Dvfprintf.c92 # include "_itowa.h"
101 # define _itoa(Val, Buf, Base, Case) _itowa (Val, Buf, Base, Case)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1080 void _itowa() {} function
H A Dlibroot_stubs_legacy.c1000 void _itowa() {} function

Completed in 192 milliseconds