Searched refs:__FEOF_UNLOCKED (Results 1 – 7 of 7) sorted by relevance
18 return __FEOF_UNLOCKED(stream); in feof_unlocked()36 retval = __FEOF_UNLOCKED(stream);
36 if (!__FEOF_UNLOCKED(stream)) { in __stdio_READ()
57 if (!__FEOF_UNLOCKED(stream)) { in __stdio_trans2w_o()
360 assert(!__FEOF_UNLOCKED(stream)); in _stdio_validate_FILE()387 if (__FEOF_UNLOCKED(stream)) { in _stdio_validate_FILE()
1728 if (__FERROR_UNLOCKED(fp) || (*fmt && zero_conversions && __FEOF_UNLOCKED(fp))) { in VFSCANF()
361 #define __FEOF_UNLOCKED(__stream) ((__stream)->__modeflags & __FLAG_EOF) macro371 # define __FEOF(__stream) __FEOF_UNLOCKED(__stream)
930 #define feof_unlocked(_fp) __FEOF_UNLOCKED(_fp)
Completed in 12 milliseconds