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

/illumos-gate/usr/src/lib/libast/common/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)
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h288 extern int sfputc _ARG_((Sfio_t*, int));
373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } function
396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
440 (sfputc((f),0) < 0 ? (char*)0 : (char*)((f)->_next = (f)->_data) \
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio.h288 extern int sfputc _ARG_((Sfio_t*, int));
373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } function
396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
440 (sfputc((f),0) < 0 ? (char*)0 : (char*)((f)->_next = (f)->_data) \
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h288 extern int sfputc _ARG_((Sfio_t*, int));
373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } function
396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
440 (sfputc((f),0) < 0 ? (char*)0 : (char*)((f)->_next = (f)->_data) \
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h288 extern int sfputc _ARG_((Sfio_t*, int));
373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } function
396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
440 (sfputc((f),0) < 0 ? (char*)0 : (char*)((f)->_next = (f)->_data) \
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h288 extern int sfputc _ARG_((Sfio_t*, int));
373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } function
396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
440 (sfputc((f),0) < 0 ? (char*)0 : (char*)((f)->_next = (f)->_data) \

Completed in 54 milliseconds