Searched refs:__FGETC_UNLOCKED (Results 1 – 2 of 2) sorted by relevance
381 #define __FGETC_UNLOCKED(__stream) (__fgetc_unlocked)((__stream)) macro415 # undef __FGETC_UNLOCKED416 # define __FGETC_UNLOCKED(__stream) \ macro423 # define __GETC_UNLOCKED(__stream) __FGETC_UNLOCKED((__stream))441 # define __FGETC(__stream) __FGETC_UNLOCKED((__stream))443 # define __GETC(__stream) __FGETC_UNLOCKED((__stream))
911 #define fgetc_unlocked(_fp) __FGETC_UNLOCKED(_fp)
Completed in 5 milliseconds