Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwprintf.c260 #define to_char(n) ((wchar_t)((n) + '0')) macro
904 *--cp = to_char(_umax & 7); in __vfwprintf()
915 *--cp = to_char(_umax % 10); in __vfwprintf()
918 *--cp = to_char(_umax); in __vfwprintf()
1502 *--t = to_char(exp % 10); in exponent()
1504 *--t = to_char(exp); in exponent()
1516 *p++ = to_char(exp); in exponent()
Dvfprintf.c243 #define to_char(n) ((n) + '0') macro
928 *--cp = to_char(_umax & 7); in __vfprintf()
939 *--cp = to_char(_umax % 10); in __vfprintf()
942 *--cp = to_char(_umax); in __vfprintf()
1536 *--t = to_char(exp % 10); in exponent()
1538 *--t = to_char(exp); in exponent()
1550 *p++ = to_char(exp); in exponent()