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

/xsrc/external/mit/xsm/dist/
H A Dlock.c56 char temp_lock_file[PATH_MAX];
64 snprintf (temp_lock_file, sizeof(temp_lock_file), "%s/.XSMtlock-%s",
67 if ((fd = creat (temp_lock_file, 0444)) < 0)
82 if (link (temp_lock_file, lock_file) < 0)
85 if (remove (temp_lock_file) < 0)
55 char temp_lock_file[PATH_MAX]; local in function:LockSession

Completed in 2 milliseconds