Home | History | Annotate | Download | only in x11vnc

Lines Matching full:rcfile

1025 	char rcfile[1024];
1059 fprintf(stderr, "could not open rcfile: %s\n", infile);
1068 memset(rcfile, 0, sizeof(rcfile));
1069 strncpy(rcfile, home, 500);
1072 strcat(rcfile, "/.x11vncrc");
1073 infile = rcfile;
1074 rc = fopen(rcfile, "r");
1078 rc_rcfile = strdup(rcfile);
1180 fprintf(stderr, "invalid rcfile line: %s/%s\n",
1186 fprintf(stderr, "invalid rcfile line: %s\n", p);
1205 fprintf(stderr, "too many rcfile options\n");
1233 fprintf(stderr, "too many rcfile options\n");
1269 fprintf(stderr, "too many rcfile options\n");