Home
last modified time | relevance | path

Searched defs:ungetc (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libc/stdio/
H A Dungetc.c79 ungetc(int c, FILE *fp) in ungetc() function
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBase.pm1312 sub ungetc subroutine
/openbsd/gnu/usr.bin/perl/
H A Dfakesdio.h85 #define ungetc(c,f) PerlIO_ungetc(f,c) macro
H A Dnostdio.h98 # define ungetc(c,f) _CANNOT _ungetc_ macro
H A DXSUB.h544 # define ungetc PerlSIO_ungetc macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h226 #define ungetc(c,f) win32_ungetc(c,f) macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c915 WRAPPER2(int, ungetc, int c, FILE *stream) in WRAPPER2() argument
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2ish.h415 # define ungetc(c,fp) \ macro