Searched defs:sfputc (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libast/common/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)
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 288 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) \
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 288 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) \
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 288 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) \
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 288 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) \
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 288 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 28 milliseconds