Searched refs:ungetc (Results 1 - 25 of 46) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/stdio/
H A Dungetc.c27 ungetc(int c, Sfio_t* f) function
29 STDIO_INT(f, "ungetc", int, (int, Sfio_t*), (c, f))
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dungetc.c44 ungetc(int c, FILE *iop) function
50 * Called internally by the library (instead of the safe "ungetc") when
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsdio.h41 /* Unusual definition of ungetc() here to accomodate fast_sv_gets()'
42 * belief that it can mix getc/ungetc with reads from stdio buffer */
43 int decc$ungetc(int __c, FILE *__stream);
47 ((*(f))->_cnt++, *(--(*(f))->_ptr) = (c)) : decc$ungetc(c,f)))
49 # define PerlIO_ungetc(f,c) ungetc(c,f)
H A Dnostdio.h69 #undef ungetc macro
96 #define ungetc(c,f) _CANNOT _ungetc_ macro
H A Dfakesdio.h56 #undef ungetc macro
86 #define ungetc(c,f) PerlIO_ungetc(f,c) macro
H A DXSUB.h352 # undef ungetc macro
410 # define ungetc PerlSIO_ungetc macro
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwget_wch.c115 (void) ungetc(ch, __m_screen->_if);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.t38 ungetc $fh ord 'A';
H A DFileHandle.pm50 [qw(DESTROY new_from_fd fdopen close fileno getc ungetc gets
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dhex.c80 ungetc(c, fp);
/osnet-11/usr/src/lib/libpkg/common/
H A Dgpkgmap.c220 (void) ungetc(c, fp);
235 (void) ungetc(c, fp);
296 (void) ungetc(c, fp);
537 (void) ungetc(c, fp);
549 (void) ungetc(c, fp);
566 (void) ungetc(c, fp);
578 (void) ungetc(c, fp);
596 (void) ungetc(c, fp);
612 (void) ungetc(c, fp);
/osnet-11/usr/src/lib/libbsm/common/
H A Dadrf.c174 return (ungetc(fgetc(adrf->adrf_fp), adrf->adrf_fp));
/osnet-11/usr/src/lib/libmp/common/
H A Dmout.c67 (void) ungetc(c, stdin);
/osnet-11/usr/src/cmd/sendmail/libsm/
H A DMakefile46 strl.o strrevcmp.o strto.o test.o ungetc.o util.o vasprintf.o \
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c166 (void) ungetc(ch, fp);
246 (void) ungetc(ch, fp);
267 (void) ungetc(ch, fp);
287 (void) ungetc(ch, fp);
324 (void) ungetc(ch, fp);
356 (void) ungetc(ch, fp);
372 (void) ungetc(ch, fp);
397 (void) ungetc(ch, fp);
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dlcl_pr.c244 ungetc(c, pvt->fp);
H A Dlcl_nw.c262 ungetc(c, pvt->fp);
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dlocalcharset.c213 ungetc (c, fp);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dlocalcharset.c211 ungetc (c, fp);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.xs281 ungetc(handle, c)
289 RETVAL = ungetc(c, handle);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm382 sub ungetc {
383 redef "IO::Handle::ungetc()";
832 ungetc vfprintf vprintf vsprintf)],
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wchar.h203 #define ungetwc ungetc
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h232 extern __MANGLE__ int ungetc __PROTO__((int, FILE*));
342 #define ungetc _ast_ungetc macro
464 extern __MANGLE__ int ungetc __PROTO__((int, FILE*));
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h211 extern __MANGLE__ int ungetc __PROTO__((int, FILE*));
321 #define ungetc _ast_ungetc macro
443 extern __MANGLE__ int ungetc __PROTO__((int, FILE*));
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h232 extern __MANGLE__ int ungetc __PROTO__((int, FILE*));
342 #define ungetc _ast_ungetc macro
464 extern __MANGLE__ int ungetc __PROTO__((int, FILE*));

Completed in 61 milliseconds

12