Searched defs:sfseek (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfseek.c52 Sfoff_t sfseek(Sfio_t* f, Sfoff_t p, int type) function
54 Sfoff_t sfseek(f,p,type)
/ast/src/lib/libast/astsa/
H A Dast.h130 #define sfseek(f,p,w) fseek(f,p,w) macro
/ast/src/lib/libvcodex/
H A Dvcodex.h80 #define sfseek(s,p,t) (fseek((s),(long)(p),(t)) >= 0 ? (Sfoff_t)ftell(s) : (Sfoff_t)(-1)) macro

Completed in 21 milliseconds