Home
last modified time | relevance | path

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

123456

/Linux-v6.1/scripts/atomic/
Dgen-atomic-instrumented.sh71 cat <<EOF heredoc
78 EOF
99 cat <<EOF heredoc
104 EOF
106 cat <<EOF heredoc
111 EOF
115 cat <<EOF heredoc
119 EOF
121 cat <<EOF heredoc
125 EOF
[all …]
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
Dgen-atomic-fallback.sh52 cat << EOF heredoc
56 EOF
131 cat <<EOF heredoc
148 EOF
170 cat <<EOF heredoc
182 EOF
207 cat << EOF heredoc
218 EOF
232 cat <<EOF heredoc
237 EOF
[all …]
/Linux-v6.1/tools/include/nolibc/
Dstdio.h20 #ifndef EOF
21 #define EOF (-1) macro
47 return EOF; in fgetc()
52 return EOF; in fgetc()
74 return EOF; in fputc()
79 return EOF; in fputc()
102 return EOF; in _fwrite()
109 return EOF; in _fwrite()
138 if (fputs(s, stdout) == EOF) in puts()
139 return EOF; in puts()
[all …]
/Linux-v6.1/tools/perf/tests/shell/
Ddaemon.sh150 cat <<EOF > ${config} heredoc
159 EOF
200 cat <<EOF > ${config} heredoc
209 EOF
225 cat <<EOF > ${config_new} heredoc
234 EOF
259 cat <<EOF > ${config_empty} heredoc
262 EOF
319 cat <<EOF > ${config} heredoc
328 EOF
[all …]
/Linux-v6.1/tools/bootconfig/scripts/
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-v6.1/tools/testing/selftests/drivers/net/mlxsw/
Dqos_lib.sh62 cat >/dev/stderr <<-EOF heredoc
70 EOF
73 cat >/dev/stderr <<-EOF heredoc
78 EOF
/Linux-v6.1/tools/testing/selftests/netfilter/
Dnft_nat.sh184 ip netns exec "$ns0" nft -f /dev/stdin <<EOF heredoc
191 EOF
259 ip netns exec "$ns0" nft -f /dev/stdin <<EOF 2>/dev/null heredoc
266 EOF
385 ip netns exec "$ns0" nft -f /dev/stdin <<EOF heredoc
393 EOF
450 ip netns exec "$ns0" nft -f /dev/stdin <<EOF heredoc
457 EOF
551 ip netns exec "$ns0" nft -f /dev/stdin <<EOF heredoc
558 EOF
[all …]
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
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
Dnft_queue.sh94 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
124 EOF
130 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
153 EOF
187 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
194 EOF
319 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
331 EOF
368 ip netns exec ${ns1} nft -f /dev/stdin <<EOF heredoc
382 EOF
/Linux-v6.1/scripts/selinux/
Dinstall_policy.sh48 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF heredoc
54 EOF
71 cat > /etc/selinux/config << EOF heredoc
74 EOF
/Linux-v6.1/tools/testing/selftests/bpf/
Dvmtest.sh42 cat <<EOF heredoc
71 EOF
176 cat <<EOF heredoc
180 EOF
188 sudo bash -c "cat >>${init_script}" <<EOF heredoc
201 EOF
232 cat <<EOF heredoc
235 EOF
/Linux-v6.1/tools/bootconfig/
Dtest-bootconfig.sh112 cat > $TEMPCONF << EOF heredoc
115 EOF
125 cat > $TEMPCONF << EOF heredoc
128 EOF
/Linux-v6.1/tools/testing/selftests/powerpc/papr_attributes/
Dattr_test.c92 FAIL_IF(fgetc(f) == EOF); in verify_energy_info()
97 FAIL_IF(fgetc(f) == EOF); in verify_energy_info()
103 FAIL_IF(fgetc(f) == EOF); in verify_energy_info()
/Linux-v6.1/tools/vm/
Dslabinfo-gnuplot.sh81 gnuplot -p << EOF heredoc
96 EOF
123 gnuplot -p << EOF heredoc
134 EOF
/Linux-v6.1/scripts/atomic/fallbacks/
Drelease1 cat <<EOF
8 EOF
Ddec1 cat <<EOF
7 EOF
Dinc1 cat <<EOF
7 EOF
Dacquire1 cat <<EOF
9 EOF
Dandnot1 cat <<EOF
7 EOF
Dfence1 cat <<EOF
11 EOF
Dset_release1 cat <<EOF
12 EOF
/Linux-v6.1/scripts/
Dmkcompile_h22 cat <<EOF heredoc
27 EOF
Dbin2c.c22 while ((ch = getchar()) != EOF) { in main()
29 } while (ch != EOF); in main()

123456