Searched refs:SFFLSBUF (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfwrite.c | 120 (void)SFFLSBUF(f, -1); 149 (void)SFFLSBUF(f,-1); 164 (void)SFFLSBUF(f,-1);
|
H A D | sfnputc.c | 65 (void)SFFLSBUF(f,-1);
|
H A D | sfputr.c | 124 (void)SFFLSBUF(f,-1);
|
H A D | sfsync.c | 133 if(f->next > f->data && (SFWRALL(f), SFFLSBUF(f,-1)) < 0)
|
H A D | sfreserve.c | 129 (void)SFFLSBUF(f, iosz);
|
H A D | sfmove.c | 94 if(SFFLSBUF(fw,-1) < 0 )
|
H A D | sfhdr.h | 911 #define SFFLSBUF(f,n) (SETLOCAL(f),_sfflsbuf(f,n)) macro 967 ((n) = SFFLSBUF(f,-1), (s) = (f)->next, (n)) )
|
H A D | sfmode.c | 492 if(f->next > f->data && SFFLSBUF(f,-1) < 0)
|
H A D | sfvprintf.c | 143 #define SMputc(f,c) { if((o = SFFLSBUF(f,c)) >= 0 ) n_output += 1; \
|