Searched refs:sfungetc (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libast/common/stdio/
H A Dungetc.c31 return sfungetc(f, c);
H A Dungetwc.c36 if (sfungetc(f, *s++) == EOF)
/osnet-11/usr/src/lib/libast/common/sfio/
H A D_sfgetl.c40 sfungetc(f, (unsigned char)_SF_(f)->val);
H A D_sfgetl2.c48 sfungetc(f, v);
H A D_sfgetu.c40 sfungetc(f, (unsigned char)_SF_(f)->val);
H A D_sfgetu2.c48 sfungetc(f, v);
H A Dsfungetc.c52 int sfungetc(Sfio_t* f, int c) function
54 int sfungetc(f,c)
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcvt.c185 sfungetc(ip, name[i]);
248 sfungetc(ip, c);
264 sfungetc(ip, c);
349 sfungetc(ip, c);
381 sfungetc(ip, c);
382 sfungetc(ip, '<');
389 sfungetc(ip, c);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsfio.h44 #define PerlIO_ungetc(f,c) sfungetc(f,c)
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhexpand.c500 sfungetc(tmp, '\n');
675 sfungetc(tmp, c);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtree.c64 sfungetc(iop,c);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h259 extern int sfungetc _ARG_((Sfio_t*, int));
/osnet-11/usr/src/lib/libast/common/include/
H A Dsfio.h259 extern int sfungetc _ARG_((Sfio_t*, int));
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h259 extern int sfungetc _ARG_((Sfio_t*, int));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h259 extern int sfungetc _ARG_((Sfio_t*, int));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h259 extern int sfungetc _ARG_((Sfio_t*, int));
/osnet-11/usr/src/lib/libast/
H A DMakefile.com339 common/sfio/sfungetc.o \
/osnet-11/usr/src/lib/libast/common/comp/
H A Diconv.c1532 sfungetc(ip, fb[i]);

Completed in 57 milliseconds