Searched defs:ungetc (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | ungetc.c | 36 ungetc(c, iop) function
|
/illumos-gate/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
|
/illumos-gate/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))
|
/illumos-gate/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*));
|
/illumos-gate/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*));
|
/illumos-gate/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*));
|
/illumos-gate/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*));
|
/illumos-gate/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*));
|
/illumos-gate/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*));
|
/illumos-gate/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*));
|
/illumos-gate/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 79 milliseconds