Searched refs:SFWRITE (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | sfputr.c | 79 if((n = SFWRITE(f,rsrv->data,p)) < 0 ) 118 (void)SFWRITE(f,(Void_t*)f->next,n);
|
H A D | _sfputu.c | 57 n = SFWRITE(f,(Void_t*)s,n); /* write the hard way */
|
H A D | _sfputm.c | 60 n = SFWRITE(f,(Void_t*)s,n); /* write the hard way */
|
H A D | sfnputc.c | 71 if((p = SFWRITE(f,(Void_t*)ps,p)) <= 0 || (n -= p) <= 0)
|
H A D | _sfputl.c | 64 n = SFWRITE(f,(Void_t*)s,n); /* write the hard way */
|
H A D | sfmove.c | 64 if(fw && (w = SFWRITE(fw, cp, r)) != r) 206 else if((w = SFWRITE(fw,(Void_t*)next,r)) != r)
|
H A D | _sfputd.c | 92 w = SFWRITE(f,(Void_t*)s,n) == n ? w+n : -1;
|
H A D | sfvprintf.c | 149 #define SMwrite(f,s,n) { if((o = SFWRITE(f,(Void_t*)s,n)) > 0 ) n_output += o; \ 1391 (void)SFWRITE(f,(Void_t*)sp,n);
|
H A D | sfhdr.h | 896 #define SFWRITE(f,s,n) (SETLOCAL(f),sfwrite(f,s,n)) macro
|