Searched refs:__getc_unlocked_body (Results 1 – 3 of 3) sorted by relevance
58 return __getc_unlocked_body (__fp); in fgetc_unlocked()68 return __getc_unlocked_body (__fp); in getc_unlocked()75 return __getc_unlocked_body (stdin); in getchar_unlocked()
102 #define __getc_unlocked_body(_fp) \ macro
163 #define _IO_getc_unlocked(_fp) __getc_unlocked_body (_fp)
Completed in 9 milliseconds