Searched refs:__sf_eof (Results 1 - 2 of 2) 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) )
/ast/src/lib/libast/sfio/
H A D_sfeof.c33 return __sf_eof(f);

Completed in 25 milliseconds