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

/ast/src/lib/libast/sfio/
H A D_sffileno.c24 #undef sffileno macro
27 int sffileno(reg Sfio_t* f) function
29 int sffileno(f)
/ast/src/lib/libast/astsa/
H A Dast.h125 #define sffileno(f) fileno(f) macro
/ast/src/lib/libast/include/
H A Dsfio.h315 extern int sffileno _ARG_((Sfio_t*));
382 __INLINE__ int sffileno(Sfio_t* f) { return __sf_fileno(f); } function
405 #define sffileno(f) ( __sf_fileno(f) )
/ast/src/lib/libvcodex/
H A Dvcodex.h84 #define sffileno(f) fileno(f) macro

Completed in 18 milliseconds