Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdio/
H A Dprintflocal.h62 #define to_char(n) ((n) + '0') macro
H A Dxprintf_float.c81 #define to_char(n) ((n) + '0') macro
H A Dxprintf_int.c66 #define to_char(n) ((n) + '0') macro
/dflybsd-src/contrib/ncurses/progs/
H A Dtic.c2343 int to_char = 0; in check_infotocap() local