Home
last modified time | relevance | path

Searched +defs:getc +defs:c (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/i386/common/
H A Dcons.c33 putc(int c) in putc()
44 xputc(int c) in xputc()
69 putchar(int c) in putchar()
89 getc(int fn) in getc() function
132 uint32_t t0, t1, c; in keyhit() local
164 int c; in getstr() local
/freebsd/sys/dev/uart/
H A Duart_cpu.h47 int (*getc)(struct uart_bas *, struct mtx *); member
144 uart_putc(struct uart_devinfo *di, int c) in uart_putc()
/freebsd/stand/i386/boot2/
H A Dboot2.c162 int c; in getstr() local
189 putc(int c) in putc()
360 int c, i, j; in parse() local
540 int c; in printf() local
572 putchar(int c) in putchar()
583 static unsigned c = 0x2d5c7c2f; in drvread() local
625 xputc(int c) in xputc()
636 getc(int fn) in getc() function
/freebsd/include/
H A Dstdio.h482 #define __sputc(c, p) \ argument
509 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) macro