Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfprintf.c139 #define to_char(n) ((n) + '0') macro
671 *--cp = to_char(_umax & 7); in __vfprintf()
682 *--cp = to_char(_umax % 10); in __vfprintf()
685 *--cp = to_char(_umax); in __vfprintf()
1287 *--t = to_char(exp % 10); in exponent()
1289 *--t = to_char(exp); in exponent()
1294 *p++ = to_char(exp); in exponent()