/external/openssh/contrib/cygwin/ |
ssh-host-config | 46 /usr/bin/sed sed 217 /usr/bin/sed -e "s/^#UsePrivilegeSeparation yes/UsePrivilegeSeparation ${privsep_used}/ 287 /usr/bin/sed -e 's/@COMMENT@[ \t]*//' < "${_sshd_inetd_conf}" > "${_sshd_inetd_conf_tmp}" 289 /usr/bin/sed -e 's/@COMMENT@[ \t]*/# /' < "${_sshd_inetd_conf}" > "${_sshd_inetd_conf_tmp}" 356 accnt_name=$(/usr/bin/cygrunsrv -VQ sshd | /usr/bin/sed -ne 's/^Account *: *//gp')
|
/external/tcpdump/ |
configure | 137 sed '/^.*\/\([^/][^/]*\)\/*$/{ 430 # uniformly replaced by the line number. The first 'sed' inserts a 431 # line-number line after each line using $LINENO; the second 'sed' 436 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 438 # E. McMahon (1931-1989) for sed's syntax. :-) 439 sed -n ' 443 sed ' 545 # Sed expression to map a string onto a valid CPP name. 546 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 548 # Sed expression to map a string onto a valid variable name [all...] |
/build/ |
envsetup.sh | 22 for i in `cat $T/build/envsetup.sh | sed -n "/^function /s/function \([a-z_]*\).*/\1/p" | sort`; do 490 local product=$(echo -n $selection | sed -e "s/-.*$//") 500 local variant=$(echo -n $selection | sed -e "s/^[^\-]*-//") 642 local M=`echo $M|sed 's:'$T'/::'` 664 MODULES=`echo $DIR | sed -n -e 's/.*:\(.*$\)/\1/p' | sed 's/,/ /'` 668 DIR=`echo $DIR | sed -e 's/:.*//' -e 's:/$::'` 710 local MY_PWD=`PWD= /bin/pwd|sed 's:'$T'/::'` 725 MY_PWD=`echo $MY_PWD|sed 's:'$T'/::'` 781 local PID=`adb shell ps | fgrep $1 | sed -e 's/[^ ]* *\([0-9]*\).*/\1/' [all...] |
/sdk/adtproductbuild/ |
Android.mk | 34 ADT_VERSION := $(shell grep Bundle-Version $(TOPDIR)sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF | sed 's/.*: \([0-9]\+.[0-9]\+.[0-9]\+\).*/\1/') 62 | sed 's/^/IDE: /'; \ 111 sed -i -e 's/Eclipse.icns/adt.icns/g' $(4)/eclipse/Eclipse.app/Contents/MacOS/eclipse.ini && \ 112 sed -i -e 's/Eclipse.icns/adt.icns/g' $(4)/eclipse/Eclipse.app/Contents/Info.plist ; \ 114 sed -i -e 's/org.eclipse.platform/com.android.ide.eclipse.adt.package.product/g' \ 118 sed -i -e "s/buildId/v$(ADT_VERSION)-$(ADT_IDE_ZIP_QUALIFIER)/g" \ 120 sed -i -e 's/org.eclipse.platform.ide/com.android.ide.eclipse.adt.package.product/g' \
|
/external/stressapptest/ |
configure | 292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 402 sed '/^.*\/\([^/][^/]*\)\/*$/{ 428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 429 sed -n ' 433 sed ' 525 # Sed expression to map a string onto a valid CPP name. 526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 528 # Sed expression to map a string onto a valid variable name. 529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g' [all...] |
/external/bison/djgpp/ |
config.bat | 175 sed -f %XSRC%/djgpp/config.sed configure.org > configure
269 sed "s/c++\.m4/cxx.m4/" %XSRC%/data/lalr1.cc > lalr1.cc
272 sed "s/c++\.m4/cxx.m4/" %XSRC%/data/location.cc > location.cc
275 sed "s/c++\.m4/cxx.m4/" %XSRC%/data/glr.cc > glr.cc
280 sed "s/c++-skel\.m4/cxx-skel.m4/" %XSRC%/src/getargs.c > getargs.c
288 sed -f %XSRC%/djgpp/config_h.sed %XSRC%/lib/config_h.org > config.hin
299 sed -f %XSRC%/djgpp/testsuite.sed %XSRC%/tests/testsuite.org > testsuite.tmp 361 :sed "\/#[ ]*include\/s\/++\/xx\/" %XSRC%\/examples\/calcxx\/calcxx-parser.yy > calcxx-parser.yy label 367 :sed "\/#[ ]*include\/s\/++\/xx\/" %XSRC%\/examples\/calcxx\/calcxx-scanner.ll > calcxx-scanner.ll label [all...] |
/external/chromium/sdch/open-vcdiff/ |
configure | 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 431 # uniformly replaced by the line number. The first 'sed' inserts a 432 # line-number line after each line using $LINENO; the second 'sed' 437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 439 # E. McMahon (1931-1989) for sed's syntax. :-) 440 sed -n ' 444 sed ' 546 # Sed expression to map a string onto a valid CPP name. 547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 549 # Sed expression to map a string onto a valid variable name [all...] |
/external/qemu-pc-bios/bochs/ |
configure | 137 sed '/^.*\/\([^/][^/]*\)\/*$/{ 430 # uniformly replaced by the line number. The first 'sed' inserts a 431 # line-number line after each line using $LINENO; the second 'sed' 436 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 438 # E. McMahon (1931-1989) for sed's syntax. :-) 439 sed -n ' 443 sed ' 545 # Sed expression to map a string onto a valid CPP name. 546 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 548 # Sed expression to map a string onto a valid variable name [all...] |
/external/libffi/ |
ltconfig | 71 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do 88 # echo "$something" | sed 's/\\/\\\\/g' 145 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do 152 if test "$prev" != 'sed 50q "$0"'; the [all...] |
configure | 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 431 # uniformly replaced by the line number. The first 'sed' inserts a 432 # line-number line after each line using $LINENO; the second 'sed' 437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 439 # E. McMahon (1931-1989) for sed's syntax. :-) 440 sed -n ' 444 sed ' 546 # Sed expression to map a string onto a valid CPP name. 547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 549 # Sed expression to map a string onto a valid variable name [all...] |
/external/jpeg/ |
ltconfig | 37 # echo "$something" | sed 's/\\/\\\\/g' 55 # Sed substitution that helps us do robust quoting. It backslashifies 57 Xsed='sed -e s/^X//' 107 -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 170 # if test -n "`echo $option| sed 's/[-a-z0-9.]//g'`"; then 232 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 303 linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` 306 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 307 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 308 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/' [all...] |
/external/libogg/ |
configure | 136 sed '/^.*\/\([^/][^/]*\)\/*$/{ 429 # uniformly replaced by the line number. The first 'sed' inserts a 430 # line-number line after each line using $LINENO; the second 'sed' 435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 437 # E. McMahon (1931-1989) for sed's syntax. :-) 438 sed -n ' 442 sed ' 544 # Sed expression to map a string onto a valid CPP name. 545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 547 # Sed expression to map a string onto a valid variable name [all...] |
/external/qemu/distrib/jpeg-6b/ |
ltconfig | 37 # echo "$something" | sed 's/\\/\\\\/g' 55 # Sed substitution that helps us do robust quoting. It backslashifies 57 Xsed='sed -e s/^X//' 107 -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 170 # if test -n "`echo $option| sed 's/[-a-z0-9.]//g'`"; then 232 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 303 linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` 306 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 307 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 308 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/' [all...] |
/external/v8/test/mjsunit/ |
string-indexof-2.js | 33 + "dolor, non existimant oportere nimium nos causae confidere, sed et" 36 + "Sed ut perspiciatis, unde omnis iste natus error sit voluptatem " 40 + "sit, aspernatur aut odit aut fugit, sed quia consequuntur magni" 43 + "consectetur, adipisci velit, sed quia non numquam eius modi"
|
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
fatbuild.sh | 218 target=`find . -mindepth 4 -maxdepth 4 -type f -name '*.dylib' | head -1 | sed 's|.*/||'` 270 file=`echo $src | sed -e 's|^.*/||'`; \ 289 file=`echo $src | sed -e 's|^.*/||'`; \
|
/external/clang/include/clang/Basic/ |
Makefile | 57 $(Verb)sed -e "s#@CLANG_VERSION@#$(CLANG_VERSION)#g" \
|
/external/libsepol/src/ |
Makefile | 31 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBBASE):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
|
/external/llvm/utils/buildit/ |
GNUmakefile | 28 SRC = $(shell cd $(SRCROOT) && pwd | sed s,/private,,)
|
/external/llvm/utils/ |
check-each-file | 28 gmake -n $program 2>&1 | sed '/gcc/s/$/__main.o/' >> $linker
|
/external/libusb-compat/ |
configure | 155 sed '/^.*\/\([^/][^/]*\)\/*$/{ 449 # uniformly replaced by the line number. The first 'sed' inserts a 450 # line-number line after each line using $LINENO; the second 'sed' 455 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 457 # E. McMahon (1931-1989) for sed's syntax. :-) 458 sed -n ' 462 sed ' 566 # Sed expression to map a string onto a valid CPP name. 567 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 569 # Sed expression to map a string onto a valid variable name [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
configure | 306 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 416 sed '/^.*\/\([^/][^/]*\)\/*$/{ 442 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 443 sed -n ' 447 sed ' 539 # Sed expression to map a string onto a valid CPP name. 540 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 542 # Sed expression to map a string onto a valid variable name. 543 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g' [all...] |
/external/bison/tests/ |
testsuite | 297 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 307 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 409 sed '/^.*\/\([^/][^/]*\)\/*$/{ 441 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 442 sed -n ' 446 sed ' 522 # Sed expression to map a string onto a valid CPP name. 523 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 525 # Sed expression to map a string onto a valid variable name. 526 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g' [all...] |
/external/libmtp/ |
configure | 157 sed '/^.*\/\([^/][^/]*\)\/*$/{ 451 # uniformly replaced by the line number. The first 'sed' inserts a 452 # line-number line after each line using $LINENO; the second 'sed' 457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 459 # E. McMahon (1931-1989) for sed's syntax. :-) 460 sed -n ' 464 sed ' 568 # Sed expression to map a string onto a valid CPP name. 569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 571 # Sed expression to map a string onto a valid variable name [all...] |
/ndk/sources/host-tools/make-3.81/ |
configure | 293 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 403 sed '/^.*\/\([^/][^/]*\)\/*$/{ 429 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 430 sed -n ' 434 sed ' 526 # Sed expression to map a string onto a valid CPP name. 527 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 529 # Sed expression to map a string onto a valid variable name. 530 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g' [all...] |
/external/chromium/third_party/libevent/ |
configure | 155 sed '/^.*\/\([^/][^/]*\)\/*$/{ 449 # uniformly replaced by the line number. The first 'sed' inserts a 450 # line-number line after each line using $LINENO; the second 'sed' 455 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 457 # E. McMahon (1931-1989) for sed's syntax. :-) 458 sed -n ' 462 sed ' 566 # Sed expression to map a string onto a valid CPP name. 567 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 569 # Sed expression to map a string onto a valid variable name [all...] |