Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/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
/titanic_51/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