Home
last modified time | relevance | path

Searched full:sed (Results 1 – 25 of 1683) sorted by relevance

12345678910>>...68

/external/toybox/tests/
Dsed.test5 testing 'as cat' 'sed ""' "one\ntwo\nthree" "" "one\ntwo\nthree"
6 # This segfaults ubuntu 12.04's sed. No really.
7 SKIP_HOST=1 testing 'sed - - twice' 'sed "" - -' "hello\n" "" "hello\n"
8 testing '-n' 'sed -n ""' "" "" "one\ntwo\nthree"
9 testing '-n p' 'sed -n p' "one\ntwo\nthree" "" "one\ntwo\nthree"
10 testing 'explicit pattern' 'sed -e p -n' "one\ntwo\nthree" "" \
13 # Exploring the wonders of sed addressing modes
14 testing '' 'sed -n 1p' "one\n" "" "one\ntwo\nthree"
15 testing '' 'sed 2p' "one\ntwo\ntwo\nthree" "" "one\ntwo\nthree"
16 testing '' 'sed -n 2p' "two\n" "" "one\ntwo\nthree"
[all …]
/external/e2fsprogs/tests/d_xattr_edits/
Dscript24 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
30 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
36 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
42 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
48 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
54 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
60 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
66 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
72 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
78 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
[all …]
/external/e2fsprogs/tests/f_resize_inode/
Dscript19 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
24 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
34 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
39 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
45 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
55 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
60 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
66 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
76 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
81 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
[all …]
/external/e2fsprogs/tests/r_move_itable/
Dscript18 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
22 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
27 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
36 $DUMPE2FS $TMPFILE 2>&1 | sed -f $cmd_dir/filter.sed -e '/Block bitmap.*$/N;s/\n Inode bitmap/, In…
42 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
47 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
56 $DUMPE2FS $TMPFILE 2>&1 | sed -f $cmd_dir/filter.sed -e '/Block bitmap.*$/N;s/\n Inode bitmap/, In…
62 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
67 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
76 $DUMPE2FS $TMPFILE 2>&1 | sed -f $cmd_dir/filter.sed -e '/Block bitmap.*$/N;s/\n Inode bitmap/, In…
[all …]
/external/e2fsprogs/tests/r_resize_inode/
Dscript18 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
22 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
27 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
36 $DUMPE2FS $TMPFILE 2>&1 | sed -f $cmd_dir/filter.sed -e '/Block bitmap.*$/N;s/\n Inode bitmap/, In…
44 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
48 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
53 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
62 $DUMPE2FS $TMPFILE 2>&1 | sed -f $cmd_dir/filter.sed -e '/Block bitmap.*$/N;s/\n Inode bitmap/, In…
68 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" >> $OUT
73 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
[all …]
/external/netperf/
Ddepcomp35 base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
36 dir=`echo "$object" | sed 's,/.*$,/,'`
44 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
103 sed -e 's/^[^:]*: / /' \
116 ## Some versions of the HPUX 10.20 sed can't process this invocation
117 ## correctly. Breaking it into two sed invocations is a workaround.
118 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
147 # clever and replace this with sed code, as IRIX sed won't handle
149 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
154 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
[all …]
/external/ltp/utils/ffsb-6.0-rc2/
Ddepcomp35 base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
36 dir=`echo "$object" | sed 's,/.*$,/,'`
44 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
103 sed -e 's/^[^:]*: / /' \
116 ## Some versions of the HPUX 10.20 sed can't process this invocation
117 ## correctly. Breaking it into two sed invocations is a workaround.
118 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
147 # clever and replace this with sed code, as IRIX sed won't handle
149 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
154 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
[all …]
/external/c-ares/
Ddepcomp68 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
69 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
128 sed -e 's/^[^:]*: / /' \
141 ## Some versions of the HPUX 10.20 sed can't process this invocation
142 ## correctly. Breaking it into two sed invocations is a workaround.
143 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
172 # clever and replace this with sed code, as IRIX sed won't handle
174 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
179 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
187 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
[all …]
/external/cmockery/cmockery_0_1_2/
Ddepcomp68 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
69 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
128 sed -e 's/^[^:]*: / /' \
141 ## Some versions of the HPUX 10.20 sed can't process this invocation
142 ## correctly. Breaking it into two sed invocations is a workaround.
143 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
172 # clever and replace this with sed code, as IRIX sed won't handle
174 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
179 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
187 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
[all …]
/external/swiftshader/third_party/LLVM/autoconf/
Ddepcomp68 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
69 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
128 sed -e 's/^[^:]*: / /' \
141 ## Some versions of the HPUX 10.20 sed can't process this invocation
142 ## correctly. Breaking it into two sed invocations is a workaround.
143 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
172 # clever and replace this with sed code, as IRIX sed won't handle
174 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
179 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
187 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
[all …]
/external/libogg/
Ddepcomp68 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
69 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
128 sed -e 's/^[^:]*: / /' \
141 ## Some versions of the HPUX 10.20 sed can't process this invocation
142 ## correctly. Breaking it into two sed invocations is a workaround.
143 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
172 # clever and replace this with sed code, as IRIX sed won't handle
174 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
179 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
187 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
[all …]
/external/libcap-ng/libcap-ng-0.7/
Ddepcomp67 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
68 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
93 cygpath_u='sed s,\\\\,/,g'
101 cygpath_u='sed s,\\\\,/,g'
157 sed -e 's/^[^:]*: / /' \
171 ## Some versions of the HPUX 10.20 sed can't process this invocation
172 ## correctly. Breaking it into two sed invocations is a workaround.
173 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
174 | sed -e 's/$/ :/' >> "$depfile"
203 # clever and replace this with sed code, as IRIX sed won't handle
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
Ddepcomp67 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
68 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
93 cygpath_u='sed s,\\\\,/,g'
101 cygpath_u='sed s,\\\\,/,g'
157 sed -e 's/^[^:]*: / /' \
171 ## Some versions of the HPUX 10.20 sed can't process this invocation
172 ## correctly. Breaking it into two sed invocations is a workaround.
173 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
174 | sed -e 's/$/ :/' >> "$depfile"
203 # clever and replace this with sed code, as IRIX sed won't handle
[all …]
/external/swiftshader/third_party/LLVM/tools/llvm-config/
DMakefile62 > temp.sed
64 >> temp.sed
66 >> temp.sed
68 >> temp.sed
70 >> temp.sed
71 $(Verb) $(SED) -f temp.sed < $< > $@
72 $(Verb) $(RM) temp.sed
82 > temp.sed
84 >> temp.sed
86 >> temp.sed
[all …]
/external/libusb-compat/
Ddepcomp69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
70 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
142 sed -e 's/^[^:]*: / /' \
155 ## Some versions of the HPUX 10.20 sed can't process this invocation
156 ## correctly. Breaking it into two sed invocations is a workaround.
157 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
186 # clever and replace this with sed code, as IRIX sed won't handle
188 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
193 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
201 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
[all …]
/external/stressapptest/
Ddepcomp69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
70 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
142 sed -e 's/^[^:]*: / /' \
155 ## Some versions of the HPUX 10.20 sed can't process this invocation
156 ## correctly. Breaking it into two sed invocations is a workaround.
157 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
186 # clever and replace this with sed code, as IRIX sed won't handle
188 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
193 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
201 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
[all …]
/external/valgrind/massif/tests/
Dfilter_verbose11 sed "/^--[0-9]\{1,7\}:0:*/d" |
15 sed -n "/Massif:/p" |
18 sed "s/\(Massif: ignored heap allocs:\).*/\1 .../" |
19 sed "s/\(Massif: ignored heap frees:\).*/\1 .../" |
20 sed "s/\(Massif: ignored heap reallocs:\).*/\1 .../" |
25 sed "s/\(Massif: XPts:\).*/\1 .../" |
26 sed "s/\(Massif: top-XPts:\).*/\1 .../" |
27 sed "s/\(Massif: XPt init expansions:\).*/\1 .../" |
28 sed "s/\(Massif: XPt later expansions:\).*/\1 .../" |
29 sed "s/\(Massif: SXPt allocs:\).*/\1 .../" |
[all …]
/external/google-tv-pairing-protocol/cpp/
Ddepcomp67 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
68 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
93 cygpath_u="sed s,\\\\\\\\,/,g"
149 sed -e 's/^[^:]*: / /' \
162 ## Some versions of the HPUX 10.20 sed can't process this invocation
163 ## correctly. Breaking it into two sed invocations is a workaround.
164 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
193 # clever and replace this with sed code, as IRIX sed won't handle
195 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
200 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
[all …]
/external/libnfnetlink/
Ddepcomp67 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
68 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
93 cygpath_u="sed s,\\\\\\\\,/,g"
149 sed -e 's/^[^:]*: / /' \
162 ## Some versions of the HPUX 10.20 sed can't process this invocation
163 ## correctly. Breaking it into two sed invocations is a workaround.
164 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
193 # clever and replace this with sed code, as IRIX sed won't handle
195 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
200 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
[all …]
/external/libnetfilter_conntrack/
Ddepcomp67 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
68 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
93 cygpath_u="sed s,\\\\\\\\,/,g"
149 sed -e 's/^[^:]*: / /' \
162 ## Some versions of the HPUX 10.20 sed can't process this invocation
163 ## correctly. Breaking it into two sed invocations is a workaround.
164 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
193 # clever and replace this with sed code, as IRIX sed won't handle
195 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
200 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
[all …]
/external/libexif/
Ddepcomp67 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
68 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
93 cygpath_u="sed s,\\\\\\\\,/,g"
149 sed -e 's/^[^:]*: / /' \
162 ## Some versions of the HPUX 10.20 sed can't process this invocation
163 ## correctly. Breaking it into two sed invocations is a workaround.
164 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
193 # clever and replace this with sed code, as IRIX sed won't handle
195 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
200 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
[all …]
/external/libnfnetlink/build-aux/
Ddepcomp73 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
74 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
99 cygpath_u='sed s,\\\\,/,g'
107 cygpath_u='sed s,\\\\,/,g'
169 sed -e 's/^[^:]*: / /' \
182 ## Some versions of the HPUX 10.20 sed can't process this invocation
183 ## correctly. Breaking it into two sed invocations is a workaround.
184 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
185 | sed -e 's/$/ :/' >> "$depfile"
214 # clever and replace this with sed code, as IRIX sed won't handle
[all …]
/external/libevent/
Ddepcomp72 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
73 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
98 cygpath_u='sed s,\\\\,/,g'
106 cygpath_u='sed s,\\\\,/,g'
168 sed -e 's/^[^:]*: / /' \
181 ## Some versions of the HPUX 10.20 sed can't process this invocation
182 ## correctly. Breaking it into two sed invocations is a workaround.
183 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
184 | sed -e 's/$/ :/' >> "$depfile"
213 # clever and replace this with sed code, as IRIX sed won't handle
[all …]
/external/e2fsprogs/tests/j_ext_long_trans/
Dscript17 …-U 1db3f677-6832-4adb-bafc-8e4059c30a34 $JNLFILE 262144 2>&1 | sed -f $cmd_dir/filter.sed >> $OUT …
18 …o Linux -b 1024 -O ^has_journal -T ext4 $TMPFILE 262144 2>&1 | sed -f $cmd_dir/filter.sed >> $OUT …
26 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
32 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
40 sed -f $cmd_dir/filter.sed < $OUT.new >> $OUT
46 $DEBUGFS_EXE -f $TMPFILE.cmd $TMPFILE 2>&1 | sed -f $cmd_dir/filter.sed -e 's/logdump -c -f.*/logdu…
53 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
/external/e2fsprogs/tests/d_special_files/
Dscript36 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
42 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
48 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
54 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
60 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
66 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
72 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT

12345678910>>...68