Lines Matching refs:SED
259 $SED 's/^/> /' $err_msg
321 $SED 's/^/> /' ${sftp_err_msg}
385 $SED 's/^/> /' ${scp_err_msg}
473 $SED 's/^/> /' ${sftp_err_msg}
557 $SED -e "s|%|%25|g" -e "s|:|%3A|g" -e "s|\&|%26|g" \
574 $SED -e "s/&/\&/g" -e "s/</\</g" -e "s/>/\>/g" "$@" | expand
584 echo $digest | $SED -e 's/\([0-9a-f]\{12\}\).*/\1/'
595 $SED -f ${its_sed_script}
1143 print $cur | $SED -e '{
1821 eval `$SED -e "s/#.*$//" $FLIST | $GREP = `
2056 [[ -z $SED ]] && SED=`look_for_prog sed`
2504 $SED -e '/^#/d' -e '/^[ ]*$/d' $REGFILE | while read LINE; do
2535 $SED -e '/^#/d' -e '/^[ ]*$/d' $cf | while read LINE; do
2728 $SED -e "s/#.*$//" -e "/=/d" -e "/^[ ]*$/d" $FLIST > /tmp/$$.flist.clean
2829 cleanse_rmfile="$SED 's/^\(@@ [0-9+,-]*\) [0-9+,-]* @@$/\1 +0,0 @@/'"
2830 cleanse_newfile="$SED 's/^@@ [0-9+,-]* \([0-9+,-]* @@\)$/@@ -0,0 \1/'"