Searched defs:sfputc (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/sfio/
H A D_sfputc.c24 #undef sfputc macro
27 int sfputc(reg Sfio_t* f, reg int c) function
29 int sfputc(f,c)
/ast/src/lib/libast/astsa/
H A Dsfstr.h37 #undef sfputc macro
50 extern int sfputc(Sfio_t*, int);
H A Dsfstr.c97 sfputc(Sfio_t* f, int c) function
H A Dast.h128 #define sfputc(f,c) fputc(c,f) macro
/ast/src/lib/libast/include/
H A Dsfio.h290 extern int sfputc _ARG_((Sfio_t*, int));
375 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } function
398 #define sfputc(f,c) ( __sf_putc((f),(c)) )
442 (sfputc((f),0) < 0 ? (char*)0 : (char*)((f)->_next = (f)->_data) \

Completed in 11 milliseconds