Searched defs:putc (Results 1 – 8 of 8) sorted by relevance
/plan9/sys/src/ape/lib/ap/stdio/ |
H A D | putc.c | 6 int putc(int c, FILE *f){ in putc() function
|
/plan9/sys/src/libstdio/ |
H A D | putc.c | 6 int putc(int c, FILE *f){ in putc() function
|
H A D | Stdio.h | 87 #define putc(c, f) ((f)->wp>=(f)->rp?_IO_putc(c, f):(*(f)->wp++=c)&_IO_CHMASK) macro
|
/plan9/sys/src/9/rb/ |
H A D | rebootcode.c | 61 putc(int c) in putc() function
|
/plan9/sys/include/ |
H A D | stdio.h | 95 #define putc(c, f) ((f)->wp>=(f)->rp?_IO_putc(c, f):(*(f)->wp++=c)&_IO_CHMASK) macro
|
/plan9/sys/include/ape/ |
H A D | stdio.h | 115 #define putc(c, f) ((f)->wp>=(f)->rp?_IO_putc(c, f):(*(f)->wp++=c)&_IO_CHMASK) macro
|
/plan9/sys/src/9/bcm/ |
H A D | uartmini.c | 343 putc(Uart*, int c) in putc() function
|
/plan9/sys/src/9/port/ |
H A D | portdat.h | 904 void (*putc)(Uart*, int); member 944 int (*putc)(Queue*, int); member
|