/external/iproute2/ip/ |
Makefile | 38 for s in `grep -B 3 '\<dlsym' $$files | sed -n '/snprintf/{s:.*"\([^"]*\)".*:\1:;s:%s::;p}'` ; do \ 39 sed -n '/'$$s'[^ ]* =/{s:.* \([^ ]*'$$s'[^ ]*\) .*:extern char \1[] __attribute__((weak)); if (!strcmp(sym, "\1")) return \1;:;p}' $$files ; \
|
/external/netcat/scripts/ |
alta | 12 PLUSARG="`echo $* | sed 's/ /+/g'`" 31 sed -e '/Documents .* matching .* query /,/query?.*stq=.* Document/p' \
|
/external/openssl/ |
import_openssl.sh | 150 sed 's#../util/shlib_wrap.sh ./ssltest#adb shell /system/bin/ssltest#' | \ 151 sed 's#../util/shlib_wrap.sh ../apps/openssl#adb shell /system/bin/openssl#' | \ 152 sed 's#adb shell /system/bin/openssl no-dh#[ `adb shell /system/bin/openssl no-dh` = no-dh ]#' | \ 153 sed 's#adb shell /system/bin/openssl no-rsa#[ `adb shell /system/bin/openssl no-rsa` = no-dh ]#' | \ 154 sed 's#../apps/server2.pem#/sdcard/android.testssl/server2.pem#' | \ 158 cat test/Uss.cnf | sed 's#./.rnd#/sdcard/android.testssl/.rnd#' >> android.testssl/Uss.cnf 159 cat test/CAss.cnf | sed 's#./.rnd#/sdcard/android.testssl/.rnd#' >> android.testssl/CAss.cnf 185 declare -r variable_name=OPENSSL_PATCHES_`basename $patch .patch | sed s/-/_/`_SOURCES
|
/external/webkit/WebCore/inspector/front-end/ |
SourceHTMLTokenizer.re2js | 34 // | sed 's|^yy\([^:]*\)*\:|case \1:|' \ 35 // | sed 's|[*]cursor[+][+]|this._charAt(cursor++)|' \ 36 // | sed 's|[[*][+][+]cursor|this._charAt(++cursor)|' \ 37 // | sed 's|[*]cursor|this._charAt(cursor)|' \ 38 // | sed 's|yych = \*\([^;]*\)|yych = this._charAt\1|' \ 39 // | sed 's|goto case \([^;]*\)|{ gotoCase = \1; continue; }|' \ 40 // | sed 's|unsigned\ int|var|' \ 41 // | sed 's|var\ yych|case 1: var yych|'
|
SourceJavaScriptTokenizer.re2js | 34 // | sed 's|^yy\([^:]*\)*\:|case \1:|' \ 35 // | sed 's|[*]cursor[+][+]|this._charAt(cursor++)|' \ 36 // | sed 's|[[*][+][+]cursor|this._charAt(++cursor)|' \ 37 // | sed 's|[*]cursor|this._charAt(cursor)|' \ 38 // | sed 's|yych = \*\([^;]*\)|yych = this._charAt\1|' \ 39 // | sed 's|goto case \([^;]*\)|{ gotoCase = \1; continue; }|' \ 40 // | sed 's|unsigned\ int|var|' \ 41 // | sed 's|var\ yych|case 1: var yych|'
|
/packages/apps/Email/ |
remove-exchange-support.sh | 50 xargs -0 sed -i -e '/EXCHANGE-REMOVE-SECTION-START/,/EXCHANGE-REMOVE-SECTION-END/d' 56 xargs -0 sed -i -e '/^import com\.android\.exchange/d'
|
/external/bison/build-aux/ |
config.sub | 56 me=`echo "$0" | sed -e 's,.*/,,'` 120 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 125 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 128 basic_machine=`echo $1 | sed 's/-[^-]*$//'` 130 then os=`echo $1 | sed 's/.*-/-/'` 176 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 180 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 183 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` 184 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 188 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/' [all...] |
/external/grub/ |
config.sub | 55 me=`echo "$0" | sed -e 's,.*/,,'` 119 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 124 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 127 basic_machine=`echo $1 | sed 's/-[^-]*$//'` 129 then os=`echo $1 | sed 's/.*-/-/'` 175 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 179 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 182 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` 183 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 187 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/' [all...] |
missing | 163 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` 169 sed -e 's/^[^:]*://' -e 's/:.*//'`;; 183 sed 's/\.am$/.in/' | 195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` 196 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` 221 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` 225 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` 251 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` 270 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` 272 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p' [all...] |
/external/strace/ |
config.sub | 55 me=`echo "$0" | sed -e 's,.*/,,'` 119 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 124 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 127 basic_machine=`echo $1 | sed 's/-[^-]*$//'` 129 then os=`echo $1 | sed 's/.*-/-/'` 175 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 179 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 182 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` 183 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 187 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/' [all...] |
missing | 146 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` 152 sed -e 's/^[^:]*://' -e 's/:.*//'`;; 171 sed 's/\.am$/.in/' | 188 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` 189 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` 214 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` 218 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` 244 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` 268 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` 270 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p' [all...] |
/external/opencore/tools_v2/build/make/ |
g++.mk | 47 $(SED) -e 's,\($(notdir $2)\) *:,$2: ,' -e 's,$(BUILD_ROOT),$$(BUILD_ROOT),' -e 's,$(SRC_ROOT),$$(SRC_ROOT),' > $3.tmp 49 $(quiet) $(SED) -e 's/#.*//' \ 64 $(quiet) $(SED) -e '/^ *\\ *$$/ d' -e 's,$(BUILD_ROOT),$$(BUILD_ROOT),' -e 's,$(SRC_ROOT),$$(SRC_ROOT),' $3 > $3.tmp 66 $(quiet) $(SED) -e 's/#.*//' \ 78 $(quiet) $(SED) -e '/^ *\\ *$$/ d' -e 's,$(BUILD_ROOT),$$(BUILD_ROOT),' -e 's,$(SRC_ROOT),$$(SRC_ROOT),' $3 > $3.tmp 80 $(quiet) $(SED) -e 's/#.*//' \
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/SourceText/ |
6-2.js | 76 "PAS\"SED", 81 "PAS\"SED", 87 "PAS\'SED", 93 "PAS\'SED", 98 "PAS\'SED", 108 "PAS\"SED",
|
/external/dbus/ |
config.sub | 55 me=`echo "$0" | sed -e 's,.*/,,'` 119 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 123 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 126 basic_machine=`echo $1 | sed 's/-[^-]*$//'` 128 then os=`echo $1 | sed 's/.*-/-/'` 174 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 178 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 181 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` 182 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 186 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/' [all...] |
/external/libpcap/ |
config.sub | 55 me=`echo "$0" | sed -e 's,.*/,,'` 119 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 124 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 127 basic_machine=`echo $1 | sed 's/-[^-]*$//'` 129 then os=`echo $1 | sed 's/.*-/-/'` 175 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 179 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 182 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` 183 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 187 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/' [all...] |
/external/tcpdump/ |
config.sub | 55 me=`echo "$0" | sed -e 's,.*/,,'` 119 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 124 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 127 basic_machine=`echo $1 | sed 's/-[^-]*$//'` 129 then os=`echo $1 | sed 's/.*-/-/'` 175 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 179 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 182 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` 183 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 187 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/' [all...] |
/external/bison/ |
config.status | 75 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 161 # uniformly replaced by the line number. The first 'sed' inserts a 162 # line-number line before each line; the second 'sed' does the real 166 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 167 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 168 sed '=' <$as_myself | 169 sed ' 232 # Sed expression to map a string onto a valid CPP name. 233 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g' [all...] |
/external/elfutils/config/ |
missing | 129 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` 135 sed -e 's/^[^:]*://' -e 's/:.*//'`;; 154 sed 's/\.am$/.in/' | 171 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` 172 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` 197 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` 201 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` 227 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` 251 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` 253 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p' [all...] |
config.sub | 55 me=`echo "$0" | sed -e 's,.*/,,'` 119 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 123 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 126 basic_machine=`echo $1 | sed 's/-[^-]*$//'` 128 then os=`echo $1 | sed 's/.*-/-/'` 174 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 178 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 181 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` 182 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 186 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/' [all...] |
/external/libffi/man/ |
Makefile.in | 109 SED = @SED@ 227 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 232 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ 233 inst=`echo $$inst | sed -e 's/^.*\///'`; \ 234 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 248 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 253 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ 254 inst=`echo $$inst | sed -e 's/^.*\///'`; \ 255 inst=`echo $$inst | sed '$(transform)'`.$$ext; [all...] |
/external/libffi/ |
missing | 163 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` 169 sed -e 's/^[^:]*://' -e 's/:.*//'`;; 183 sed 's/\.am$/.in/' | 195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` 196 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` 221 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` 225 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` 251 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` 270 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` 272 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p' [all...] |
/external/libpng/ |
config.guess | 41 me=`echo "$0" | sed -e 's,.*/,,'` 196 release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 205 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` 233 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` 271 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` 328 echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 331 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 334 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 350 echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 356 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//' [all...] |
/external/bison/tests/ |
sets.at | 24 # And remember, there is no alternation in portable sed. 26 [AT_DATA([extract.sed], 53 AT_CHECK([sed -f extract.sed $1], 0, [stdout]) 167 AT_CHECK([[sed -n 's/[ ]*$//;/^RTC: Firsts Output BEGIN/,/^RTC: Firsts Output END/p' stderr]], [], 284 AT_CHECK([[sed -n 's/.*define YYFINAL *\([0-9][0-9]*\)/final state \1/p' input.c]], 289 AT_CHECK([sed -n '
|
/external/dropbear/ |
install-sh | 86 -t=*) transformarg=`echo $1 | sed 's/-t=//'` 90 -b=*) transformbasename=`echo $1 | sed 's/-b=//'` 158 ## this sed command emulates the dirname command 159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 173 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` 210 sed $transformarg`$transformbasename 213 # don't allow the sed command to completely eliminate the filename
|
/external/e2fsprogs/ |
MCONFIG.in | 55 SED = @SED@ 135 (make USE_WFLAGS="$(WFLAGS)" > /dev/null) 2>&1 | sed -f $(top_srcdir)/util/gcc-wall-cleanup 191 .depend: Makefile $(SRCS) $(top_srcdir)/depfix.sed $(top_srcdir)/wordwrap.pl 194 $(SED) -f $(top_srcdir)/depfix.sed \ 206 sed -e '/^# +++ Dependency line eater +++/,$$d' \
|