Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 25 of 1461) sorted by relevance

12345678910>>...59

/freebsd-12-stable/contrib/netbsd-tests/usr.bin/sort/
Dt_sort.sh35 cat >in <<EOF heredoc
40 EOF
42 cat >expout <<EOF heredoc
47 EOF
158 cat >in <<EOF heredoc
161 EOF
175 cat >in <<EOF heredoc
178 EOF
190 cat >in <<EOF heredoc
195 EOF
[all …]
/freebsd-12-stable/bin/sh/tests/parser/
Dheredoc1.012 check '"$(cat <<EOF
14 EOF
17 check '"$(cat <<EOF
19 EOF
23 check '"$(cat <<EOF
25 EOF
28 check '"$(cat <<EOF
31 EOF
35 check '"$(cat <<EOF
37 EOF
[all …]
Dheredoc9.04 # x=$(cat <<EOF
6 # EOF)
8 # cat <<EOF
10 # EOF
28 check '`${SH} -c "cat <<EOF
29 EOF)
30 EOF
31 "` = "EOF)"'
33 check '`${SH} -c "(cat <<EOF
34 EOF)
[all …]
Dheredoc10.04 # x=$(cat <<EOF
6 # EOF)
8 # cat <<EOF
10 # EOF
29 check '"$(cat <<EOF # (
30 EOF )
31 EOF
32 )" = "EOF )"'
34 check '"$({ cat <<EOF # (
35 EOF)
[all …]
Dheredoc5.013 cat <<EOF && echo `cat <<EOF
15 EOF
18 EOF
24 cat <<EOF && echo $(cat <<EOF
26 EOF
29 EOF
35 echo `cat <<EOF
37 EOF
38 ` && cat <<EOF
40 EOF
[all …]
Dheredoc7.05 eval ': <<EOF'
6 eval ': <<EOF;'
7 eval '`: <<EOF`'
8 eval '`: <<EOF;`'
9 eval '`: <<EOF`;'
10 eval '`: <<EOF;`;'
14 eval ': <<\EOF'
15 eval ': <<\EOF;'
16 eval '`: <<\EOF`'
17 eval '`: <<\EOF;`'
[all …]
Dheredoc2.014 check '"$(cat <<EOF
16 EOF
19 check '"$(cat <<EOF
21 EOF
24 check '"$(cat <<EOF
26 EOF
29 check '"$(cat <<EOF
31 EOF
34 check '"$(cat <<EOF
36 EOF
/freebsd-12-stable/usr.bin/lastcomm/
Dreadrec.c66 return (EOF); in fread_record()
70 return (EOF); in fread_record()
100 if ((rv = fread_record(&av1, sizeof(av1), f)) == EOF) in readrec_v1()
101 return (EOF); in readrec_v1()
130 if ((rv = fread_record(&av2, sizeof(av2), f)) == EOF) in readrec_v2()
131 return (EOF); in readrec_v2()
172 if (fread_record(&magic, sizeof(magic), f) == EOF || in readrec_vx()
173 fread_record(&version, sizeof(version), f) == EOF || in readrec_vx()
174 ungetc(version, f) == EOF || in readrec_vx()
175 ungetc(magic, f) == EOF) in readrec_vx()
[all …]
/freebsd-12-stable/contrib/gdb/gdb/
Dgdb-events.sh60 cat <<EOF | heredoc
108 EOF
114 cat <<EOF heredoc
151 EOF
160 cat <<EOF heredoc
168 EOF
173 cat <<EOF heredoc
176 EOF
190 cat <<EOF heredoc
194 EOF
[all …]
/freebsd-12-stable/contrib/netbsd-tests/bin/sh/dotcmd/
Dscoped_command78 [ 'func' = "${1}" ] && cat <<EOF heredoc
89 EOF
91 [ 'case' = "${1}" ] && cat <<EOF heredoc
97 EOF
99 [ 'file' = "${1}" ] && cat <<EOF heredoc
101 EOF
103 [ 'while' = "${1}" ] && cat <<EOF heredoc
112 EOF
114 [ 'until' = "${1}" ] && cat <<EOF heredoc
123 EOF
[all …]
/freebsd-12-stable/contrib/atf/atf-sh/
Dintegration_test.sh38 cat >experr <<EOF heredoc
41 EOF
48 cat >experr <<EOF heredoc
50 EOF
57 create_test_program tp <<EOF heredoc
66 EOF
68 cat >expout <<EOF heredoc
72 EOF
75 cat >expout <<EOF heredoc
79 EOF
[all …]
/freebsd-12-stable/usr.sbin/etcupdate/tests/
Dfbsdid_test.sh101 cat >> $i/old <<EOF heredoc
104 EOF
106 cat >> $NEW/old <<EOF heredoc
109 EOF
116 cat >> $OLD/already <<EOF heredoc
119 EOF
121 cat >> $i/already <<EOF heredoc
124 EOF
138 cat >> $OLD/conflict <<EOF heredoc
141 EOF
[all …]
/freebsd-12-stable/usr.bin/localedef/
Dmonetary.c187 if ((putl_category(mon.int_curr_symbol, f) == EOF) || in dump_monetary()
188 (putl_category(mon.currency_symbol, f) == EOF) || in dump_monetary()
189 (putl_category(mon.mon_decimal_point, f) == EOF) || in dump_monetary()
190 (putl_category(mon.mon_thousands_sep, f) == EOF) || in dump_monetary()
191 (putl_category(mon.mon_grouping, f) == EOF) || in dump_monetary()
192 (putl_category(mon.positive_sign, f) == EOF) || in dump_monetary()
193 (putl_category(mon.negative_sign, f) == EOF) || in dump_monetary()
194 (putl_category(mon.int_frac_digits, f) == EOF) || in dump_monetary()
195 (putl_category(mon.frac_digits, f) == EOF) || in dump_monetary()
196 (putl_category(mon.p_cs_precedes, f) == EOF) || in dump_monetary()
[all …]
/freebsd-12-stable/contrib/opie/
Dconfigure163 cat << EOF heredoc
554 cat >> confdefs.h <<EOF heredoc
556 EOF
565 cat >> confdefs.h <<\EOF
567 EOF
570 cat >> confdefs.h <<\EOF
572 EOF
587 cat >> confdefs.h <<\EOF
589 EOF
593 cat >> confdefs.h <<EOF heredoc
[all …]
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
DMKfallback.sh71 cat <<EOF heredoc
78 EOF
82 cat <<EOF heredoc
86 EOF
93 cat <<EOF heredoc
96 EOF
105 cat <<EOF heredoc
108 EOF
111 cat <<EOF heredoc
114 EOF
[all …]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
Dtst.libdep.ksh39 cat > $libdir/liba.$$.d <<EOF heredoc
43 EOF
44 cat > $libdir/libb.$$.d <<EOF heredoc
46 EOF
47 cat > $libdir/libc.$$.d <<EOF heredoc
48 EOF
49 cat > $libdir/libd.$$.d <<EOF heredoc
50 EOF
51 cat > $libdir/libe.$$.d <<EOF heredoc
53 EOF
[all …]
Dtst.libdepsepdir.ksh47 cat > $libdira/liba.$$.d <<EOF heredoc
51 EOF
52 cat > $libdirb/libb.$$.d <<EOF heredoc
54 EOF
55 cat > $libdirb/libc.$$.d <<EOF heredoc
56 EOF
57 cat > $libdirb/libd.$$.d <<EOF heredoc
58 EOF
59 cat > $libdirc/libe.$$.d <<EOF heredoc
61 EOF
[all …]
Dtst.libdepfullyconnected.ksh48 cat > $libdir/liba.$$.d <<EOF heredoc
50 EOF
51 cat > $libdir/libb.$$.d <<EOF heredoc
52 EOF
53 cat > $libdir/libc.$$.d <<EOF heredoc
55 EOF
56 cat > $libdir/libd.$$.d <<EOF heredoc
58 EOF
59 cat > $libdir/libe.$$.d <<EOF heredoc
61 EOF
[all …]
/freebsd-12-stable/usr.bin/soelim/tests/
Dsoelim_test.sh16 soelim <<-EOF heredoc
18 EOF
25 soelim <<-EOF heredoc
27 EOF
34 soelim - <<-EOF heredoc
36 EOF
42 soelim <<-EOF heredoc
44 EOF
50 soelim <<-EOF heredoc
52 EOF
[all …]
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/ld/
Dt_script.sh37 cat > test.x << EOF heredoc
42 EOF
55 cat > test.x << EOF heredoc
61 EOF
74 cat > test.x << EOF heredoc
83 EOF
96 cat > test.x << EOF heredoc
104 EOF
117 cat > test.c << EOF heredoc
122 EOF
[all …]
/freebsd-12-stable/release/tools/
Dgce.conf32 cat << EOF >> ${DESTDIR}/etc/rc.conf heredoc
39 EOF
41 cat << EOF >> ${DESTDIR}/boot/loader.conf heredoc
51 EOF
57 cat << EOF > ${DESTDIR}/etc/ntp.conf heredoc
66 EOF
68 cat << EOF >> ${DESTDIR}/etc/syslog.conf heredoc
70 EOF
72 cat << EOF >> ${DESTDIR}/etc/ssh/sshd_config heredoc
78 EOF
[all …]
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/cc/
Dt_hello.sh53 cat > test.c << EOF heredoc
57 EOF
63 cat > test.c << EOF heredoc
66 EOF
67 cat > pic.c << EOF heredoc
70 EOF
86 cat > test.c << EOF heredoc
90 EOF
108 cat > test.c << EOF heredoc
112 EOF
[all …]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
Dtst.dlclose3.ksh45 cat > Makefile <<EOF heredoc
79 EOF
81 cat > prov.d <<EOF heredoc
85 EOF
87 cat > livelib.c <<EOF heredoc
95 EOF
97 cat > deadlib.c <<EOF heredoc
102 EOF
105 cat > main.c <<EOF heredoc
132 EOF
[all …]
Dtst.dlclose1.ksh45 cat > Makefile <<EOF heredoc
79 EOF
81 cat > prov.d <<EOF heredoc
85 EOF
87 cat > livelib.c <<EOF heredoc
95 EOF
97 cat > deadlib.c <<EOF heredoc
102 EOF
105 cat > main.c <<EOF heredoc
129 EOF
[all …]
/freebsd-12-stable/bin/sh/tests/expansion/
Dtilde2.059 r=$(cat <<EOF
61 EOF
64 r=$(cat <<EOF
66 EOF
69 r=$(cat <<EOF
71 EOF
74 r=$(cat <<EOF
76 EOF
79 r=$(cat <<EOF
81 EOF
[all …]

12345678910>>...59