Home
last modified time | relevance | path

Searched refs:SED (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbsd.sh73 SED="$1"
110 $SED 's/^/e1_/p' lines1
111 mark '1.2' ; $SED -n 's/^/e1_/p' lines1
112 mark '1.3' ; $SED 's/^/e1_/p' <lines1
113 mark '1.4' ; $SED -n 's/^/e1_/p' <lines1
116 $SED -e '' <lines1
119 mark '1.5' ; $SED -f script1 lines1
120 mark '1.6' ; $SED -f script1 <lines1
121 mark '1.7' ; $SED -e 's/^/e1_/p' lines1
122 mark '1.8' ; $SED -e 's/^/e1_/p' <lines1
[all …]
DMakefile.tests7 SED = ../sed/sed
25 $(SEDENV) $(SED) -f $(srcdir)/$@.sed \
31 $(SEDENV) $(SED) -s -f $(srcdir)/$@.sed \
37 LANG=ru_RU.UTF-8 $(TIME) $(SED) -nf $(srcdir)/$@.sed \
40 LANG=it_IT.UTF-8 $(TIME) $(SED) -nf $(srcdir)/$@.sed \
43 LANG=en_US.UTF-8 $(TIME) $(SED) -nf $(srcdir)/$@.sed \
46 LANG=en_GB.UTF-8 $(TIME) $(SED) -nf $(srcdir)/$@.sed \
58 $(TIME) $(SED) -f $(srcdir)/$@.sed \
68 $(TIME) $(SED) -f $(srcdir)/$@.sed \
78 ($(SEDENV) $(SED) d; $(SEDENV) $(SED) G) < $(srcdir)/numsub.inp \
[all …]
Druntest5 : ${SED="../sed/sed"}
11 if $MAKE SED="$SED" srcdir="$srcdir" -f "$makefile" $test > $test.test 2>&1; then
/ndk/sources/host-tools/sed-4.2.1/doc/
DMakefile.am9 SED = $(top_builddir)/sed/sed macro
30 -p sed --include $(srcdir)/sed.x -o $(srcdir)/sed.1 $(SED)
DMakefile.in575 SED = $(top_builddir)/sed/sed
1047 -p sed --include $(srcdir)/sed.x -o $(srcdir)/sed.1 $(SED)
/ndk/build/tools/toolchain-patches-host/mingw-w64/
Dmingw-w64-widl.patch19 $(SED) s/MINGW_HAS_DX$$/@MINGW_HAS_DX@/ $< > $@
35 $(SED) s/MINGW_HAS_DX$$/@MINGW_HAS_DX@/ $< > $@
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog579 run-ptests): Use $(SED).
580 (version): Likewise; prepend $(SED) invocation with $(SEDENV).