Searched defs:sfputc (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/sfio/ |
H A D | _sfputc.c | 24 #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 D | sfstr.h | 37 #undef sfputc macro 50 extern int sfputc(Sfio_t*, int);
|
H A D | sfstr.c | 97 sfputc(Sfio_t* f, int c) function
|
H A D | ast.h | 128 #define sfputc(f,c) fputc(c,f) macro
|
/ast/src/lib/libast/include/ |
H A D | sfio.h | 290 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 37 milliseconds