Searched refs:machdir (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | bnuconvert.c | 38 DIR *machdir, *spooldir; local 95 if ((machdir = opendir(machname)) == NULL) { 103 while (gnamef(machdir, file2) == TRUE) { 130 closedir(machdir);
|
H A D | uustat.c | 127 DIR *spooldir, *subdir, *machdir, *gradedir; in main() local 383 machdir = opendir(fullpath); in main() 384 if (machdir == NULL) in main() 388 while (gnamef(machdir, gradef) == TRUE) { in main() 421 if ( (i = _age(machdir, gradef)) > m->x_age) in main() 425 closedir(machdir); in main()
|
H A D | uucleanup.c | 156 DIR *jcdir, *machdir, *spooldir; local 258 if ((machdir = opendir(machname)) == NULL) { 267 while (gnamef(machdir, file2) == TRUE) { 316 closedir(machdir);
|