Home
last modified time | relevance | path

Searched defs:sfseek (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dast.h130 #define sfseek(f,p,w) fseek(f,p,w) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfseek.c52 Sfoff_t sfseek(Sfio_t* f, Sfoff_t p, int type) in sfseek() function