Searched defs:ungetc (Results 1 – 8 of 8) sorted by relevance
/openbsd/lib/libc/stdio/ |
H A D | ungetc.c | 79 ungetc(int c, FILE *fp) in ungetc() function
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/ |
H A D | Base.pm | 1312 sub ungetc subroutine
|
/openbsd/gnu/usr.bin/perl/ |
H A D | fakesdio.h | 85 #define ungetc(c,f) PerlIO_ungetc(f,c) macro
|
H A D | nostdio.h | 98 # define ungetc(c,f) _CANNOT _ungetc_ macro
|
H A D | XSUB.h | 544 # define ungetc PerlSIO_ungetc macro
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32iop.h | 226 #define ungetc(c,f) win32_ungetc(c,f) macro
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 915 WRAPPER2(int, ungetc, int c, FILE *stream) in WRAPPER2() argument
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | os2ish.h | 415 # define ungetc(c,fp) \ macro
|