Home
last modified time | relevance | path

Searched refs:SFCLEAR (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfnew.c55 SFCLEAR(f, f->mutex);
90 SFCLEAR(f, f->mutex);
99 SFCLEAR(f, NIL(Vtmutex_t*));
H A Dsfscanf.c69 SFCLEAR(&f,NIL(Vtmutex_t*));
H A Dsfswap.c70 SFCLEAR(f2,NIL(Vtmutex_t*));
H A Dsfpopen.c259 SFCLEAR(&sf,NIL(Vtmutex_t*));
H A Dsftmp.c307 SFCLEAR(&newf,NIL(Vtmutex_t*));
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dvswscanf.c38 SFCLEAR(&f, NiL); in vswscanf()
H A Dvswprintf.c39 SFCLEAR(&f, NiL); in vswprintf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio_t.h100 #define SFCLEAR(f,mtx) \ macro