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

/ast/src/lib/libast/sfio/
H A D_sfeof.c24 #undef sfeof macro
27 int sfeof(reg Sfio_t* f) function
29 int sfeof(f)
/ast/src/lib/libast/include/
H A Dsfio.h313 extern int sfeof _ARG_((Sfio_t*));
383 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } function
406 #define sfeof(f) ( __sf_eof(f) )

Completed in 21 milliseconds