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

/solaris-x11-s11/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-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c740 FILE *auth_file; local
746 auth_file = fopen (authFile, "w");
748 if (!auth_file) {
753 if (!XauWriteAuth (auth_file, auth) || fflush (auth_file) == EOF)
759 fclose (auth_file);

Completed in 14 milliseconds