Searched refs:to_char (Results 1 – 5 of 5) sorted by relevance
146 *--t = to_char (exp % 10); in __exponent()149 *--t = to_char (exp); in __exponent()156 *p++ = to_char (exp); in __exponent()
99 #define to_char(n) ((n) + '0') macro
123 #define to_char(n) ((n) + '0') macro
321 #define to_char(n) ((n) + L'0') macro1308 *--cp = to_char (_uquad & 7); in VFWPRINTF()1319 *--cp = to_char(_uquad); in VFWPRINTF()1326 *--cp = to_char (_uquad % 10); in VFWPRINTF()1663 *--t = to_char (exp % 10); in wexponent()1665 *--t = to_char (exp); in wexponent()1671 *p++ = to_char (exp); in wexponent()
352 #define to_char(n) ((n) + '0') macro1328 *--cp = to_char (_uquad & 7); in VFPRINTF()1339 *--cp = to_char(_uquad); in VFPRINTF()1346 *--cp = to_char (_uquad % 10); in VFPRINTF()1667 *--t = to_char (exp % 10); in exponent()1669 *--t = to_char (exp); in exponent()1675 *p++ = to_char (exp); in exponent()