Home
last modified time | relevance | path

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

/netbsd/sys/arch/ews4800mips/stand/common/
H A Dconsole.c41 #define PUTCHAR __putchar /* "boot" hooks log staff. */ macro
146 PUTCHAR(int c) in PUTCHAR() function
/netbsd/lib/libc/stdio/
H A Dvsnprintf_ss.c113 #define PUTCHAR(C) do { \ in __weak_alias() macro
/netbsd/sys/dev/rasops/
H A Drasops_putchar_width.h196 #define PUTCHAR(depth) PUTCHAR1(depth) macro
/netbsd/external/bsd/ppp/dist/pppd/
H A Dpppd.h791 #define PUTCHAR(c, cp) { \ macro