Searched defs:putchar (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dputchar.c45 #undef putchar macro
52 putchar(int c) function
/freebsd-11-stable/bin/sh/bltin/
H A Dbltin.h56 #undef putchar macro
57 #define putchar(c) out1c(c) macro
/freebsd-11-stable/stand/i386/common/
H A Dcons.c57 putchar(int c) function
/freebsd-11-stable/usr.bin/tput/
H A Dtput.c53 #undef putchar macro
/freebsd-11-stable/stand/common/
H A Dconsole.c131 putchar(int c) function
/freebsd-11-stable/contrib/diff/lib/
H A Dunlocked-io.h116 # undef putchar macro
117 # define putchar(x) putchar_unlocked (x) macro
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h357 #define putchar(c) fputc(stdout, c) macro
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h67 #undef putchar macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h81 #undef putchar macro
/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c578 putchar(int c) function
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h66 # undef putchar macro
67 # define putchar(C) putchar_unlocked (C) macro
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c619 putchar(int c) function
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h74 # undef putchar macro
75 # define putchar(C) putchar_unlocked (C) macro
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c708 putchar(int c) function
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c558 putchar(char c, void *arg) function
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c583 putchar(char c, void *arg) function
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c575 putchar(int c) function
/freebsd-11-stable/sys/dev/xen/console/
H A Dxen_console.c147 putchar(int c, void *arg) function
/freebsd-11-stable/sys/kern/
H A Dsubr_prf.c496 putchar(int c, void *arg) function
/freebsd-11-stable/include/
H A Dstdio.h543 #define putchar(x) putc(x, stdout) macro

Completed in 150 milliseconds