Searched refs:SMnputc (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/sfio/ |
H A D | sfvprintf.c | 146 #define SMnputc(f,c,n) { if((o = SFNPUTC(f,c,n)) > 0 ) n_output += 1; \ macro 157 #define SFnputc(f,c,n) SMnputc(f,c,n) 168 else { SFEND(f); SMnputc(f,c,n); SFBUF(f); } \
|
Completed in 13 milliseconds