Searched +defs:getc +defs:c (Results 1 – 4 of 4) sorted by relevance
33 putc(int c) in putc()44 xputc(int c) in xputc()69 putchar(int c) in putchar()89 getc(int fn) in getc() function132 uint32_t t0, t1, c; in keyhit() local164 int c; in getstr() local
47 int (*getc)(struct uart_bas *, struct mtx *); member144 uart_putc(struct uart_devinfo *di, int c) in uart_putc()
162 int c; in getstr() local189 putc(int c) in putc()360 int c, i, j; in parse() local540 int c; in printf() local572 putchar(int c) in putchar()583 static unsigned c = 0x2d5c7c2f; in drvread() local625 xputc(int c) in xputc()636 getc(int fn) in getc() function
482 #define __sputc(c, p) \ argument509 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) macro