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

/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c844 int lockStatus; local
851 lockStatus = LOCK_ERROR;
854 lockStatus = XauLockAuth (home_name, 1, 2, 10);
855 if (lockStatus == LOCK_SUCCESS) {
861 lockStatus = LOCK_ERROR;
865 if (lockStatus != LOCK_SUCCESS) {
868 lockStatus = XauLockAuth (backup_name, 1, 2, 10);
870 if (lockStatus == LOCK_SUCCESS) {
876 lockStatus = LOCK_ERROR;
880 if (lockStatus !
[all...]

Completed in 209 milliseconds