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 '{
1861 eval `$SED -e "s/#.*$//" $FLIST | $GREP = `
1925 file=`echo $file | $SED 's#/#\\\/#g'`
1927 old_mode=`$SED -n -e "/^\\(...\\) . ${file}$/s//\\1/p" \
2175 [[ -z $SED ]] && SED=`look_for_prog sed`
2552 eval `$SED -e "s/#.*$//" $wxfile | $GREP HG_PARENT=`
2562 eval `$SED -e "s/#.*$//" | $GREP HG_PARENT=`
2738 $SED -e '/^#/d' -e '/^[ ]*$/d' $REGFILE | while read LINE; do
2769 $SED -e '/^#/d' -e '/^[ ]*$/d' $cf | while read LINE; do
2962 $SED -e "s/#.*$//" -e "/=/d" -e "/^[ ]*$/d" $FLIST > /tmp/$$.flist.clean
2985 $SED '
2997 $SED -n -f $SEDFILE > $HG_PARENT_MANIFEST
3098 cleanse_rmfile="$SED 's/^\(@@ [0-9+,-]*\) [0-9+,-]* @@$/\1 +0,0 @@/'"
3099 cleanse_newfile="$SED 's/^@@ [0-9+,-]* \([0-9+,-]* @@\)$/@@ -0,0 \1/'"