Searched refs:SED (Results 1 - 25 of 47) sorted by relevance

12

/src/sys/arch/x86/acpi/
H A Dgenwakecode.sh6 SED=${SED:=sed}
13 ${HEXDUMP} -v -e '"\t" 8/1 "0x%02x, " "\n"' < acpi_wakecode.bin | ${SED} 's/0x /0x00/g'
H A DMakefile.wakecode.inc8 SED=${TOOL_SED:Q} \
/src/usr.bin/sed/TEST/
H A Dsed.test77 SED=$1
112 $SED 's/^/e1_/p' lines1
114 mark '1.2' ; $SED -n 's/^/e1_/p' lines1
119 $SED 's/^/e1_/p' <lines1
121 mark '1.4' ; $SED -n 's/^/e1_/p' <lines1
127 $SED -e '' <lines1
134 $SED -f script1 lines1
140 $SED -f script1 <lines1
146 $SED -e 's/^/e1_/p' lines1
152 $SED
[all...]
/src/bin/ksh/
H A Dsiglist.sh11 : ${SED:=sed}
25 ${SED} -e '/^[ ]*#/d' -e 's/^[ ]*\([^ ][^ ]*\)[ ][ ]*\(.*[^ ]\)[ ]*$/#ifdef SIG\1\
30 $CPP $in | grep -v '^#' | tr -d '\n' | ${SED} 's/},/},\
32 ${SED} -n 's/{ QwErTy/{/p' < $out | ${AWK} '{print NR, $0}' | sort -k 5n -k 1n |
33 ${SED} -E -e 's/^[0-9]* //' -e 's/ +/ /' |
H A Demacs-gen.sh5 : ${SED:=sed}
29 ${SED} -e '1,/@START-FUNC-TAB@/d' -e '/@END-FUNC-TAB@/,$d' < $file |
H A DMakefile26 SED=${TOOL_SED:Q}
/src/sys/arch/m68k/fpsp/
H A Dasm2gas36 : ${SED:=sed} # Which sed to use
39 cat "$1" | "${SED}" -e '
79 ' | "${SED}" -e '
137 ' | "${SED}" -e '
207 ' | "${SED}" -e '
/src/usr.bin/xlint/lint1/
H A Dmakeman31 : ${SED:=sed}
36 ${SED} -E -n \
40 | ${SED} -E \
/src/sys/arch/m68k/060sp/
H A Dasm2gas36 : ${SED:=sed} # Which sed to use
39 cat "$1" | "${SED}" -e '
79 ' | "${SED}" -e '
137 ' | "${SED}" -e '
H A DMakefile14 SED=${TOOL_SED:Q} \
/src/usr.bin/kdump/
H A Dmkioctls40 : ${SED:=sed}
99 done | ${SED} -e "s,${DESTDIR}/usr/include/,,g" \
H A DMakefile.ioctl-c70 AWK=${TOOL_AWK:q} CC=${CC:q} DESTDIR=${DESTDIR:q} SED=${TOOL_SED:q} \
/src/usr.bin/lorder/
H A Dlorder.sh39 # Similarly for JOIN, MKTEMP, SED, and SORT.
50 : ${SED:=sed}
52 for var in JOIN MKTEMP NM SED SORT ; do
94 "${SED}" -ne '/:$/{s/://;s/.*/& &/;p;}' <$N
95 "${SED}" -ne 's/:.* [TDGR] / /p' <$N >$S
96 "${SED}" -ne 's/:.* U / /p' <$N >$R
/src/bin/sh/
H A Dmktokens37 : ${SED:=sed}
87 ${SED} -e 's/"/\\"/g' \
92 ${SED} 's/"//g' /tmp/ka$$ | ${AWK} '
H A Dmkoptions.sh50 ${SED:-sed} <"${IF}" \
H A DMakefile24 SED=${TOOL_SED:Q}
/src/regress/sys/arch/m68k/060sp/
H A DMakefile18 SED=${TOOL_SED:Q} \
/src/sys/external/isc/libsodium/dist/build-aux/
H A Dltmain.sh104 # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
226 # Unless the user overrides by setting SED, search the path for either GNU
228 test -z "$SED" && {
264 SED=$func_path_progs_result
411 progname=`$ECHO "$progpath" |$SED "$sed_basename"`
417 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
661 _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
662 _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"`
758 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
759 _G_indent=`$ECHO "$_G_indent" | $SED "
[all...]
/src/sys/external/isc/libsodium/dist/
H A Dltmain.sh145 : ${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...]
/src/sbin/wsconsctl/
H A DMakefile20 SED=${TOOL_SED:Q}
/src/distrib/sets/
H A Dsyspkgdeps83 list_set_files ${sets} | ${SED} 's/^\.\///' | \
H A Dmakesrctars95 ${SED} -e 's:type=file:& mode=0664:' \
H A Dmaketars142 lists="$(echo ${lists} | ${SED} -e 's/ etc / /;s/ xetc / /;')"
206 | ${SED} -e "s:^./etc/mtree/set.${setname}.*\$:./etc/mtree/set.${setname} type=file mode=0444:" \
/src/usr.sbin/postinstall/
H A Dpostinstall.in60 : ${SED:=sed}
136 ${SED} -e "s/'/'\\\\''/g" \
165 printf "%s\n" "${arg}" | ${SED} -e 's/[][^$.*\\'"${extra}"']/\\&/g'
179 ${SED} -e "s,^${prefix}/,/,"
599 | ${SED} -e 's@.*/@@' | ${SORT} -u)"
688 | ${SED} "s|^|${dir}/|"
866 ${SED} -e "/[^#]*${option}[\ t]*=/s/${old}/${new}/" \
979 ${SED} -i -e 's/"blacklistd"/"blocklistd"/g' "${target}"
981 ${SED} -i -e 's/\([bB]\)lacklist/\1locklist/g' "${target}"
1004 local new=$(echo "${old}" | ${SED}
[all...]
/src/usr.sbin/ypserv/ypinit/
H A DMakefile.yp47 SED= /usr/bin/sed
63 ${SED} -e "s/#.*$$//" ${.ALLSRC} | \
80 ${SED} -e "/^[ \t]*$$/d" | \
327 ${SED} -e "/^#/d" -e s/#.*$$// ${.ALLSRC} | \
353 ${SED} -e "/^#/d" -e s/#.*$$// ${.ALLSRC} | \

Completed in 13 milliseconds

12