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/
Dvfprintf.c238 #define to_char(n) ((n) + '0') macro
934 *--cp = to_char(_umax & 7); in __vfprintf()
945 *--cp = to_char(_umax % 10); in __vfprintf()
948 *--cp = to_char(_umax); in __vfprintf()
1543 *--t = to_char(exp % 10); in exponent()
1545 *--t = to_char(exp); in exponent()
1557 *p++ = to_char(exp); in exponent()
Dvfwprintf.c260 #define to_char(n) ((wchar_t)((n) + '0')) macro
894 *--cp = to_char(_umax & 7); in __vfwprintf()
905 *--cp = to_char(_umax % 10); in __vfwprintf()
908 *--cp = to_char(_umax); in __vfwprintf()
1492 *--t = to_char(exp % 10); in exponent()
1494 *--t = to_char(exp); in exponent()
1506 *p++ = to_char(exp); in exponent()