Home | History | Annotate | Download | only in x11vnc

Lines Matching full:connect_to

263 static char *connect_to = NULL;
429 connto = strdup(connect_to);
1930 connect_to = strdup(argv[++i]);
1991 if (connect_to == NULL && control != NULL) {
1999 connect_to = (char *) calloc(2 * len, 1);
2007 if (connect_to[0] != '\0') {
2008 strcat(connect_to, ",");
2010 strcat(connect_to, q);
2014 fprintf(stderr, "set -connect to: %s\n", connect_to);
2017 if (0 && connect_to == NULL && control == NULL) {
2096 if (connect_to) {
2097 char *p, *str = strdup(connect_to);
2106 connect_to = strdup("");