Searched defs:machdir (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dbnuconvert.c41 DIR *machdir, *spooldir; local
98 if ((machdir = opendir(machname)) == NULL) {
106 while (gnamef(machdir, file2) == TRUE) {
133 closedir(machdir);
H A Duucleanup.c159 DIR *jcdir, *machdir, *spooldir; local
261 if ((machdir = opendir(machname)) == NULL) {
270 while (gnamef(machdir, file2) == TRUE) {
319 closedir(machdir);
H A Duustat.c129 DIR *spooldir, *subdir, *machdir, *gradedir; local
385 machdir = opendir(fullpath);
386 if (machdir == NULL)
390 while (gnamef(machdir, gradef) == TRUE) {
423 if ( (i = _age(machdir, gradef)) > m->x_age)
427 closedir(machdir);

Completed in 63 milliseconds