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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c243 #define to_char(n) ((n) + '0') macro
929 *--cp = to_char(_umax & 7);
940 *--cp = to_char(_umax % 10);
943 *--cp = to_char(_umax);
1537 *--t = to_char(exp % 10);
1539 *--t = to_char(exp);
1551 *p++ = to_char(exp);
H A Dvfwprintf.c260 #define to_char(n) ((wchar_t)((n) + '0')) macro
905 *--cp = to_char(_umax & 7);
916 *--cp = to_char(_umax % 10);
919 *--cp = to_char(_umax);
1503 *--t = to_char(exp % 10);
1505 *--t = to_char(exp);
1517 *p++ = to_char(exp);

Completed in 41 milliseconds