Home
last modified time | relevance | path

Searched refs:SF_SEEK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfsk.c89 switch(_sfexcept(f,SF_SEEK,s,dc))
H A Dsfexcept.c75 else if(type != SF_WRITE && type != SF_SEEK)
H A Dsftmp.c302 if(type != SF_WRITE && type != SF_SEEK &&
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c187 case SF_SEEK: in stkexcept()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h165 #define SF_SEEK 3 /* seek error */ macro