Lines Matching refs:SED
559 $SED 's/^/> /' $err_msg
621 $SED 's/^/> /' ${sftp_err_msg}
685 $SED 's/^/> /' ${scp_err_msg}
773 $SED 's/^/> /' ${sftp_err_msg}
857 $SED -e "s|%|%25|g" -e "s|:|%3A|g" -e "s|\&|%26|g" \
874 $SED -e "s/&/\&/g" -e "s/</\</g" -e "s/>/\>/g" "$@" | expand
884 echo $digest | $SED -e 's/\([0-9a-f]\{12\}\).*/\1/'
895 $SED -f ${its_sed_script}
1382 print $cur | $SED -e '{
2071 eval $($SED -e "s/#.*$//" $FLIST | $GREP = )
2306 [[ -z $SED ]] && SED=$(look_for_prog sed)
2775 $SED -e '/^#/d' -e $'/^[ \t]*$/d' $REGFILE | while read LINE; do
2806 $SED -e '/^#/d' -e $'/^[ \t]*$/d' $cf | while read LINE; do
2997 $SED -e "s/#.*$//" -e "/=/d" -e "/^[ ]*$/d" $FLIST > /tmp/$$.flist.clean
3112 cleanse_rmfile="$SED 's/^\(@@ [0-9+,-]*\) [0-9+,-]* @@$/\1 +0,0 @@/'"
3113 cleanse_newfile="$SED 's/^@@ [0-9+,-]* \([0-9+,-]* @@\)$/@@ -0,0 \1/'"