HomeSort by relevance Sort by last modified time
    Searched refs:SED (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/openssh/
fixalgorithms 4 # Usage: fixpaths /path/to/sed cipher1 [cipher2] <infile >outfile
13 SED=$1
24 ${SED} $subs
  /external/libpcap/
mkdep 40 SED='s;\.o;;'
63 sed -e '/DO NOT DELETE THIS LINE/,$d' < $MAKE > $TMP
77 # sed -e 's/:[^"]*"\([^"]*\)".*/: \1/' -e 's/\.c/.o/' |
81 sed "
83 $SED" |
  /external/tcpdump/
mkdep 40 SED='s;\.o;;'
63 sed -e '/DO NOT DELETE THIS LINE/,$d' < $MAKE > $TMP
77 # sed -e 's/:[^"]*"\([^"]*\)".*/: \1/' -e 's/\.c/.o/' |
81 sed "
83 $SED" |
  /toolchain/binutils/binutils-2.25/
mkdep 33 SED='s;\.o;;'
56 sed -e '/DO NOT DELETE THIS LINE/,$d' < $MAKE > $TMP
70 # sed -e 's/:[^"]*"\([^"]*\)".*/: \1/' -e 's/\.c/.o/' |
73 sed "
75 $SED" >> $TMP
ltmain.sh 152 : ${SED="/mount/endor/wildenhu/local-x86_64/bin/sed"}
154 : ${Xsed="$SED -e 1s/^X//"}
187 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
193 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
198 # These SED scripts presuppose an absolute path with a trailing slash.
249 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
260 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
262 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
371 # Sed substitution that helps us do robust quoting. It backslashifie
    [all...]
  /external/toybox/scripts/
make.sh 18 if [ -z "$SED" ]
20 [ ! -z "$(which gsed 2>/dev/null)" ] && SED=gsed || SED=sed
59 $SED -n -e 's/^USE_[A-Z0-9_]*(/&/p' toys/*/*.c \
60 | $SED 's/\(.*TOY(\)\([^,]*\),\(.*\)/\2 \1\2,\3/' | sort -s -k 1,1 \
61 | $SED 's/[^ ]* //' >> generated/newtoys.h
72 TOYFILES="$($SED -n 's/^CONFIG_\([^=]*\)=.*/\1/p' "$KCONFIG_CONFIG" | xargs | tr ' [A-Z]' '|[a-z]')"
127 #TODO: "make $SED && make" doesn't regenerate config.h because diff .config
132 # This long and roundabout sed invocation is to make old versions of se
    [all...]
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 8 SED=@SED@
31 if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.awk ; then
37 ROOT=`echo $1 | sed -e s/.ct$//`
46 ${SED} -f "${DIR}/ct_c.sed" "${FILE}" \
  /external/devlib/devlib/bin/scripts/
shutils.in 9 SED=${SED:-$BUSYBOX sed}
27 $SED -e 's|/sys/devices/system/cpu/cpu||' -e 's|/cpufreq/scaling_cur_freq:| |'
39 $SED -e 's|/sys/devices/system/cpu/cpu||' -e 's|/cpufreq/scaling_governor:| |'
67 for CPU in $(ls /sys/kernel/debug/tracing/trace_stat | sed 's/function//'); do
70 | sed "$REPLACE_STRING"
91 $SED -e "s|$CONTROLLER\.||" -e "s|$CGROUP/||"
98 $SED "s|$CGROUP/||"
  /external/bison/djgpp/
config.site 67 # A sane default for sed.
68 ac_cv_path_SED=${SED='/dev/env/DJDIR/bin/sed'}
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
Makefile 12 ${SED} \
  /external/ImageMagick/config/
ltmain.sh 104 # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
215 echo "no acceptable sed could be found in \$PATH" >&2
226 # Unless the user overrides by setting SED, search the path for either GNU
227 # sed, or the sed that truncates its output the least.
228 test -z "$SED" && {
233 echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
248 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || brea
    [all...]
  /external/pcre/dist2/
ltmain.sh 104 # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
215 echo "no acceptable sed could be found in \$PATH" >&2
226 # Unless the user overrides by setting SED, search the path for either GNU
227 # sed, or the sed that truncates its output the least.
228 test -z "$SED" && {
233 echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
248 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || brea
    [all...]
  /external/libexif/
ltmain.sh 86 # define SED for historic ltconfig's generated by Libtool 1.3
87 test -z "$SED" && SED=sed
150 : ${SED="/bin/sed"}
152 : ${Xsed="$SED -e 1s/^X//"}
175 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
187 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
206 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"
    [all...]
  /external/c-ares/
ltmain.sh 147 : ${SED="/bin/sed"}
149 : ${Xsed="$SED -e 1s/^X//"}
172 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
184 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
203 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
209 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
222 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
223 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
228 # These SED scripts presuppose an absolute path with a trailing slash
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 145 : ${Xsed="$SED -e 1s/^X//"}
168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
180 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
224 # These SED scripts presuppose an absolute path with a trailing slash.
275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
    [all...]
  /external/libedit/
ltmain.sh 145 : ${Xsed="$SED -e 1s/^X//"}
168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
180 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
224 # These SED scripts presuppose an absolute path with a trailing slash.
275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
    [all...]
  /external/libevent/
ltmain.sh 145 : ${Xsed="$SED -e 1s/^X//"}
168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
180 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
224 # These SED scripts presuppose an absolute path with a trailing slash.
275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
    [all...]
  /external/libmicrohttpd/
ltmain.sh 145 : ${Xsed="$SED -e 1s/^X//"}
168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
180 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
224 # These SED scripts presuppose an absolute path with a trailing slash.
275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
    [all...]
  /external/libnetfilter_conntrack/build-aux/
ltmain.sh 145 : ${Xsed="$SED -e 1s/^X//"}
168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
180 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
224 # These SED scripts presuppose an absolute path with a trailing slash.
275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
    [all...]
  /external/libnfnetlink/build-aux/
ltmain.sh 145 : ${Xsed="$SED -e 1s/^X//"}
168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
180 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
224 # These SED scripts presuppose an absolute path with a trailing slash.
275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
    [all...]
  /external/lmfit/build-aux/
ltmain.sh 145 : ${Xsed="$SED -e 1s/^X//"}
168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
180 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
224 # These SED scripts presuppose an absolute path with a trailing slash.
275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 145 : ${Xsed="$SED -e 1s/^X//"}
168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
180 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
224 # These SED scripts presuppose an absolute path with a trailing slash.
275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
    [all...]
  /external/protobuf/
ltmain.sh 145 : ${Xsed="$SED -e 1s/^X//"}
168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
180 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
224 # These SED scripts presuppose an absolute path with a trailing slash.
275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
ltmain.sh 145 : ${Xsed="$SED -e 1s/^X//"}
168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
180 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
224 # These SED scripts presuppose an absolute path with a trailing slash.
275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
ltmain.sh 102 # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
210 : ${SED="sed"}
215 ## Useful sed snippets. ##
221 # Sed substitution that helps us do robust quoting. It backslashifies
228 # Sed substitution that turns a string into a regex matching for the
232 # Sed substitution that converts a w32 file name or path
301 progname=`$bs_echo "$progpath" |$SED "$sed_basename"`
307 progdir=`$bs_echo "$progpath" |$SED "$sed_dirname"
    [all...]

Completed in 331 milliseconds

1 2 3 4