Searched refs:backup_name (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/app/mkcookie/sun-src/ |
H A D | mkcookie.c | 840 char home_name[1024], backup_name[1024], new_name[1024]; local 866 sprintf (backup_name, "%s/.XauthXXXXXX", d->userAuthDir); 867 mktemp (backup_name); 868 lockStatus = XauLockAuth (backup_name, 1, 2, 10); 871 if (openFiles (backup_name, new_name, &old, &new)) { 872 name = backup_name; 875 XauUnlockAuth (backup_name);
|
Completed in 539 milliseconds