Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dputc.c45 putc(int c, FILE *fp) in putc() function
/freebsd/contrib/ntp/libntp/
H A Dgetopt.c23 #define putc fputc macro
/freebsd/bin/sh/bltin/
H A Dbltin.h54 #define putc(c, file) outc(c, file) macro
/freebsd/stand/i386/common/
H A Dcons.c33 putc(int c) in putc() function
/freebsd/sys/gdb/
H A Dgdb.h60 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \ argument
/freebsd/stand/i386/pxeldr/
H A Dpxeldr.S226 putc: movw $0x7,%bx # attribute for output label
/freebsd/contrib/diff/lib/
H A Derror.c80 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h111 # define putc(x,y) putc_unlocked (x,y) macro
/freebsd/stand/userboot/
H A Duserboot.h68 void (*putc)(void *arg, int ch); member
/freebsd/sys/dev/uart/
H A Duart_cpu.h45 void (*putc)(struct uart_bas *, int); member
/freebsd/stand/powerpc/boot1.chrp/
H A Dboot1.c707 __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 Dcdboot.S455 putc: mov $0x7,%bx # attribute for output label
/freebsd/stand/i386/boot2/
H A Dboot2.c189 putc(int c) in putc() function
/freebsd/include/
H A Dstdio.h510 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro
/freebsd/sys/dev/fb/
H A Dfbreg.h177 vi_putc_t *putc; member