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

/osnet-11/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)
/osnet-11/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) )
/osnet-11/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) )
/osnet-11/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) )
/osnet-11/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) )
/osnet-11/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 37 milliseconds