Searched defs:__sf_putc (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h345 #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 Dsfio.h345 #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 Dsfio.h345 #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 Dsfio.h345 #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 Dsfio.h345 #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 68 milliseconds