• Home
  • Raw
  • Download

Lines Matching refs:egrep

223 	if echo "$VNCVIEWERCMD" | egrep -i '^(xmessage|sleep )' > /dev/null; then
336 elif echo "$VNCVIEWERCMD" | egrep -i '^(xmessage|sleep )' > /dev/null; then
375 if echo "$proxy" | egrep -i "(repeater|vencrypt)://" > /dev/null; then
404 if uname -sr | egrep 'SunOS 5\.[5-8]' > /dev/null; then
470 if echo "$proxy" | egrep "^sslrepeater://" > /dev/null; then
480 if echo "$proxy" | egrep "vencrypt://" > /dev/null; then
728 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'`
730 …inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed '…
731 elif uname | egrep -i 'bsd|darwin' > /dev/null; then
732 …inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\…
869 if echo "$VNCVIEWERCMD" | egrep -i '^(xmessage|sleep )' > /dev/null; then
2545 if echo "$part" | egrep -i '^vencrypt://' > /dev/null; then
2562 if echo "$proxy" | egrep '(http|https|socks|socks4|socks5)://' > /dev/null; then
2574 elif echo "$part" | egrep -i '^(http|https|socks|socks4|socks5)://' > /dev/null; then
2751 if echo "$ssh_cmd" | egrep "(PORT=|P=) " > /dev/null; then
2753 if echo "$ssh_cmd" | egrep "P= " > /dev/null; then
2853 …vnss=`sed -e 's/\r//g' $tport $tport2 | egrep -i '^(New.* desktop is|A VNC server is already runni…
2862 …vnss=`sed -e 's/\r//g' $tport | egrep -i '^(New.* desktop is|A VNC server is already running).*:[0…
2874 elif egrep 'Info: listening on IPv6 only|Info: listening only on IPv6' $tport > /dev/null; then
2932 if echo "$pout" | egrep -i 'ssh.*(-add|-agent|-ask|-keygen|-argv0|vnc)' >/dev/null; then
2934 elif echo "$pout" | egrep -i 'scp|sshd' >/dev/null; then
3091 if uname | egrep 'Darwin|SunOS' >/dev/null; then
3141 elif uname | egrep -i 'bsd|darwin' > /dev/null; then
3529 if egrep -i '^[ ]*(CApath|CAfile) =' "$tmp_cfg" > /dev/null ; then