HomeSort by: relevance | last modified time | path
    Searched refs:EOF (Results 1 - 25 of 2169) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/crunch/crunchgen/
mkskel.sh 7 cat <<!EOF
11 !EOF
15 cat <<!EOF
18 !EOF
  /src/external/ibm-public/postfix/dist/src/bounce/
annotate.sh 3 cat <<'EOF'
11 EOF
24 #-Each template starts with "template_name = <<EOF" and ends
25 # with a line that contains the word "EOF" only. You can change the
26 # word EOF if you like, but you can't do shell/perl/etc like things
27 # such as enclosing it in quotes (template_name = <<'EOF').
64 #EOF
69 failure_template*) cat <<'EOF'
77 EOF
79 delay_template*) cat <<'EOF'
    [all...]
  /src/tests/bin/sh/dotcmd/
scoped_command 78 [ 'func' = "${1}" ] && cat <<EOF
89 EOF
91 [ 'case' = "${1}" ] && cat <<EOF
97 EOF
99 [ 'file' = "${1}" ] && cat <<EOF
101 EOF
103 [ 'while' = "${1}" ] && cat <<EOF
112 EOF
114 [ 'until' = "${1}" ] && cat <<EOF
123 EOF
    [all...]
  /src/usr.bin/shar/
shar.sh 40 cat << EOF
48 EOF
  /src/usr.bin/sort/
fsort.h 68 #define BUFFEND (EOF-2)
  /src/external/apache2/llvm/dist/libcxx/utils/ci/
buildkite-pipeline-snapshot.sh 18 cat <<EOF
25 EOF
  /src/external/ibm-public/postfix/dist/mantools/
comment.c 9 while ((c = getchar()) != EOF) {
15 if (c != EOF)
28 while ((c = getchar()) != EOF) {
41 while ((c = getchar()) != EOF) {
47 while ((c = getchar()) != EOF) {
53 if (c != EOF)
  /src/tests/share/mk/
t_own.sh 31 cat >Makefile <<EOF
39 EOF
42 cat >custom.conf <<EOF
44 EOF
53 cat >Makefile <<EOF
59 EOF
62 cat >custom.conf <<EOF
64 EOF
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc.sh 5 cat <<EOF
12 EOF
22 cat <<EOF
27 EOF
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc.sh 5 cat <<EOF
12 EOF
22 cat <<EOF
27 EOF
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-scheme-2 9 cat <<EOF > xg-sc-2.scm
11 EOF
19 cat <<EOF > xg-sc-2.ok
20 EOF
msgcomm-17 11 cat <<EOF > mcomm-test17.in1
27 EOF
29 cat <<EOF > mcomm-test17.in2
44 EOF
46 cat <<\EOF > mcomm-test17.in3
66 EOF
77 cat << \EOF > mcomm-test17.ok
93 EOF
msgmerge-compendium-1 9 cat <<EOF > mm-c-1.in1
13 EOF
15 cat <<EOF > mm-c-1.com
19 EOF
21 cat <<EOF > mm-c-1.pot
29 EOF
37 cat << EOF > mm-c-1.ok
45 EOF
msgmerge-compendium-2 9 cat <<EOF > mm-c-2.in1
13 EOF
15 cat <<EOF > mm-c-2.com
19 EOF
21 cat <<EOF > mm-c-2.pot
29 EOF
37 cat << EOF > mm-c-2.ok
46 EOF
msgmerge-compendium-3 13 cat <<EOF > mm-c-3.in1
21 EOF
23 cat <<EOF > mm-c-3.com
27 EOF
29 cat <<EOF > mm-c-3.pot
37 EOF
45 cat << EOF > mm-c-3.ok
53 EOF
msgcomm-18 9 cat <<EOF > mcomm-test18.in1
14 EOF
16 cat <<EOF > mcomm-test18.in2
21 EOF
29 cat << EOF > mcomm-test18.ok
34 EOF
msgcomm-19 10 cat <<EOF > mcomm-test19.in1
16 EOF
18 cat <<EOF > mcomm-test19.in2
23 EOF
31 cat << EOF > mcomm-test19.ok
37 EOF
msgcomm-20 10 cat <<EOF > mcomm-test20.in1
15 EOF
17 cat <<EOF > mcomm-test20.in2
23 EOF
32 cat << EOF > mcomm-test20.ok
37 EOF
msgcomm-21 10 cat <<EOF > mcomm-test21.in1
16 EOF
18 cat <<EOF > mcomm-test21.in2
24 EOF
32 cat << EOF > mcomm-test21.ok
38 EOF
msgmerge-properties-2 10 cat <<\EOF > mm-p-2.po
13 EOF
16 cat <<EOF > mm-p-2.pot
20 EOF
28 cat <<\EOF > mm-p-2.ok
32 EOF
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
gen-h.sh 26 cat <<EOF
30 EOF
41 cat <<EOF
43 EOF
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
gen-h.sh 26 cat <<EOF
30 EOF
41 cat <<EOF
43 EOF
  /src/bin/ed/test/
mkscripts.sh 25 base=`$ED - \!"echo $i" <<-EOF
27 EOF`
28 $ED - <<-EOF
40 EOF
59 base=`$ED - \!"echo $i" <<-EOF
61 EOF`
62 $ED - <<-EOF
74 EOF
  /src/external/ibm-public/postfix/dist/src/util/
lmdb_cache_test_1.sh 10 ./dict_cache <<EOF
13 EOF
15 (./dict_cache <<EOF
24 EOF
27 (./dict_cache <<EOF
36 EOF
41 ./dict_cache <<EOF
51 EOF
  /src/tests/usr.bin/xlint/xlint/
t_xlint.sh 33 cat <<-EOF >input.c || atf_fail 'prepare input.c'
41 EOF
44 cat <<-EOF > expected.out
47 EOF
65 cat <<-EOF >input.c || atf_fail 'prepare input.c'
73 EOF
74 cat <<-EOF >input.exp || atf_fail 'prepare input.exp'
80 EOF
81 cat <<-EOF >expected.out
84 EOF
    [all...]

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>