Home
last modified time | relevance | path

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

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_133.c9 to_char(void *ptr) in to_char() function
/netbsd-src/lib/libc/stdio/
H A Dvsnprintf_ss.c74 #define to_char(n) (char)((n) + '0') in __weak_alias() macro
H A Dvfwprintf.c253 #define to_char(n) (CHAR_T)((n) + '0') macro
/netbsd-src/sys/kern/
H A Dsubr_prf.c1187 #define to_char(n) ((n) + '0') macro