Searched defs:sferror (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/sfio/
H A D_sferror.c24 #undef sferror macro
27 int sferror(reg Sfio_t* f) function
29 int sferror(f)
/ast/src/lib/libast/include/
H A Dsfio.h314 extern int sferror _ARG_((Sfio_t*));
384 __INLINE__ int sferror(Sfio_t* f) { return __sf_error(f); } function
407 #define sferror(f) ( __sf_error(f) )

Completed in 15 milliseconds