HomeSort by: relevance | last modified time | path
    Searched refs:EOF (Results 1 - 25 of 459) 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/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/sort/
fsort.h 68 #define BUFFEND (EOF-2)
  /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
ckscripts.sh 25 base=`$ED - \!"echo $i" <<-EOF
27 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
t_test.sh 44 cat >Makefile <<EOF
49 EOF
61 cat >t_fake.c <<EOF
74 EOF
80 cat >t_fake.cc <<EOF
92 EOF
98 cat >t_fake.sh <<EOF
107 EOF
  /src/usr.bin/shar/
shar.sh 40 cat << EOF
48 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...]
  /src/tests/usr.bin/gdb/
t_regress.sh 40 cat <<EOF >test.gdb
47 EOF
59 cat <<\EOF >test.c
62 EOF
64 cat <<EOF >test.gdb
67 EOF
79 cat <<\EOF >target.xml
83 EOF
84 cat <<EOF >test.gdb
86 EOF
    [all...]
  /src/share/man/tools/
line.c 10 int EOF;
18 EOF = 0;
33 if (EOF == 1) exit(1);
40 EOF = 1;
  /src/tests/libexec/ld.elf_so/
t_df_1_noopen.sh 38 cat >expout <<EOF
40 EOF
52 cat >expout <<EOF
54 EOF
t_thread_local_dtor.sh 38 cat >exp <<EOF
45 EOF
  /src/tests/dev/cgd/
t_cgdconfig.sh 37 cat <<EOF >params
44 EOF
56 cat <<EOF >dska
63 EOF
64 cat <<EOF >dskb
71 EOF
72 cat <<EOF >cgd.conf
75 EOF
76 cat <<EOF >expected
79 EOF
    [all...]
  /src/tests/bin/sh/
t_evaltested.sh 38 cat > helper.sh << EOF
47 EOF
  /src/tests/lib/csu/
t_crt0.sh 35 cat >expout <<EOF
39 EOF
51 cat >expout <<EOF
55 EOF
67 cat >expout <<EOF
75 EOF
87 cat >expout <<EOF
93 EOF
  /src/tests/lib/libc/net/
t_nsdispatch.sh 36 cat >exp <<EOF
43 EOF
  /src/tests/lib/libc/stdlib/
t_atexit.sh 38 cat >exp <<EOF
45 EOF
  /src/tests/lib/libpthread/
t_atexit.sh 35 cat >expout <<EOF
42 EOF
  /src/tests/usr.bin/indent/
t_misc.sh 36 cat <<-\EOF > code.c
38 EOF
39 cat <<-\EOF > code.c.exp
41 EOF
58 cat <<-\EOF > code.c
62 EOF
73 cat <<-\EOF > .indent.pro
77 EOF
78 cat <<-\EOF > before.c
80 EOF
    [all...]
  /src/tests/usr.bin/sort/
t_sort.sh 35 cat >in <<EOF
40 EOF
42 cat >expout <<EOF
47 EOF
158 cat >in <<EOF
161 EOF
175 cat >in <<EOF
178 EOF
190 cat >in <<EOF
195 EOF
    [all...]
  /src/tests/usr.bin/ld/
t_script.sh 37 cat > test.x << EOF
42 EOF
55 cat > test.x << EOF
61 EOF
74 cat > test.x << EOF
83 EOF
96 cat > test.x << EOF
104 EOF
117 cat > test.c << EOF
122 EOF
    [all...]
t_section.sh 37 cat > test.c << EOF
42 EOF
55 cat > test.c << EOF
67 EOF
  /src/tests/kernel/
t_fexecve.sh 41 cat > hello.c << EOF
47 EOF
60 cat > goodbye << EOF
63 EOF
  /src/tests/usr.bin/cc/
t_hello.sh 59 cat > test.c << EOF
63 EOF
75 cat > test.c << EOF
79 EOF
87 cat > test.c << EOF
91 EOF
92 cat > pic.c << EOF
95 EOF
111 cat > test.c << EOF
115 EOF
    [all...]

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>