Home
last modified time | relevance | path

Searched defs:sfeof (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A D_sfeof.c27 int sfeof(reg Sfio_t* f) in sfeof() function
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h47 #define sfeof(p) (((p)->rd >= (p)->wt) ? 1 : 0) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h383 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } in sfeof() function