Searched refs:__GETC_UNLOCKED_MACRO (Results 1 – 3 of 3) sorted by relevance
20 return __GETC_UNLOCKED_MACRO(stream); in getchar_unlocked()35 return __GETC_UNLOCKED_MACRO(stream);39 retval = __GETC_UNLOCKED_MACRO(stream);
94 return __GETC_UNLOCKED_MACRO(stream);98 retval = __GETC_UNLOCKED_MACRO(stream);
383 #define __GETC_UNLOCKED_MACRO(__stream) (__fgetc_unlocked)((__stream)) macro398 # undef __GETC_UNLOCKED_MACRO399 # define __GETC_UNLOCKED_MACRO(__stream) \ macro407 # define __GETC_UNLOCKED(__stream) __GETC_UNLOCKED_MACRO((__stream))410 # define __GETC(__stream) __GETC_UNLOCKED_MACRO((__stream))419 __GETC_UNLOCKED_MACRO(__S); \431 ? __GETC_UNLOCKED_MACRO(__S) \
Completed in 4 milliseconds