Home
last modified time | relevance | path

Searched refs:SFWR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfflsbuf.c61 (void)SFWR(f, data, w, f->disc);
97 if((w = SFWR(f,data,n,f->disc)) > 0)
H A Dsfwrite.c108 { (void)SFWR(f, s, n-w, f->disc);
130 if((w = SFWR(f,s,n,f->disc)) <= 0 )
H A Dsfsync.c138 (void)SFWR(f,"",1,f->disc);
H A Dsfreserve.c177 { (void)SFWR(f,f->next,sz,f->disc);
H A Dsfpool.c136 { if((w = SFWR(head,head->data,k,head->disc)) == k)
H A Dsfhdr.h908 #define SFWR(f,b,n,d) (SETLOCAL(f),sfwr(f,(Void_t*)b,n,d)) macro