Searched refs:getc (Results 1 - 25 of 249) sorted by path

12345678910

/freebsd-10.0-release/bin/cat/
H A Dcat.c214 for (prev = '\n'; (ch = getc(fp)) != EOF; prev = ch) {
/freebsd-10.0-release/bin/ed/
H A Dcbc.c118 return (getc(fp));
H A Dio.c118 while (((c = des ? get_des_char(fp) : getc(fp)) != EOF || (!feof(fp) &&
/freebsd-10.0-release/contrib/amd/amd/
H A Dinfo_file.c81 while ((ch = getc(fp)) != EOF &&
/freebsd-10.0-release/contrib/amd/mk-amd-map/
H A Dmk-amd-map.c96 while ((ch = getc(fp)) != EOF && isascii(ch) && isspace(ch)) ;
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dbin2c.c92 while ((c = getc (stdin)) != EOF)
H A Dobjcopy.c1156 c = getc (file);
1172 c = getc (file);
1180 c = getc (file);
1198 c = getc (file);
1206 c = getc (file);
1210 if ((c == '\r' && (c = getc (file)) == '\n')
1223 c = getc (file);
1235 c = getc (file);
H A Dreadelf.c9782 (void) getc (file);
H A Dstrings.c511 c = getc (stream);
H A Dsysdump.c122 size = getc (file) - 2;
275 int c = getc (file);
612 c = getc (file);
621 c = getc (file);
631 c = getc (file);
/freebsd-10.0-release/contrib/binutils/gas/
H A Dinput-file.c150 c = getc (f_in);
165 c = getc (f_in);
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldmain.c840 c = getc (file);
844 c = getc (file);
859 c = getc (file);
/freebsd-10.0-release/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c362 if ((c = getc(input->fp)) != EOF)
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dconfig.c341 if ((c = getc(input->input_fp)) == EOF) {
/freebsd-10.0-release/contrib/byacc/
H A Doutput.c867 while ((c = getc(union_file)) != EOF)
885 if ((c = getc(in)) == EOF)
888 while ((c = getc(in)) != EOF)
1152 if ((c = getc(in)) == EOF)
1170 while ((c = getc(in)) != EOF)
1189 if ((c = getc(action_file)) == EOF)
1194 while ((c = getc(action_file)) != EOF)
H A Dreader.c69 if (saw_eof || (c = getc(f)) == EOF)
106 c = getc(f);
/freebsd-10.0-release/contrib/byacc/test/
H A Dftp.tab.c693 while ((c = getc(iop)) != EOF) {
696 if ((c = getc(iop)) != EOF) {
701 c = getc(iop);
707 c = getc(iop);
1089 while((c=getc(fin)) != EOF) {
H A Dftp.y846 while ((c = getc(iop)) != EOF) {
849 if ((c = getc(iop)) != EOF) {
854 c = getc(iop);
860 c = getc(iop);
1242 while((c=getc(fin)) != EOF) {
/freebsd-10.0-release/contrib/bzip2/
H A Dbzip2recover.c205 Int32 retVal = getc ( bs->handle );
/freebsd-10.0-release/contrib/dialog/
H A Dprogressbox.c50 if ((ch = getc(fp)) == EOF) {
H A Dtailbox.c52 if (((ch = getc(fp)) == EOF) && !feof(fp))
261 ch = getc(cb->input);
H A Dutil.c1364 while (((ch = getc(fd)) != '\n') && !feof(fd))
/freebsd-10.0-release/contrib/diff/lib/
H A Dexclude.c222 while ((c = getc (in)) != EOF)
H A Dunlocked-io.h98 # undef getc macro
99 # define getc(x) getc_unlocked (x) macro
101 # define getc_unlocked(x) getc (x)
/freebsd-10.0-release/contrib/diff/src/
H A Ddiff3.c1645 c = getc (infile);
1700 while ((c = getc (infile)) != '\n')
1714 while ((c = getc (infile)) != EOF || !(ferror (infile) | feof (infile)))

Completed in 481 milliseconds

12345678910