Searched refs:SFWR (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfflsbuf.c | 60 (void)SFWR(f,data,1,f->disc); 96 if((w = SFWR(f,data,n,f->disc)) > 0)
|
H A D | sfwrite.c | 108 { (void)SFWR(f, s, n-w, f->disc); 130 if((w = SFWR(f,s,n,f->disc)) <= 0 )
|
H A D | sfsync.c | 138 (void)SFWR(f,"",1,f->disc);
|
H A D | sfreserve.c | 177 { (void)SFWR(f,f->next,sz,f->disc);
|
H A D | sfpool.c | 136 { if((w = SFWR(head,head->data,k,head->disc)) == k)
|
H A D | sfhdr.h | 890 #define SFWR(f,b,n,d) (SETLOCAL(f),sfwr(f,(Void_t*)b,n,d)) macro
|