Searched defs:getc_unlocked (Results 1 – 4 of 4) sorted by relevance
64 getc_unlocked(FILE *iop) in getc_unlocked() function
370 #define getc_unlocked(p) (--(p)->_cnt < 0 \ macro
97 getc_unlocked(Sfio_t* sp) in getc_unlocked() function
518 #define getc_unlocked(fp) __sgetc(fp) macro