Home
last modified time | relevance | path

Searched refs:jcdir (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c156 DIR *jcdir, *machdir, *spooldir; local
275 if ((jcdir = opendir(statfile)) == NULL) {
283 while (gnamef(jcdir, file3)) {
300 closedir(jcdir);
H A Duustat.c1227 state(jcdir, cdotfile) in state() argument
1228 char *jcdir, *cdotfile; in state()
1238 sjcdir = opendir(jcdir);
1264 (void) sprintf(lockname,"%s%s.%s",LOCK, f, jcdir);