Home | History | Annotate | Download | only in ssl

Lines Matching refs:part

83 #         part must be in the -proxy string (not in "host:display").
2543 for part in `echo "$proxy" | tr ',' ' '`
2545 if echo "$part" | egrep -i '^vencrypt://' > /dev/null; then
2546 ssh_vencrypt_proxy=$part
2549 proxynew="$part"
2551 proxynew="$proxynew,$part"
2569 for part in `echo "$proxy" | tr ',' ' '`
2571 Kecho proxy_part=$part
2572 if [ "X$part" = "X" ]; then
2574 elif echo "$part" | egrep -i '^(http|https|socks|socks4|socks5)://' > /dev/null; then
2575 pproxy="$pproxy,$part"
2578 sproxy1="$part"
2580 sproxy_rest="$sproxy_rest,$part"