Home
last modified time | relevance | path

Searched refs:__sf_eof (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A D_sfeof.c33 return __sf_eof(f);
/illumos-gate/usr/src/contrib/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); } in sfeof()
406 #define sfeof(f) ( __sf_eof(f) )