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

/ast/src/lib/libast/sfio/
H A D_sfputc.c34 return __sf_putc(f,c);
/ast/src/lib/libast/include/
H A Dsfio.h347 #define __sf_putc(f,c) (_SF_(f)->_next >= _SF_(f)->_endw ? \ macro
375 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); }
398 #define sfputc(f,c) ( __sf_putc((f),(c)) )

Completed in 17 milliseconds