Searched defs:sfseek (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/sfio/ |
H A D | sfseek.c | 52 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 D | ast.h | 130 #define sfseek(f,p,w) fseek(f,p,w) macro
|
/ast/src/lib/libvcodex/ |
H A D | vcodex.h | 80 #define sfseek(s,p,t) (fseek((s),(long)(p),(t)) >= 0 ? (Sfoff_t)ftell(s) : (Sfoff_t)(-1)) macro
|
Completed in 22 milliseconds