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

/illumos-gate/usr/src/lib/libast/common/sfio/
H A D_sfeof.c24 #undef sfeof macro
27 int sfeof(reg Sfio_t* f) function
29 int sfeof(f)
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h49 #define sfeof(p) (((p)->rd >= (p)->wt) ? 1 : 0) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h311 extern int sfeof _ARG_((Sfio_t*));
381 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } function
404 #define sfeof(f) ( __sf_eof(f) )
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio.h311 extern int sfeof _ARG_((Sfio_t*));
381 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } function
404 #define sfeof(f) ( __sf_eof(f) )
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h311 extern int sfeof _ARG_((Sfio_t*));
381 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } function
404 #define sfeof(f) ( __sf_eof(f) )
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h311 extern int sfeof _ARG_((Sfio_t*));
381 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } function
404 #define sfeof(f) ( __sf_eof(f) )
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h311 extern int sfeof _ARG_((Sfio_t*));
381 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } function
404 #define sfeof(f) ( __sf_eof(f) )

Completed in 72 milliseconds