Searched refs:sfungetc (Results 1 – 18 of 18) sorted by relevance
/titanic_50/usr/src/cmd/ast/msgcc/ |
H A D | msgcvt.c | 185 sfungetc(ip, name[i]); in decode() 248 sfungetc(ip, c); in html2msg() 264 sfungetc(ip, c); in html2msg() 349 sfungetc(ip, c); in html2msg() 381 sfungetc(ip, c); in html2msg() 382 sfungetc(ip, '<'); in html2msg() 389 sfungetc(ip, c); in html2msg()
|
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfungetc.c | 52 int sfungetc(Sfio_t* f, int c) in sfungetc() function 54 int sfungetc(f,c) in sfungetc()
|
H A D | _sfgetl.c | 40 sfungetc(f, (unsigned char)_SF_(f)->val);
|
H A D | _sfgetu.c | 40 sfungetc(f, (unsigned char)_SF_(f)->val);
|
H A D | _sfgetl2.c | 48 sfungetc(f, v);
|
H A D | _sfgetu2.c | 48 sfungetc(f, v);
|
/titanic_50/usr/src/lib/libast/common/stdio/ |
H A D | ungetc.c | 31 return sfungetc(f, c); in ungetc()
|
H A D | ungetwc.c | 36 if (sfungetc(f, *s++) == EOF) in ungetwc()
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | hexpand.c | 500 sfungetc(tmp, '\n'); 675 sfungetc(tmp, c);
|
/titanic_50/usr/src/lib/libast/ |
H A D | mapfile-vers | 588 sfungetc;
|
H A D | Makefile.com | 353 common/sfio/sfungetc.o \
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 259 extern int sfungetc _ARG_((Sfio_t*, int));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 259 extern int sfungetc _ARG_((Sfio_t*, int));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 259 extern int sfungetc _ARG_((Sfio_t*, int));
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 259 extern int sfungetc _ARG_((Sfio_t*, int));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 259 extern int sfungetc _ARG_((Sfio_t*, int));
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | iconv.c | 1443 sfungetc(ip, fb[i]); in _ast_iconv_move()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 60 sfungetc(iop,c); in read_tree()
|