/src/games/boggle/boggle/ |
help.c | 55 int eof, i; local in function:help 65 eof = 0; 66 if (ungetc(getc(fp), fp) == EOF) { 68 eof = 1; /* Nothing there... */ 71 while (!eof) { 74 eof = 1; 81 if (eof || ungetc(getc(fp), fp) == EOF) { 82 eof = 1; 95 if (eof) { [all...] |
help.c | 55 int eof, i; local in function:help 65 eof = 0; 66 if (ungetc(getc(fp), fp) == EOF) { 68 eof = 1; /* Nothing there... */ 71 while (!eof) { 74 eof = 1; 81 if (eof || ungetc(getc(fp), fp) == EOF) { 82 eof = 1; 95 if (eof) { [all...] |
help.c | 55 int eof, i; local in function:help 65 eof = 0; 66 if (ungetc(getc(fp), fp) == EOF) { 68 eof = 1; /* Nothing there... */ 71 while (!eof) { 74 eof = 1; 81 if (eof || ungetc(getc(fp), fp) == EOF) { 82 eof = 1; 95 if (eof) { [all...] |
help.c | 55 int eof, i; local in function:help 65 eof = 0; 66 if (ungetc(getc(fp), fp) == EOF) { 68 eof = 1; /* Nothing there... */ 71 while (!eof) { 74 eof = 1; 81 if (eof || ungetc(getc(fp), fp) == EOF) { 82 eof = 1; 95 if (eof) { [all...] |
/src/tests/usr.bin/m4/ |
t_m4.sh | 28 atf_test_case eof 31 atf_set "descr" "Checks that m4 doesn't confuse 0xFF with EOF" 49 atf_add_test_case eof
|
t_m4.sh | 28 atf_test_case eof 31 atf_set "descr" "Checks that m4 doesn't confuse 0xFF with EOF" 49 atf_add_test_case eof
|
t_m4.sh | 28 atf_test_case eof 31 atf_set "descr" "Checks that m4 doesn't confuse 0xFF with EOF" 49 atf_add_test_case eof
|
t_m4.sh | 28 atf_test_case eof 31 atf_set "descr" "Checks that m4 doesn't confuse 0xFF with EOF" 49 atf_add_test_case eof
|
/src/usr.bin/cmp/ |
special.c | 65 if (ch1 == EOF) 66 goto eof; 72 if (ch2 == EOF) 73 goto eof; 81 if (ch1 == EOF || ch2 == EOF) 96 eof:
|
special.c | 65 if (ch1 == EOF) 66 goto eof; 72 if (ch2 == EOF) 73 goto eof; 81 if (ch1 == EOF || ch2 == EOF) 96 eof:
|
special.c | 65 if (ch1 == EOF) 66 goto eof; 72 if (ch2 == EOF) 73 goto eof; 81 if (ch1 == EOF || ch2 == EOF) 96 eof:
|
special.c | 65 if (ch1 == EOF) 66 goto eof; 72 if (ch2 == EOF) 73 goto eof; 81 if (ch1 == EOF || ch2 == EOF) 96 eof:
|
/src/common/dist/zlib/contrib/iostream3/ |
zfstream.cc | 193 return traits_type::eof(); 198 // Indicates error or EOF 203 return traits_type::eof(); 221 return traits_type::eof(); 222 // Add extra character to buffer if not EOF 223 if (!traits_type::eq_int_type(c, traits_type::eof())) 235 return traits_type::eof(); 238 return traits_type::eof(); 243 // Write extra character to file if not EOF 244 else if (!traits_type::eq_int_type(c, traits_type::eof())) [all...] |
zfstream.cc | 193 return traits_type::eof(); 198 // Indicates error or EOF 203 return traits_type::eof(); 221 return traits_type::eof(); 222 // Add extra character to buffer if not EOF 223 if (!traits_type::eq_int_type(c, traits_type::eof())) 235 return traits_type::eof(); 238 return traits_type::eof(); 243 // Write extra character to file if not EOF 244 else if (!traits_type::eq_int_type(c, traits_type::eof())) [all...] |
zfstream.cc | 193 return traits_type::eof(); 198 // Indicates error or EOF 203 return traits_type::eof(); 221 return traits_type::eof(); 222 // Add extra character to buffer if not EOF 223 if (!traits_type::eq_int_type(c, traits_type::eof())) 235 return traits_type::eof(); 238 return traits_type::eof(); 243 // Write extra character to file if not EOF 244 else if (!traits_type::eq_int_type(c, traits_type::eof())) [all...] |
zfstream.cc | 193 return traits_type::eof(); 198 // Indicates error or EOF 203 return traits_type::eof(); 221 return traits_type::eof(); 222 // Add extra character to buffer if not EOF 223 if (!traits_type::eq_int_type(c, traits_type::eof())) 235 return traits_type::eof(); 238 return traits_type::eof(); 243 // Write extra character to file if not EOF 244 else if (!traits_type::eq_int_type(c, traits_type::eof())) [all...] |
/src/games/hack/ |
makedefs.c | 144 int eof; variable in typeref:typename:int 155 eof++; 177 if (eof) {
|
makedefs.c | 144 int eof; variable in typeref:typename:int 155 eof++; 177 if (eof) {
|
makedefs.c | 144 int eof; variable in typeref:typename:int 155 eof++; 177 if (eof) {
|
makedefs.c | 144 int eof; variable in typeref:typename:int 155 eof++; 177 if (eof) {
|
/src/usr.bin/lam/ |
lam.c | 61 short eof; /* eof flag */ member in struct:openfile 199 if (ip->eof) 201 for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++) 205 if (c == EOF) { 206 ip->eof = 1;
|
lam.c | 61 short eof; /* eof flag */ member in struct:openfile 199 if (ip->eof) 201 for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++) 205 if (c == EOF) { 206 ip->eof = 1;
|
lam.c | 61 short eof; /* eof flag */ member in struct:openfile 199 if (ip->eof) 201 for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++) 205 if (c == EOF) { 206 ip->eof = 1;
|
lam.c | 61 short eof; /* eof flag */ member in struct:openfile 199 if (ip->eof) 201 for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++) 205 if (c == EOF) { 206 ip->eof = 1;
|
/src/tests/bin/sh/ |
t_cmdsub.sh | 384 'cat <<- EOF 387 EOF' 399 'cat <<- EOF 402 EOF' 413 ${TEST_SH} -c 'echo "$( cat <<- \EOF 417 EOF 422 ${TEST_SH} -c 'for N in 1 4; do echo "$( cat <<- EOF 426 EOF 431 ${TEST_SH} -c 'echo "$( cat <<- EOF 434 EOF 593 cat <<-"eof" heredoc 601 cat <<-"eof" heredoc 609 cat <<-"eof" heredoc [all...] |