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

/solaris-x11-s12/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c548 int lockStatus; local
556 lockStatus = LOCK_ERROR;
559 lockStatus = XauLockAuth(home_name, 1, 2, 10);
560 if (lockStatus == LOCK_SUCCESS) {
567 lockStatus = LOCK_ERROR;
571 if (lockStatus != LOCK_SUCCESS) {
577 lockStatus = XauLockAuth(backup_name, 1, 2, 10);
579 if (lockStatus == LOCK_SUCCESS) {
586 lockStatus = LOCK_ERROR;
591 if (lockStatus !
[all...]

Completed in 11 milliseconds