Searched defs:sfeof (Results 1 – 3 of 3) sorted by relevance
27 int sfeof(reg Sfio_t* f) in sfeof() function
49 #define sfeof(p) (((p)->rd >= (p)->wt) ? 1 : 0) macro
383 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } in sfeof() function