Searched refs:EOF (Results 1 - 25 of 120) sorted by relevance

12345

/linux-master/scripts/package/
H A Dmkspec24 cat<<EOF
28 EOF
H A Dmkdebian181 cat <<EOF > debian/changelog
187 EOF
190 cat <<EOF > debian/control
205 EOF
208 cat <<EOF >> debian/control
218 EOF
221 cat <<EOF >> debian/control
229 EOF
234 cat <<EOF >> debian/control
242 EOF
[all...]
/linux-master/arch/powerpc/xmon/
H A Dnonstdio.h2 #define EOF (-1) macro
/linux-master/scripts/
H A Dmkcompile_h22 cat <<EOF
27 EOF
H A Dcc-version.sh12 cat <<- EOF | "$@" -E -P -x c - 2>/dev/null
20 EOF
H A Dchecksyscalls.sh14 cat << EOF
260 EOF
/linux-master/scripts/atomic/
H A Dgen-atomic-long.sh54 cat <<EOF
65 EOF
68 cat << EOF
92 EOF
98 cat <<EOF
100 EOF
H A Dgen-atomic-instrumented.sh73 cat <<EOF
80 EOF
100 cat <<EOF
105 EOF
107 cat <<EOF
112 EOF
116 cat <<EOF
120 EOF
122 cat <<EOF
126 EOF
[all...]
H A Dgen-atomics.sh10 cat <<EOF |
14 EOF
H A Dgen-atomic-fallback.sh150 cat << EOF
154 EOF
161 cat <<EOF
186 EOF
230 cat <<EOF
239 EOF
290 cat << EOF
301 EOF
323 cat <<EOF
328 EOF
[all...]
/linux-master/tools/objtool/
H A Dsync-check.sh67 done <<EOF
69 EOF
/linux-master/tools/perf/tests/shell/
H A Dtest_uprobe_from_different_cu.sh34 cat > ${temp_dir}/testfile-foo.h << EOF
42 EOF
44 cat > ${temp_dir}/testfile-foo.c << EOF
56 EOF
58 cat > ${temp_dir}/testfile-main.c << EOF
74 EOF
H A Ddaemon.sh166 cat <<EOF > ${config}
175 EOF
221 cat <<EOF > ${config}
230 EOF
248 cat <<EOF > ${config_new}
257 EOF
283 cat <<EOF > ${config_empty}
286 EOF
346 cat <<EOF > ${config}
355 EOF
[all...]
H A Dtest_java_symbol.sh41 cat <<EOF | perf record -k 1 -o $PERF_DATA jshell -s -J-agentpath:$LIBJVMTI
52 EOF
/linux-master/tools/bootconfig/scripts/
H A Dftrace2bconf.sh51 cat 1>&2 << EOF
53 EOF
61 cat 1>&2 << EOF
63 EOF
70 cat 1>&2 << EOF
72 EOF
170 cat 1>&2 << EOF
172 EOF
177 grep -qw $1 << EOF
207 EOF
[all...]
/linux-master/tools/include/nolibc/
H A Dstdio.h19 #ifndef EOF
20 #define EOF (-1) macro
93 return EOF;
108 return EOF;
129 return EOF;
143 * success or EOF on error. It automatically retries on short writes.
154 return EOF;
183 if (fputs(s, stdout) == EOF)
184 return EOF;
198 if (c == EOF)
[all...]
/linux-master/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c92 FAIL_IF(fgetc(f) == EOF);
97 FAIL_IF(fgetc(f) == EOF);
103 FAIL_IF(fgetc(f) == EOF);
/linux-master/tools/testing/selftests/powerpc/scripts/
H A Dhmi.sh16 cat <<EOF
20 EOF
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Drif_mac_profile_scale.sh22 cat >> $batch_file <<-EOF
26 EOF
H A Dtc_police_scale.sh42 cat >> $TC_POLICE_BATCH_FILE <<-EOF
49 EOF
H A Dport_range_scale.sh34 cat >> $batch_file <<-EOF
41 EOF
/linux-master/scripts/dtc/
H A Dupdate-dtc-source.sh71 commit_msg=$(cat << EOF
77 EOF
/linux-master/scripts/selinux/
H A Dinstall_policy.sh48 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF
54 EOF
71 cat > /etc/selinux/config << EOF
74 EOF
/linux-master/tools/bootconfig/
H A Dtest-bootconfig.sh116 cat > $TEMPCONF << EOF
119 EOF
129 cat > $TEMPCONF << EOF
132 EOF
149 cat > $TEMPCONF << EOF
153 EOF
162 cat > $TEMPCONF << EOF
165 EOF
/linux-master/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs85 print $H <<EOF
89 EOF
92 print $H <<EOF
97 EOF
143 print $H <<EOF
147 EOF
150 print $A <<EOF
156 EOF
162 print $LH <<EOF
174 EOF
[all...]

Completed in 223 milliseconds

12345