Searched defs:__sf_eof (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/include/
H A Dsfio.h359 #define __sf_eof(f) (_SF_(f)->_flags&SF_EOF) macro
383 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); }
406 #define sfeof(f) ( __sf_eof(f) )

Completed in 13 milliseconds