Searched defs:putc (Results 1 – 15 of 15) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | putc.c | 45 putc(int c, FILE *fp) in putc() function
|
/freebsd/contrib/ntp/libntp/ |
H A D | getopt.c | 23 #define putc fputc macro
|
/freebsd/bin/sh/bltin/ |
H A D | bltin.h | 54 #define putc(c, file) outc(c, file) macro
|
/freebsd/stand/i386/common/ |
H A D | cons.c | 33 putc(int c) in putc() function
|
/freebsd/sys/gdb/ |
H A D | gdb.h | 60 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \ argument
|
/freebsd/stand/i386/pxeldr/ |
H A D | pxeldr.S | 226 putc: movw $0x7,%bx # attribute for output label
|
/freebsd/contrib/diff/lib/ |
H A D | error.c | 80 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
|
H A D | unlocked-io.h | 111 # define putc(x,y) putc_unlocked (x,y) macro
|
/freebsd/stand/userboot/ |
H A D | userboot.h | 68 void (*putc)(void *arg, int ch); member
|
/freebsd/sys/dev/uart/ |
H A D | uart_cpu.h | 45 void (*putc)(struct uart_bas *, int); member
|
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | boot1.c | 707 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) in __printf() 829 __puts(const char *s, putc_func_t *putc, void *arg) in __puts()
|
/freebsd/stand/i386/cdboot/ |
H A D | cdboot.S | 455 putc: mov $0x7,%bx # attribute for output label
|
/freebsd/stand/i386/boot2/ |
H A D | boot2.c | 189 putc(int c) in putc() function
|
/freebsd/include/ |
H A D | stdio.h | 510 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro
|
/freebsd/sys/dev/fb/ |
H A D | fbreg.h | 177 vi_putc_t *putc; member
|