Home
last modified time | relevance | path

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

123456

/linux/scripts/atomic/
A Dgen-atomic-fallback.sh52 cat << EOF heredoc
56 EOF
131 cat <<EOF heredoc
148 EOF
169 cat <<EOF heredoc
181 EOF
215 EOF
227 cat <<EOF heredoc
232 EOF
238 cat <<EOF heredoc
[all …]
A Dgen-atomic-long.sh48 cat <<EOF heredoc
55 EOF
58 cat << EOF heredoc
84 EOF
90 cat <<EOF heredoc
93 EOF
99 cat <<EOF heredoc
102 EOF
A Dgen-atomic-instrumented.sh63 cat <<EOF heredoc
70 EOF
82 cat <<EOF heredoc
91 EOF
95 cat <<EOF heredoc
102 EOF
107 cat << EOF heredoc
/linux/tools/perf/tests/shell/
A Ddaemon.sh150 cat <<EOF > ${config} heredoc
159 EOF
200 cat <<EOF > ${config} heredoc
209 EOF
234 EOF
262 EOF
319 cat <<EOF > ${config} heredoc
328 EOF
377 EOF
419 EOF
[all …]
/linux/tools/bootconfig/scripts/
A Dftrace2bconf.sh51 cat 1>&2 << EOF heredoc
53 EOF
61 cat 1>&2 << EOF heredoc
63 EOF
70 cat 1>&2 << EOF heredoc
72 EOF
/linux/tools/testing/selftests/bpf/
A Dvmtest.sh26 cat <<EOF heredoc
55 EOF
160 cat <<EOF heredoc
164 EOF
172 sudo bash -c "cat >>${init_script}" <<EOF heredoc
185 EOF
216 cat <<EOF heredoc
219 EOF
/linux/tools/testing/selftests/netfilter/
A Dnft_nat.sh191 EOF
266 EOF
418 EOF
519 EOF
618 EOF
700 EOF
805 EOF
827 EOF
845 EOF
877 EOF
[all …]
A Dconntrack_icmp_related.sh130 ip netns exec $netns nft -f - <<EOF heredoc
142 EOF
145 ip netns exec nsclient1 nft -f - <<EOF heredoc
157 EOF
159 ip netns exec nsclient2 nft -f - <<EOF heredoc
182 EOF
188 ip netns exec nsrouter1 nft -f - <<EOF heredoc
201 EOF
A Dnft_queue.sh94 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
123 EOF
129 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
152 EOF
186 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
193 EOF
301 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
313 EOF
350 ip netns exec ${ns1} nft -f /dev/stdin <<EOF heredoc
364 EOF
A Dconntrack_vrf.sh108 ip netns exec $ns0 nft -f - <<EOF heredoc
128 EOF
161 ip netns exec $ns0 nft -f - <<EOF heredoc
181 EOF
210 ip netns exec $ns0 nft -f - <<EOF heredoc
218 EOF
A Dconntrack_tcp_unreplied.sh91 ip netns exec $ns2 nft -f - <<EOF heredoc
101 EOF
117 ip netns exec $ns2 nft -f - <<EOF heredoc
124 EOF
/linux/tools/testing/selftests/drivers/net/mlxsw/
A Dqos_lib.sh62 cat >/dev/stderr <<-EOF heredoc
70 EOF
73 cat >/dev/stderr <<-EOF heredoc
78 EOF
/linux/scripts/selinux/
A Dinstall_policy.sh49 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF heredoc
55 EOF
72 cat > /etc/selinux/config << EOF heredoc
75 EOF
/linux/tools/bootconfig/
A Dtest-bootconfig.sh112 cat > $TEMPCONF << EOF heredoc
115 EOF
125 cat > $TEMPCONF << EOF heredoc
128 EOF
/linux/tools/vm/
A Dslabinfo-gnuplot.sh81 gnuplot -p << EOF heredoc
96 EOF
123 gnuplot -p << EOF heredoc
134 EOF
/linux/scripts/atomic/fallbacks/
A Dread_acquire1 cat <<EOF
7 EOF
A Dset_release1 cat <<EOF
7 EOF
A Drelease1 cat <<EOF
8 EOF
A Ddec1 cat <<EOF
7 EOF
A Dinc1 cat <<EOF
7 EOF
A Dacquire1 cat <<EOF
9 EOF
A Dandnot1 cat <<EOF
7 EOF
A Dfence1 cat <<EOF
11 EOF
A Ddec_unless_positive1 cat <<EOF
14 EOF
/linux/scripts/
A Dbin2c.c22 while ((ch = getchar()) != EOF) { in main()
29 } while (ch != EOF); in main()

Completed in 28 milliseconds

123456