Home
last modified time | relevance | path

Searched refs:SFWRITE (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsfputr.c79 if((n = SFWRITE(f,rsrv->data,p)) < 0 )
118 (void)SFWRITE(f,(Void_t*)f->next,n);
H A D_sfputu.c57 n = SFWRITE(f,(Void_t*)s,n); /* write the hard way */
H A D_sfputm.c60 n = SFWRITE(f,(Void_t*)s,n); /* write the hard way */
H A Dsfnputc.c71 if((p = SFWRITE(f,(Void_t*)ps,p)) <= 0 || (n -= p) <= 0)
H A D_sfputl.c64 n = SFWRITE(f,(Void_t*)s,n); /* write the hard way */
H A Dsfmove.c64 if(fw && (w = SFWRITE(fw, cp, r)) != r)
206 else if((w = SFWRITE(fw,(Void_t*)next,r)) != r)
H A D_sfputd.c92 w = SFWRITE(f,(Void_t*)s,n) == n ? w+n : -1;
H A Dsfvprintf.c149 #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 Dsfhdr.h896 #define SFWRITE(f,s,n) (SETLOCAL(f),sfwrite(f,s,n)) macro