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

/illumos-gate/usr/src/lib/libast/common/sfio/
H A D_sffileno.c24 #undef sffileno macro
27 int sffileno(reg Sfio_t* f) function
29 int sffileno(f)
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h313 extern int sffileno _ARG_((Sfio_t*));
380 __INLINE__ int sffileno(Sfio_t* f) { return __sf_fileno(f); } function
403 #define sffileno(f) ( __sf_fileno(f) )
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio.h313 extern int sffileno _ARG_((Sfio_t*));
380 __INLINE__ int sffileno(Sfio_t* f) { return __sf_fileno(f); } function
403 #define sffileno(f) ( __sf_fileno(f) )
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h313 extern int sffileno _ARG_((Sfio_t*));
380 __INLINE__ int sffileno(Sfio_t* f) { return __sf_fileno(f); } function
403 #define sffileno(f) ( __sf_fileno(f) )
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h313 extern int sffileno _ARG_((Sfio_t*));
380 __INLINE__ int sffileno(Sfio_t* f) { return __sf_fileno(f); } function
403 #define sffileno(f) ( __sf_fileno(f) )
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h313 extern int sffileno _ARG_((Sfio_t*));
380 __INLINE__ int sffileno(Sfio_t* f) { return __sf_fileno(f); } function
403 #define sffileno(f) ( __sf_fileno(f) )

Completed in 53 milliseconds