Searched refs:SMnputc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c146 #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 60 milliseconds