Searched defs:getc_unlocked (Results 1 – 4 of 4) sorted by relevance
57 getc_unlocked(FILE *fp) in getc_unlocked() function
103 # define getc_unlocked(x) getc (x) macro
104 # define getc_unlocked(x) getc (x) macro
495 #define getc_unlocked(fp) __sgetc(fp) macro