Home
last modified time | relevance | path

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

/plan9/sys/src/ape/lib/ap/stdio/
H A Dputc.c6 int putc(int c, FILE *f){ in putc() function
/plan9/sys/src/libstdio/
H A Dputc.c6 int putc(int c, FILE *f){ in putc() function
H A DStdio.h87 #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 Drebootcode.c61 putc(int c) in putc() function
/plan9/sys/include/
H A Dstdio.h95 #define putc(c, f) ((f)->wp>=(f)->rp?_IO_putc(c, f):(*(f)->wp++=c)&_IO_CHMASK) macro
/plan9/sys/include/ape/
H A Dstdio.h115 #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 Duartmini.c343 putc(Uart*, int c) in putc() function
/plan9/sys/src/9/port/
H A Dportdat.h904 void (*putc)(Uart*, int); member
944 int (*putc)(Queue*, int); member