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

/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c132 char *c, lckdir[BUFSIZ]; local
344 (void) strcpy(lckdir, LOCKPRE);
345 *strrchr(lckdir, '/') = '\0';
347 if (chdir(lckdir) != 0 || (subdir = opendir(lckdir)) == NULL)
1006 char *c, lckdir[BUFSIZ]; local
1012 (void) strcpy(lckdir, LOCKPRE);
1013 *strrchr(lckdir, '/') = '\0';
1014 DEBUG(9, "lockdir (%s)\n", lckdir);
1017 if (chdir(lckdir) !
1235 char lckdir[BUFSIZ+1]; local
[all...]

Completed in 60 milliseconds