Searched refs:__GETC_UNLOCKED (Results 1 – 3 of 3) sorted by relevance
384 #define __GETC_UNLOCKED(__stream) (__fgetc_unlocked)((__stream)) macro406 # undef __GETC_UNLOCKED407 # define __GETC_UNLOCKED(__stream) __GETC_UNLOCKED_MACRO((__stream))422 # undef __GETC_UNLOCKED423 # define __GETC_UNLOCKED(__stream) __FGETC_UNLOCKED((__stream)) macro
61 if ((c = __GETC_UNLOCKED(stream)) != EOF) { in getdelim()
905 #define getc_unlocked(_fp) __GETC_UNLOCKED(_fp)919 #define getchar_unlocked() __GETC_UNLOCKED(__stdin)
Completed in 5 milliseconds