Home
last modified time | relevance | path

Searched refs:__sf_putc (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libast/common/sfio/
H A D_sfputc.c34 return __sf_putc(f,c);
/titanic_50/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); } in sfputc()
396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
/titanic_50/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); } in sfputc()
396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
/titanic_50/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); } in sfputc()
396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
/titanic_50/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); } in sfputc()
396 #define sfputc(f,c) ( __sf_putc((f),(c)) )
/titanic_50/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); } in sfputc()
396 #define sfputc(f,c) ( __sf_putc((f),(c)) )