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

/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/
H A Ddtlogin.c478 const char *auth_file = NULL; local
480 auth_file = GetAuthFilename();
482 if (auth_file) {
483 if (chown(auth_file, user->uid, user->gid) < 0)
/solaris-x11-s12/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c484 FILE *auth_file; local
495 auth_file = fdopen(auth_fd, "w");
496 if (auth_file == NULL) {
503 if (!XauWriteAuth(auth_file, auth) || (fflush(auth_file) == EOF)) {
510 fclose(auth_file);

Completed in 14 milliseconds