Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c140 static CHAR_T *__ujtoa(uintmax_t, CHAR_T *, int, int, const char *, int,
340 __ujtoa(uintmax_t val, CHAR_T *endp, int base, int octzero, in __ujtoa() function
1373 result = __ujtoa(ujval, cp, base, in WDECL()