Searched defs:getc (Results 1 – 13 of 13) sorted by relevance
48 getc(int seconds) in getc() function
31 getc(fp) in getc() function
48 getc(FILE *iop) in getc() function
41 #define getc(x) (*argp?tolower(*argp++):EOF) macro
279 inline int getc(FILE *_p) { in getc() function 286 #define getc(p) (--(p)->_cnt < 0 ? __filbuf(p) : (int)*(p)->_ptr++) macro
50 #define getc(f) getc_unlocked(f) macro
64 getc(int fn) in getc() function
65 #define getc(p) (--(p)->_cnt>=0? ((int)*(p)->_ptr++):_filbuf(p)) macro
233 #define getc(p) (--(p)->_cnt < 0 ? __filbuf(p) : (int)*(p)->_ptr++) macro
58 int (*getc)(void *arg); member
159 #define getc(p) (--(p)->_cnt >= 0 ? ((int) *(p)->_ptr++) : _filbuf(p)) macro
501 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) macro
152 getc(int seconds) in getc() function