Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfvprintf.c156 #define SFputc(f,c) SMputc(f,c) macro
164 #define SFputc(f,c) { if(d < endd) { *d++ = (uchar)c; } \ macro
239 SFputc(f,'%');
242 SFputc(f,'%');
832 { SFputc(f,base); }
927 { SFputc(f,base); }
1363 { SFputc(f,fmt);