Searched defs:getc_unlocked (Results 1 – 4 of 4) sorted by relevance
112 #define getc_unlocked(f) \ macro
100 #define getc_unlocked(f) \ macro
156 int getc_unlocked(FILE* f) { return _fgetc_nolock(f); } in getc_unlocked() function
511 pub fn getc_unlocked(arg1: *mut FILE) -> c_int; in getc_unlocked() function