Home
last modified time | relevance | path

Searched full:eof (Results 1 – 25 of 960) sorted by relevance

12345678910>>...39

/openbmc/qemu/tests/qemu-iotests/
H A D07756 cat <<EOF heredoc
59 EOF
64 cat <<EOF heredoc
72 EOF
77 cat <<EOF heredoc
91 EOF
94 cat <<EOF heredoc
106 EOF
108 cat <<EOF heredoc
120 EOF
[all …]
H A D04682 cat <<EOF heredoc
92 EOF
96 cat <<EOF heredoc
103 EOF
106 cat <<EOF heredoc
113 EOF
116 cat <<EOF heredoc
125 EOF
129 cat <<EOF heredoc
141 EOF
[all …]
H A D08767 run_qemu <<EOF heredoc
79 EOF
85 run_qemu -drive driver=$IMGFMT,id=disk,node-name=test-node,file="$TEST_IMG" <<EOF heredoc
106 EOF
119 run_qemu_filter_aio <<EOF heredoc
133 EOF
140 run_qemu <<EOF heredoc
164 EOF
171 run_qemu <<EOF heredoc
195 EOF
[all …]
H A D22763 run_qemu -drive driver=null-co,read-zeroes=on,if=virtio <<EOF heredoc
67 EOF
73 run_qemu -drive driver=null-co,if=none <<EOF heredoc
77 EOF
83 run_qemu -blockdev driver=null-co,node-name=null <<EOF heredoc
87 EOF
93 …lockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk,drive=null,id=virtio0 <<EOF heredoc
97 EOF
H A D18458 run_qemu <<EOF heredoc
86 EOF
91 run_qemu <<EOF heredoc
124 EOF
129 run_qemu <<EOF heredoc
158 EOF
163 run_qemu <<EOF heredoc
179 EOF
H A D02688 cat > "$TEST_DIR/blkdebug.conf" <<EOF heredoc
94 EOF
146 cat > "$TEST_DIR/blkdebug.conf" <<EOF heredoc
152 EOF
185 cat > "$TEST_DIR/blkdebug.conf" <<EOF heredoc
191 EOF
210 cat > "$TEST_DIR/blkdebug.conf" <<EOF heredoc
215 EOF
227 cat > "$TEST_DIR/blkdebug.conf" <<EOF heredoc
232 EOF
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch44 @@ -38,3 +38,34 @@ EOF
45 check 'cat foo' <<EOF
47 EOF
51 +cat > ed3.diff <<EOF
62 +EOF
66 +cat > baz <<EOF
67 +EOF
69 +check 'patch -e -i ed3.diff' <<EOF
70 +EOF
72 +check 'cat foo' <<EOF
[all …]
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch186 +cat > ed1.diff <<EOF
190 +EOF
192 +check 'patch -e foo -i ed1.diff' <<EOF
193 +EOF
195 +check 'cat foo' <<EOF
197 +EOF
199 +cat > ed2.diff <<EOF
203 +EOF
205 +check 'patch -e foo -i ed2.diff 2> /dev/null || echo "Status: $?"' <<EOF
208 +EOF
[all …]
/openbmc/openbmc/meta-phosphor/classes/
H A Dfit-image.bbclass84 cat << EOF >> $1
90 EOF
105 cat << EOF >> $1
108 EOF
111 cat << EOF >> $1
114 EOF
117 cat << EOF >> $1
119 EOF
122 cat << EOF >> $1
124 EOF
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcargo_common.bbclass50 cat <<- EOF > ${CARGO_HOME}/config
55 EOF
57 cat <<- EOF >> ${CARGO_HOME}/config
62 EOF
65 cat <<- EOF >> ${CARGO_HOME}/config
70 EOF
73 cat <<- EOF >> ${CARGO_HOME}/config
83 EOF
85 cat <<- EOF >> ${CARGO_HOME}/config
90 EOF
[all …]
H A Dkernel-fitimage.bbclass112 cat << EOF >> $1
118 EOF
133 cat << EOF >> $1
136 EOF
139 cat << EOF >> $1
142 EOF
145 cat << EOF >> $1
147 EOF
150 cat << EOF >> $1
152 EOF
[all …]
/openbmc/linux/scripts/atomic/
H A Dgen-atomic-instrumented.sh73 cat <<EOF heredoc
80 EOF
100 cat <<EOF heredoc
105 EOF
107 cat <<EOF heredoc
112 EOF
116 cat <<EOF heredoc
120 EOF
122 cat <<EOF heredoc
126 EOF
[all …]
H A Dgen-atomic-long.sh54 cat <<EOF heredoc
65 EOF
68 cat << EOF heredoc
92 EOF
98 cat <<EOF heredoc
100 EOF
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dqts-filter.sh25 cat << EOF heredoc
34 EOF
48 cat << EOF heredoc
51 EOF
68 cat << EOF heredoc
77 EOF
84 cat << EOF heredoc
87 EOF
104 cat << EOF heredoc
113 EOF
[all …]
/openbmc/ipmitool/contrib/
H A Dcreate_webpage_compact.sh50 cat << EOF heredoc
58 EOF
107 cat << EOF heredoc
116 EOF
120 cat << EOF heredoc
130 EOF
134 cat << EOF heredoc
144 EOF
148 cat << EOF heredoc
151 EOF
H A Dcreate_webpage.sh50 cat << EOF heredoc
58 EOF
167 cat << EOF heredoc
176 EOF
180 cat << EOF heredoc
190 EOF
194 cat << EOF heredoc
204 EOF
208 cat << EOF heredoc
211 EOF
/openbmc/linux/scripts/package/
H A Dmkdebian183 cat <<EOF > debian/changelog heredoc
189 EOF
192 cat <<EOF > debian/copyright heredoc
209 EOF
212 cat <<EOF > debian/control heredoc
226 EOF
229 cat <<EOF >> debian/control heredoc
239 EOF
242 cat <<EOF >> debian/control heredoc
250 EOF
[all …]
/openbmc/openbmc-build-scripts/scripts/
H A Dboot-qemu-test.exp17 eof { send_user "\nFailure, got EOF"; exit 1 }
25 eof { send_user "\nFailure, got EOF"; exit 1 }
33 eof { send_user "\nFailure, got EOF"; exit 1 }
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor-test.sh39 cat <<EOF heredoc
45 EOF
50 expect_streq "$str" <<EOF heredoc
57 EOF
63 cat <<EOF heredoc
77 EOF
82 expect_streq "$str" <<EOF heredoc
88 EOF
94 cat <<EOF heredoc
97 EOF
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py11 # - eof is buggy wrt sublexers
139 def add(self, data, eof=False): argument
146 self._parse(eof)
168 def _parse_squote(self, buf, result, eof): argument
179 def _parse_bquote(self, buf, result, eof): argument
195 def _parse_dquote(self, buf, result, eof): argument
210 def _parse_command(self, buf, result, eof): argument
228 def _parse_parameter(self, buf, result, eof): argument
243 def _parse_dollar(self, buf, result, eof): argument
272 if not eof:
[all …]
/openbmc/linux/tools/bootconfig/scripts/
H 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
170 cat 1>&2 << EOF heredoc
172 EOF
177 grep -qw $1 << EOF heredoc
207 EOF
[all …]
/openbmc/qemu/scripts/
H A Dupdate-linux-headers.sh36 cat << EOF heredoc
41 EOF
135 cat <<EOF >$output/linux-headers/asm-$arch/$header heredoc
137 EOF
174 cat <<EOF >$output/linux-headers/asm-$arch/kvm_para.h heredoc
176 EOF
233 cat <<EOF >$output/linux-headers/linux/kvm_para.h heredoc
236 EOF
237 cat <<EOF >$output/linux-headers/linux/virtio_config.h heredoc
239 EOF
[all …]
/openbmc/linux/tools/lib/api/
H A Dio.h31 bool eof; member
43 io->eof = false; in io__init()
51 if (io->eof) in io__get_char()
73 io->eof = true; in io__get_char()
80 io->eof = true; in io__get_char()
91 * first character isn't hexadecimal returns -2, io->eof returns -1, otherwise
92 * returns the character after the hexadecimal value which may be -1 for eof.
120 * isn't a decimal returns -2, io->eof returns -1, otherwise returns the
121 * character after the decimal value which may be -1 for eof. If the read value
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_uprobe_from_different_cu.sh34 cat > ${temp_dir}/testfile-foo.h << EOF heredoc
42 EOF
44 cat > ${temp_dir}/testfile-foo.c << EOF heredoc
56 EOF
58 cat > ${temp_dir}/testfile-main.c << EOF heredoc
74 EOF
/openbmc/entity-manager/src/
H A Dfru_reader.cpp28 if (eof.has_value() && cursor >= eof.value()) in read()
48 eof = (blk * cacheBlockSize) + ret; in read()
69 if (eof.has_value() && (eof.value() / cacheBlockSize == blk)) in read()
71 available = eof.value() % cacheBlockSize; in read()

12345678910>>...39