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

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfflsbuf.c60 (void)SFWR(f,data,1,f->disc);
96 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 Dsfreserve.c177 { (void)SFWR(f,f->next,sz,f->disc);
H A Dsfsync.c138 (void)SFWR(f,"",1,f->disc);
H A Dsfpool.c136 { if((w = SFWR(head,head->data,k,head->disc)) == k)
H A Dsfhdr.h897 #define SFWR(f,b,n,d) (SETLOCAL(f),sfwr(f,(Void_t*)b,n,d)) macro

Completed in 997 milliseconds