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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c238 #define to_char(n) ((n) + '0') macro
934 *--cp = to_char(_umax & 7);
945 *--cp = to_char(_umax % 10);
948 *--cp = to_char(_umax);
1543 *--t = to_char(exp % 10);
1545 *--t = to_char(exp);
1557 *p++ = to_char(exp);
H A Dvfwprintf.c260 #define to_char(n) ((wchar_t)((n) + '0')) macro
894 *--cp = to_char(_umax & 7);
905 *--cp = to_char(_umax % 10);
908 *--cp = to_char(_umax);
1492 *--t = to_char(exp % 10);
1494 *--t = to_char(exp);
1506 *p++ = to_char(exp);

Completed in 23 milliseconds