Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A D_sfputd.c92 w = SFWRITE(f,(Void_t*)s,n) == n ? w+n : -1;
H A D_sfputl.c64 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 D_sfputu.c57 n = SFWRITE(f,(Void_t*)s,n); /* write the hard way */
H A Dsfhdr.h914 #define SFWRITE(f,s,n) (SETLOCAL(f),sfwrite(f,s,n)) macro
H A Dsfmove.c64 if(fw && (w = SFWRITE(fw, cp, r)) != r)
210 else if((w = SFWRITE(fw,(Void_t*)next,r)) != r)
H A Dsfnputc.c71 if((p = SFWRITE(f,(Void_t*)ps,p)) <= 0 || (n -= p) <= 0)
H A Dsfputr.c92 if((n = SFWRITE(f,rsrv->data,p)) < 0 )
131 (void)SFWRITE(f,(Void_t*)f->next,n);
H A Dsfvprintf.c149 #define SMwrite(f,s,n) { if((o = SFWRITE(f,(Void_t*)s,n)) > 0 ) n_output += o; \
1445 (void)SFWRITE(f,(Void_t*)sp,n);