Home
last modified time | relevance | path

Searched defs:getc (Results 1 – 17 of 17) sorted by relevance

/plan9/sys/src/libstdio/
H A Dgetc.c6 int getc(FILE *f){ in getc() function
H A DStdio.h81 #define getc(f) ((f)->rp>=(f)->wp?_IO_getc(f):*(f)->rp++&_IO_CHMASK) macro
/plan9/sys/src/ape/lib/ap/stdio/
H A Dgetc.c6 int getc(FILE *f){ in getc() function
/plan9/sys/src/libhttpd/
H A Dparsereq.c290 getc(HConnect *c) in getc() function
H A Dparse.c997 getc(Hlex *h) in getc() function
/plan9/sys/include/
H A Dstdio.h89 #define getc(f) ((f)->rp>=(f)->wp?_IO_getc(f):*(f)->rp++&_IO_CHMASK) macro
/plan9/sys/src/cmd/proof/
H A Dmain.c106 getc(void) in getc() function
/plan9/sys/src/9/pcboot/
H A Dinflate.guts.c146 getc(void *in) in getc() function
/plan9/sys/include/ape/
H A Dstdio.h109 #define getc(f) ((f)->rp>=(f)->wp?_IO_getc(f):*(f)->rp++&_IO_CHMASK) macro
/plan9/sys/src/cmd/faces/
H A Dplumb.c107 getc(void) in getc() function
/plan9/sys/src/cmd/cwfs/
H A Dmain.c45 getc(void) in getc() function
/plan9/sys/src/9/bcm/
H A Duartmini.c356 getc(Uart*) in getc() function
/plan9/sys/src/cmd/cc/
H A Dlex.c980 getc(void) in getc() function
/plan9/sys/src/cmd/plumb/
H A Drules.c132 getc(void) in getc() function
/plan9/sys/src/cmd/troff2html/
H A Dtroff2html.c421 getc(Biobuf *b) in getc() function
/plan9/sys/src/cmd/ip/imap4d/
H A Dimap4d.c2081 getc(void) in getc() function
/plan9/sys/src/9/port/
H A Dportdat.h903 int (*getc)(Uart*); /* polling versions, for iprint, rdb */ member