Searched defs:ungetc (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/lib/libast/common/stdio/ |
H A D | ungetc.c | 27 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 D | ungetc.c | 44 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 D | nostdio.h | 69 #undef ungetc macro 96 #define ungetc(c,f) _CANNOT _ungetc_ macro
|
H A D | fakesdio.h | 56 #undef ungetc macro 86 #define ungetc(c,f) PerlIO_ungetc(f,c) macro
|
H A D | XSUB.h | 352 # undef ungetc macro 410 # define ungetc PerlSIO_ungetc macro
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 232 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 D | ast_stdio.h | 211 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 D | ast_stdio.h | 232 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 D | ast_stdio.h | 211 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 D | ast_stdio.h | 232 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 D | ast_stdio.h | 211 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 D | ast_stdio.h | 232 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 D | ast_stdio.h | 211 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