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

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dungetc.c36 ungetc(c, iop) function
/illumos-gate/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
/illumos-gate/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))
/illumos-gate/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*));
/illumos-gate/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*));
/illumos-gate/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*));
/illumos-gate/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*));
/illumos-gate/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*));
/illumos-gate/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*));
/illumos-gate/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*));
/illumos-gate/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 79 milliseconds