Home
last modified time | relevance | path

Searched refs:getc (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/openbsd/gnu/gcc/gcc/
H A Dscan.c66 c = getc (fp); in scan_ident()
83 c = getc (fp); in scan_string()
88 c = getc (fp); in scan_string()
93 c = getc (fp); in scan_string()
114 c = getc (fp); in skip_spaces()
117 c = getc (fp); in skip_spaces()
123 c = getc (fp); in skip_spaces()
132 c = getc (fp); in skip_spaces()
135 return getc (fp); in skip_spaces()
186 c = getc (fp); in get_token()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dscan.c71 c = getc (fp);
91 c = getc (fp);
96 c = getc (fp);
101 c = getc (fp);
124 c = getc (fp);
127 c = getc (fp);
133 c = getc (fp);
142 c = getc (fp);
145 return getc (fp);
201 c = getc (fp);
[all …]
H A Dread-rtl.c69 c = getc (infile); in fatal_with_file_and_line()
110 c = getc (infile);
122 c = getc (infile);
130 c = getc (infile);
135 while ((c = getc (infile)) && c != EOF)
177 c = getc (infile);
213 int c = getc (infile);
272 c = getc (infile); /* Read the string */
304 c = getc (infile); /* Read the string */
582 while ((c = getc (infile)) && c != ')')
/openbsd/games/monop/
H A Dinitdeck.c159 while ((c=getc(inf)) != EOF) in count()
163 if (getc(inf) == '-') in count()
185 putc(getc(inf), outf); in putem()
186 putc(getc(inf), outf); in putem()
187 for (num = 0; (c=getc(inf)) != '\n'; ) in putem()
192 while ((c=getc(inf)) != EOF) in putem()
196 if (getc(inf) == '-') in putem()
198 while (getc(inf) != '\n') in putem()
201 if ((c=getc(inf)) == EOF) in putem()
204 putc(c = getc(inf), outf); in putem()
[all …]
/openbsd/lib/libpcap/
H A Detherent.c59 c = getc(f); in skip_space()
71 c = getc(f); in skip_line()
101 c = getc(fp); in pcap_next_etherent()
105 c = getc(fp); in pcap_next_etherent()
110 c = getc(fp); in pcap_next_etherent()
137 c = getc(fp); in pcap_next_etherent()
/openbsd/gnu/usr.bin/perl/cpan/IO-Zlib/t/
H A Dgetc.t25 ok(5, $file->getc() eq substr($text,0,1));
26 ok(6, $file->getc() eq substr($text,1,1));
27 ok(7, $file->getc() eq substr($text,2,1));
28 ok(8, $file->getc() eq substr($text,3,1));
29 ok(9, $file->getc() eq "");
/openbsd/usr.bin/cmp/
H A Dspecial.c57 if (getc(fp1) == EOF) in c_special()
60 if (getc(fp2) == EOF) in c_special()
64 ch1 = getc(fp1); in c_special()
65 ch2 = getc(fp2); in c_special()
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dlex.c546 return getc (finput); in ffelex_getc_()
568 c = getc (finput); in ffelex_cfebackslash_()
605 c = getc (finput); in ffelex_cfebackslash_()
1056 c = getc (finput); in ffelex_hash_()
1145 c = getc (finput); in ffelex_hash_()
1256 c = getc (finput); in ffelex_hash_()
1322 c = getc (finput); in ffelex_hash_()
1862 c = getc (f); in ffelex_file_fixed()
1899 c = getc (f); in ffelex_file_fixed()
3024 c = getc (f); in ffelex_file_free()
[all …]
/openbsd/usr.bin/mail/
H A Dquit.c118 while ((c = getc(fbuf)) != EOF) in quit()
123 c = getc(fbuf); in quit()
212 while ((c = getc(abuf)) != EOF) in quit()
261 c = getc(ibuf); in quit()
266 c = getc(ibuf); in quit()
305 while ((c = getc(rbuf)) != EOF) in quit()
349 while ((c = getc(res)) != EOF) in writeback()
363 while ((c = getc(res)) != EOF) in writeback()
432 while ((c = getc(ibuf)) != EOF) in edstop()
465 while ((c = getc(ibuf)) != EOF) in edstop()
/openbsd/lib/libc/stdio/
H A Dgetc.c52 #undef getc
55 getc(FILE *fp) in getc() function
64 DEF_STRONG(getc);
/openbsd/gnu/usr.bin/perl/t/io/
H A Dutf8.t26 is( getc(F), chr(0x100) );
27 is( getc(F), "�" );
28 is( getc(F), "\n" );
37 is( getc(F), $chr );
39 is( getc(F), $chr );
41 is( getc(F), $chr );
43 is( getc(F), $chr );
44 is( getc(F), "\n" );
398 is getc $$_[0], $$_[1],
/openbsd/usr.bin/tail/
H A Dforward.c111 if ((ch = getc(tf[i].fp)) == EOF) { in forward()
123 if ((ch = getc(tf[i].fp)) == EOF) { in forward()
142 while (getc(tf[i].fp) != EOF) in forward()
164 while (getc(tf[i].fp) != EOF) in forward()
262 if ((ch = getc(tf[0].fp)) == '\n') in rlines()
278 while (!feof(tf[0].fp) && (ch = getc(tf[0].fp)) != EOF) in rlines()
294 while (!feof(fp) && (ch = getc(fp)) != EOF) in tfprint()
/openbsd/usr.bin/locate/locate/
H A Dfastfind.c49 p[c] = check_bigram_char(getc(fp)); in statistic()
50 s[c] = check_bigram_char(getc(fp)); in statistic()
56 for (c = getc(fp), count = 0; c != EOF; size++) { in statistic()
65 for (p = path + count; (c = getc(fp)) > SWITCH; size++) in statistic()
68 c = getc(fp); in statistic()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dfunlike-5.c8 #define getc(fp) __sgetc(fp) macro
9 #define getchar() getc(stdin)
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.y678 c = getc (current.file); in yylex()
689 c = getc (current.file); in yylex()
717 c = getc (current.file); in yylex()
730 c = getc (current.file); in yylex()
739 c = getc (current.file); in yylex()
757 c = getc (current.file); in yylex()
808 c = getc (current.file); in yylex()
815 c = getc (current.file); in yylex()
841 c = getc (current.file); in yylex()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmheader.y678 c = getc (current.file); in yylex()
689 c = getc (current.file); in yylex()
717 c = getc (current.file); in yylex()
730 c = getc (current.file); in yylex()
739 c = getc (current.file); in yylex()
757 c = getc (current.file); in yylex()
808 c = getc (current.file); in yylex()
815 c = getc (current.file); in yylex()
841 c = getc (current.file); in yylex()
/openbsd/usr.bin/rdist/
H A Dgram.y237 switch (c = getc(fin)) { in yylex()
242 while ((c = getc(fin)) != EOF && c != '\n') in yylex()
267 if ((c = getc(fin)) == '>') in yylex()
281 c = getc(fin); in yylex()
285 if ((c = getc(fin)) == EOF) { in yylex()
303 if ((c = getc(fin)) == ':') in yylex()
316 if ((c = getc(fin)) != EOF) { in yylex()
325 c = getc(fin); in yylex()
/openbsd/usr.bin/rcs/
H A Dident.c100 for (c = 0; c != EOF; c = getc(fp)) { in ident_file()
123 while ((c = getc(fp)) != VALDELIM) { in ident_line()
135 while ((c = getc(fp)) != KEYDELIM) { in ident_line()
H A Ddiff.c654 c = getc(f1); in check()
655 d = getc(f2); in check()
673 } while (isspace(c = getc(f1))); in check()
678 } while (isspace(d = getc(f2))); in check()
681 c = getc(f1); in check()
685 d = getc(f2); in check()
705 if ((c = getc(f1)) != (d = getc(f2))) { in check()
812 if ((c = getc(f1)) == EOF) in output()
1025 diff_output("%c", getc(lb)); in fetch()
1051 if ((c = getc(lb)) == EOF) { in fetch()
[all …]
/openbsd/gnu/gcc/intl/
H A Dlocalcharset.c90 # undef getc
91 # define getc getc_unlocked macro
153 c = getc (fp); in get_charset_aliases()
162 c = getc (fp); in get_charset_aliases()
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dlocalcharset.c90 # undef getc
91 # define getc getc_unlocked macro
153 c = getc (fp); in get_charset_aliases()
162 c = getc (fp); in get_charset_aliases()
/openbsd/usr.bin/doas/
H A Dparse.y237 for (c = getc(yyfp); c == ' ' || c == '\t'; c = getc(yyfp)) in yylex()
251 while ((c = getc(yyfp)) != '\n') in yylex()
262 for (;; c = getc(yyfp), yylval.colno++) { in yylex()
/openbsd/usr.bin/diff/
H A Ddiffreg.c721 c = getc(f1); in check()
722 d = getc(f2); in check()
744 } while (isspace(c = getc(f1))); in check()
749 } while (isspace(d = getc(f2))); in check()
752 c = getc(f1); in check()
756 d = getc(f2); in check()
776 if ((c = getc(f1)) != (d = getc(f2))) { in check()
897 if ((c = getc(f1)) == EOF) in output()
1110 diff_output("%c", getc(lb)); in fetch()
1139 if ((c = getc(lb)) == EOF) { in fetch()
[all …]
/openbsd/usr.bin/cvs/
H A Ddiff_internals.c672 c = getc(f1); in check()
673 d = getc(f2); in check()
691 } while (isspace(c = getc(f1))); in check()
696 } while (isspace(d = getc(f2))); in check()
699 c = getc(f1); in check()
703 d = getc(f2); in check()
723 if ((c = getc(f1)) != (d = getc(f2))) { in check()
830 if ((c = getc(f1)) == EOF) in output()
1090 diff_output("%c", getc(lb)); in fetch()
1120 if ((c = getc(lb)) == EOF) { in fetch()
[all …]
/openbsd/games/adventure/
H A Dsetup.c91 while ((c = getc(infile)) != EOF) { in main()
96 while ((c = getc(infile)) == ' ' && c != EOF); in main()

12345678910>>...14