Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:allow_list

968 	if (allow_list == NULL) {
970 allow_list = strdup("");
972 if (*allow_list == '\0' && allow_once == NULL) {
977 if (strchr(allow_list, '/')) {
984 if (stat(allow_list, &sbuf) != 0) {
987 allow_list);
1003 in = fopen(allow_list, "r");
1006 rfbLog("check_access: cannot open: %s\n", allow_list);
1033 int len = strlen(allow_list) + 1;
1042 strcat(list, allow_list);
3962 allow_list ? allow_list : "(null)" );