Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfwrite.c120 (void)SFFLSBUF(f, -1);
149 (void)SFFLSBUF(f,-1);
164 (void)SFFLSBUF(f,-1);
H A Dsfnputc.c65 (void)SFFLSBUF(f,-1);
H A Dsfputr.c124 (void)SFFLSBUF(f,-1);
H A Dsfsync.c133 if(f->next > f->data && (SFWRALL(f), SFFLSBUF(f,-1)) < 0)
H A Dsfreserve.c129 (void)SFFLSBUF(f, iosz);
H A Dsfmove.c94 if(SFFLSBUF(fw,-1) < 0 )
H A Dsfhdr.h911 #define SFFLSBUF(f,n) (SETLOCAL(f),_sfflsbuf(f,n)) macro
967 ((n) = SFFLSBUF(f,-1), (s) = (f)->next, (n)) )
H A Dsfmode.c492 if(f->next > f->data && SFFLSBUF(f,-1) < 0)
H A Dsfvprintf.c143 #define SMputc(f,c) { if((o = SFFLSBUF(f,c)) >= 0 ) n_output += 1; \