Searched refs:__sf_fileno (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/sfio/
H A D_sffileno.c33 return __sf_fileno(f);
/ast/src/lib/libast/include/
H A Dsfio.h358 #define __sf_fileno(f) (_SF_(f)->_file) macro
382 __INLINE__ int sffileno(Sfio_t* f) { return __sf_fileno(f); }
405 #define sffileno(f) ( __sf_fileno(f) )

Completed in 8 milliseconds