Searched refs:home_name (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c840 char home_name[1024], backup_name[1024], new_name[1024]; local
853 snprintf (home_name, 1024, "%s/.Xauthority", home);
854 lockStatus = XauLockAuth (home_name, 1, 2, 10);
856 if (openFiles (home_name, new_name, &old, &new)) {
857 name = home_name;
860 XauUnlockAuth (home_name);

Completed in 12 milliseconds