Searched refs:ungetc (Results 26 - 50 of 91) sorted by relevance

1234

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_pr.c240 ungetc(c, pvt->fp);
H A Dlcl_nw.c262 ungetc(c, pvt->fp);
/illumos-gate/usr/src/head/
H A Dstdio.h129 using std::ungetc;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c331 (void) ungetc(c, fp);
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c564 if (ungetc(getc(infile), infile) == EOF) {
887 if (ungetc(getc(infile), infile) == EOF)
1476 if (ungetc(ch, iop) == EOF && !feof(iop)) {
1481 fatal("fgetline - ungetc failed");
1504 if (ungetc(ch, iop) == EOF)
1505 (void) fprintf(stderr, "fgetline - can't ungetc??\n");
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l838 (void) ungetc(c, yyin);
848 (void) ungetc(c, yyin);
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c62 #define ungetchar(c) ungetc(c, stdin)
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h244 extern int ungetc(int, FILE *);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h203 #define ungetwc ungetc
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoscan.c43 #define locungetc(x) (chcount-=1,ungetc(x,iop))
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c732 (void) ungetc(c, infile);
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_lex.c124 (void) ungetc(c, fp);
/illumos-gate/usr/src/cmd/bnu/
H A Dfio.c410 (void) ungetc(c, fp);
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c470 (void) ungetc(mbuf[len], stdin);
/illumos-gate/usr/src/boot/include/
H A Dstdio.h100 * _ub, _up, and _ur are used when ungetc() pushes back more characters
101 * than fit in the current _bf, or when ungetc() pushes back a character
103 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
126 /* separate buffer for long sequences of ungetc() */
127 struct __sbuf _ub; /* ungetc buffer */
128 unsigned char *_up; /* saved _p when _p is doing ungetc data */
129 int _ur; /* saved _r when _r is counting ungetc data */
132 unsigned char _ubuf[3]; /* guarantee an ungetc() buffer */
274 int ungetc(int, FILE *);
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c146 if (ungetc(c, input) < 0) {
147 yyerror(_("ungetc failed"));
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c573 (void) ungetc(*sp, inf);
670 (void) ungetc (*sp, inf);
825 (void) ungetc(c, inf);
/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 212 milliseconds

1234