Searched defs:sfputc (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | _sfputc.c | 27 int sfputc(reg Sfio_t* f, reg int c) in sfputc() function
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } in sfputc() function
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } in sfputc() function
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } in sfputc() function
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } in sfputc() function
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 373 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } in sfputc() function
|