Searched refs:ilockfile (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | main.c | 134 char ilockfile[PATH_MAX]; variable 1407 (void) snprintf(ilockfile, sizeof (ilockfile), 1942 if (access(ilockfile, F_OK) == 0) { 1943 (void) remove(ilockfile); 1946 if (open(ilockfile, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 0644) < 0) { 1947 progerr(ERR_LOCKFILE, ilockfile); 2150 (void) remove(ilockfile); 2604 (void) snprintf(ilockfile, sizeof (ilockfile), [all...] |
H A D | check.c | 54 extern char ilockfile[], rlockfile[], instdir[], savlog[], 211 if (access(ilockfile, F_OK) == 0) {
|
Completed in 84 milliseconds