Searched defs:putc (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/lib/libc/stdio/
H A Dputc.c41 #undef putc macro
45 putc(int c, FILE *fp) function
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dstdio.h114 # undef putc macro
/freebsd-current/contrib/ntp/libntp/
H A Dgetopt.c22 #undef putc macro
23 #define putc fputc macro
/freebsd-current/bin/sh/bltin/
H A Dbltin.h53 #undef putc macro
54 #define putc(c, file) outc(c, file) macro
/freebsd-current/stand/i386/pxeldr/
H A Dpxeldr.S226 putc: movw $0x7,%bx # attribute for output label
/freebsd-current/stand/i386/common/
H A Dcons.c33 putc(int c) function
/freebsd-current/contrib/diff/lib/
H A Dunlocked-io.h110 # undef putc macro
111 # define putc(x,y) putc_unlocked (x,y) macro
H A Derror.c79 # undef putc macro
80 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
/freebsd-current/stand/userboot/
H A Duserboot.h68 void (*putc)(void *arg, int ch); member in struct:loader_callbacks
/freebsd-current/sys/dev/uart/
H A Duart_cpu.h45 void (*putc)(struct uart_bas *, int); member in struct:uart_ops
/freebsd-current/stand/i386/cdboot/
H A Dcdboot.S455 putc: mov $0x7,%bx # attribute for output label
/freebsd-current/stand/i386/boot2/
H A Dboot2.c189 putc(int c) function
/freebsd-current/stand/powerpc/boot1.chrp/
H A Dboot1.c707 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) argument
829 __puts(const char *s, putc_func_t *putc, void *arg) argument
[all...]
/freebsd-current/sys/dev/fb/
H A Dfbreg.h177 vi_putc_t *putc; member in struct:video_switch
/freebsd-current/include/
H A Dstdio.h505 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro

Completed in 193 milliseconds