Searched refs:__sf_putc (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | _sfputc.c | 34 return __sf_putc(f,c);
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 345 #define __sf_putc(f,c) (_SF_(f)->_next >= _SF_(f)->_endw ? \ macro 373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } 396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 345 #define __sf_putc(f,c) (_SF_(f)->_next >= _SF_(f)->_endw ? \ macro 373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } 396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 345 #define __sf_putc(f,c) (_SF_(f)->_next >= _SF_(f)->_endw ? \ macro 373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } 396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 345 #define __sf_putc(f,c) (_SF_(f)->_next >= _SF_(f)->_endw ? \ macro 373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } 396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 345 #define __sf_putc(f,c) (_SF_(f)->_next >= _SF_(f)->_endw ? \ macro 373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } 396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
|
Completed in 76 milliseconds