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

/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dprintfcommon.h57 static CHAR *__ujtoa(uintmax_t, CHAR *, int, int, const char *);
215 __ujtoa(uintmax_t val, CHAR *endp, int base, int octzero, const char *xdigs) function
258 LIBC_ABORT("__ujtoa: invalid base=%d", base);
H A Dxprintf_int.c170 __ujtoa(uintmax_t val, char *endp, int base, const char *xdigs, function
370 p = __ujtoa(uu, pe, rdx, digit, ngrp, thousands_sep, thousands_sep_len, grouping);
H A Dvfprintf.c969 cp = __ujtoa(ujval, cp, base,
H A Dvfwprintf.c1039 cp = __ujtoa(ujval, cp, base,

Completed in 229 milliseconds