Searched refs:tport (Results 1 – 4 of 4) sorted by relevance
2798 tport=/tmp/ss_vncviewer_tport${RANDOM}.$$2799 tport=`mytmp "$tport"`2815 $ssh -x -f $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd" > $tport 2> $tport22817 tail -f $tport 1>&2 &2827 rsh $ul "$ssh_host" "$ssh_cmd" > $tport &2849 …PORT=`grep "^PORT=" $tport | tr '\r' ' ' | head -n 1 | sed -e 's/PORT=//' -e 's/\r//g' -e 's/ *$//…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; then2880 rm -f $tport $tport2
2769 tport=/tmp/ss_vncviewer_tport${RANDOM}.$$2770 tport=`mytmp "$tport"`2786 $ssh -x -f $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd" > $tport 2> $tport22788 tail -f $tport 1>&2 &2798 rsh $ul "$ssh_host" "$ssh_cmd" > $tport &2820 …PORT=`grep "^PORT=" $tport | tr '\r' ' ' | head -n 1 | sed -e 's/PORT=//' -e 's/\r//g' -e 's/ *$//…2824 …vnss=`sed -e 's/\r//g' $tport $tport2 | egrep -i '^(New.* desktop is|A VNC server is already runni…2833 …vnss=`sed -e 's/\r//g' $tport | egrep -i '^(New.* desktop is|A VNC server is already running).*:[0…2845 elif egrep 'Info: listening on IPv6 only|Info: listening only on IPv6' $tport > /dev/null; then2851 rm -f $tport $tport2
4088 int tport = get_local_port(fd); in accept_openssl() local4089 if (tport > 0) { in accept_openssl()4090 screen->port = tport; in accept_openssl()
4251 char *opts, tport[32]; in main() local4269 sprintf(tport, "%d", got_rfbport_val); in main()4270 argv_vnc[got_rfbport_pos] = strdup(tport); in main()