Searched refs:EOF (Results 51 - 75 of 527) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-HTTP-Content-Disposition-2.px11 my $dontcare = <<EOF;
13 EOF
15 my $dummyfile = <<EOF;
26 EOF
H A DTest-idn-robots.px15 my $starter_file = <<EOF;
17 EOF
19 my $result_file = <<EOF;
21 EOF
H A DTest-iri-list.px26 my $urllist = <<EOF;
30 EOF
32 my $pageindex = <<EOF;
43 EOF
45 my $pagefrancais = <<EOF;
57 EOF
59 my $pageeen = <<EOF;
71 EOF
73 my $page404 = <<EOF;
84 EOF
[all...]
H A DTest--spider-r--no-content-disposition-trivial.px11 my $mainpage = <<EOF;
23 EOF
25 my $secondpage = <<EOF;
37 EOF
39 my $thirdpage = <<EOF;
51 EOF
53 my $dummyfile = <<EOF;
55 EOF
H A DTest--spider-r--no-content-disposition.px11 my $mainpage = <<EOF;
23 EOF
25 my $secondpage = <<EOF;
37 EOF
39 my $thirdpage = <<EOF;
51 EOF
53 my $dummyfile = <<EOF;
55 EOF
H A DTest--spider-r-HTTP-Content-Disposition.px11 my $mainpage = <<EOF;
23 EOF
25 my $secondpage = <<EOF;
37 EOF
39 my $thirdpage = <<EOF;
51 EOF
53 my $dummyfile = <<EOF;
55 EOF
H A DTest--spider-r.px11 my $mainpage = <<EOF;
23 EOF
25 my $secondpage = <<EOF;
37 EOF
39 my $thirdpage = <<EOF;
51 EOF
53 my $dummyfile = <<EOF;
55 EOF
H A DTest-np.px11 my $mainpage = <<EOF;
22 EOF
24 my $secondpage = <<EOF;
35 EOF
37 my $thirdpage = <<EOF;
48 EOF
50 my $fourthpage = <<EOF;
62 EOF
64 my $higherlevelpage = <<EOF;
77 EOF
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Diofflush.c40 CHECK_FILE (fp, EOF);
43 result = _IO_SYNC (fp) ? EOF : 0;
H A Diofputws.c37 int result = EOF;
38 CHECK_FILE (fp, EOF);
H A Dioputs.c37 int result = EOF;
45 && _IO_putc_unlocked('\n', _IO_stdout) != EOF)
H A Diofgetpos64.c40 CHECK_FILE (fp, EOF);
59 return EOF;
69 return EOF;
H A Diofsetpos64.c39 CHECK_FILE (fp, EOF);
51 result = EOF;
66 return EOF;
/haiku-fatelf/src/tests/system/benchmarks/
H A Dcompile_bench.sh8 cat << EOF > hello_world.cpp
18 EOF
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/pi_test/
H A Ddo-plot14 error <<EOF
16 EOF
34 cat > $TMP/gnuplot.script <<EOF
37 EOF
46 cat 1>&2 <<EOF
48 EOF
/haiku-fatelf/src/bin/sharutils/
H A Dconfigure143 cat << EOF
176 EOF
177 cat << EOF
189 EOF
555 cat >> confdefs.h <<EOF
557 EOF
559 cat >> confdefs.h <<EOF
561 EOF
609 cat > conftest.c <<EOF
613 EOF
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dextract-magic61 print $STREAM <<EOF;
73 EOF
106 print <<EOF;
112 EOF
126 print <<\EOF;
130 EOF
/haiku-fatelf/src/tools/fs_shell/
H A Dfs_shell_command_unix.cpp38 if (fputs(command, out) == EOF || fputc('\n', out) == EOF
39 || fflush(out) == EOF) {
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dstdiostream.cc78 if (ch == EOF)
116 return EOF;
119 return EOF;
123 int stdiobuf::overflow(int c /* = EOF*/)
125 if (filebuf::overflow(c) == EOF)
126 return EOF;
127 if (c != EOF)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/fork/
H A Ddo-plot34 error <<EOF
36 EOF
54 cat > $TMP/gnuplot.script <<EOF
61 EOF
78 cat 1>&2 <<EOF
80 EOF
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Ddo-plot34 error <<EOF
36 EOF
54 cat > $TMP/gnuplot.script <<EOF
61 EOF
78 cat 1>&2 <<EOF
80 EOF
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_create/
H A Ddo-plot34 error <<EOF
36 EOF
54 cat > $TMP/gnuplot.script <<EOF
61 EOF
78 cat 1>&2 <<EOF
80 EOF
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_init/
H A Ddo-plot34 error <<EOF
36 EOF
54 cat > $TMP/gnuplot.script <<EOF
61 EOF
78 cat 1>&2 <<EOF
80 EOF
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_open/
H A Ddo-plot34 error <<EOF
36 EOF
54 cat > $TMP/gnuplot.script <<EOF
61 EOF
78 cat 1>&2 <<EOF
80 EOF
/haiku-fatelf/src/bin/network/tcpdump/
H A Dvfprintf.c55 return EOF;
58 return ferror(f) ? EOF : ret;

Completed in 221 milliseconds

1234567891011>>