/titanic_51/usr/src/lib/libast/common/sfio/ |
H A D | sffilbuf.c | 35 int _sffilbuf(Sfio_t* f, reg int n) in _sffilbuf() function 37 int _sffilbuf(f,n) in _sffilbuf()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sffilbuf.c | 35 int _sffilbuf(Sfio_t* f, reg int n) in _sffilbuf() function 37 int _sffilbuf(f,n) in _sffilbuf()
|
/titanic_51/usr/src/lib/libast/common/stdio/ |
H A D | _filbuf.c | 35 return _sffilbuf(f, 0); in _filbuf()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | _filbuf.c | 35 return _sffilbuf(f, 0); in _filbuf()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | mini.sym | 3 _sffilbuf
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 302 extern int _sffilbuf _ARG_((Sfio_t*, int)); 348 #define __sf_getc(f) (_SF_(f)->_next >= _SF_(f)->_endr ? _sffilbuf(_SF_(f),0) : \
|
H A D | ast_stdio.h | 590 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 600 extern __MANGLE__ int _sffilbuf __PROTO__((FILE*, int));
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 302 extern int _sffilbuf _ARG_((Sfio_t*, int)); 348 #define __sf_getc(f) (_SF_(f)->_next >= _SF_(f)->_endr ? _sffilbuf(_SF_(f),0) : \
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | sfio.h | 304 extern int _sffilbuf _ARG_((Sfio_t*, int)); 350 #define __sf_getc(f) (_SF_(f)->_next >= _SF_(f)->_endr ? _sffilbuf(_SF_(f),0) : \
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 302 extern int _sffilbuf _ARG_((Sfio_t*, int)); 348 #define __sf_getc(f) (_SF_(f)->_next >= _SF_(f)->_endr ? _sffilbuf(_SF_(f),0) : \
|
H A D | ast_stdio.h | 590 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 600 extern __MANGLE__ int _sffilbuf __PROTO__((FILE*, int));
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 302 extern int _sffilbuf _ARG_((Sfio_t*, int)); 348 #define __sf_getc(f) (_SF_(f)->_next >= _SF_(f)->_endr ? _sffilbuf(_SF_(f),0) : \
|
H A D | ast_stdio.h | 590 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 600 extern __MANGLE__ int _sffilbuf __PROTO__((FILE*, int));
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 302 extern int _sffilbuf _ARG_((Sfio_t*, int)); 348 #define __sf_getc(f) (_SF_(f)->_next >= _SF_(f)->_endr ? _sffilbuf(_SF_(f),0) : \
|
H A D | ast_stdio.h | 590 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 600 extern __MANGLE__ int _sffilbuf __PROTO__((FILE*, int));
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 569 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 579 extern __MANGLE__ int _sffilbuf __PROTO__((FILE*, int));
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 569 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 579 extern __MANGLE__ int _sffilbuf __PROTO__((FILE*, int));
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 569 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 579 extern __MANGLE__ int _sffilbuf __PROTO__((FILE*, int));
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 569 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 579 extern __MANGLE__ int _sffilbuf __PROTO__((FILE*, int));
|
/titanic_51/usr/src/lib/libast/ |
H A D | mapfile-vers | 363 _sffilbuf;
|
/titanic_51/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 372 _sffilbuf;
|
/titanic_51/usr/src/lib/libast/common/features/ |
H A D | stdio | 553 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 562 extern int _sffilbuf(FILE*, int);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | stdio | 553 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 562 extern int _sffilbuf(FILE*, int);
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | stdio | 569 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 579 extern __MANGLE__ int _sffilbuf __PROTO__((FILE*, int));
|
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | stdio | 569 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) 579 extern __MANGLE__ int _sffilbuf __PROTO__((FILE*, int));
|