Searched defs:ungetc (Results 1 - 13 of 13) sorted by relevance

/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 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/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*));
/osnet-11/usr/src/lib/libast/i386/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/sparc/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/sparc/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/sparcv9/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/sparcv9/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*));

Completed in 54 milliseconds