Searched defs:auth_file (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
H A Dx11vnc.c1451 fprintf(stderr, " authfile: %s\n", auth_file ? auth_file
1952 if (!strcasecmp(auth_file, "guess")) {
2021 auth_file = NULL;
2024 auth_file = strdup(line + strlen("XAUTHORITY="));
2274 auth_file = strdup(argv[++i]); local
5026 if (auth_file != NULL && strcmp(auth_file, "guess")) {
5027 set_env("XAUTHORITY", auth_file);
5053 if (auth_file) {
[all...]
H A Doptions.c46 char *auth_file = NULL; /* -auth/-xauth */ variable

Completed in 2732 milliseconds