Searched refs:spooldir (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | main.c | 119 *spooldir, variable 403 if ((spooldir = devattr(device, "pathname")) == NULL) in main() 404 spooldir = device; in main() 405 if (isdir(spooldir)) { in main() 406 tmpdir = spooldir = qstrdup(tmpnam(NULL)); in main() 411 if (mkdir(spooldir, 0755)) { in main() 412 progerr(gettext(ERR_MKDIR), spooldir); in main() 415 if (n = pkgtrans(device, spooldir, pkg, PT_SILENT, in main() 419 pkg = gpkglist(spooldir, all_pkgs, category); in main() 421 pkg = gpkglist(spooldir, all_pkgs, NULL); in main() [all …]
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | bnuconvert.c | 41 DIR *machdir, *spooldir; local 78 if ((spooldir = opendir(SPOOL)) == NULL) { 84 while (gdirf(spooldir, file1, SPOOL)) { 135 closedir(spooldir);
|
H A D | uusched.c | 55 DIR *spooldir, *subdir, *gradedir; local 124 if (chdir(SPOOL) != 0 || (spooldir = opendir(SPOOL)) == NULL) 126 while (gdirf(spooldir, f, SPOOL) == TRUE) {
|
H A D | uucleanup.c | 159 DIR *jcdir, *machdir, *spooldir; local 248 if ((spooldir = opendir(SPOOL)) == NULL) { 254 while (gdirf(spooldir, file1, SPOOL) == TRUE) { 321 closedir(spooldir); 1096 DIR *spooldir; in cleanworkspace() local 1103 if ((spooldir = opendir(WORKSPACE)) == NULL) { in cleanworkspace() 1108 while (gnamef(spooldir, f) == TRUE) in cleanworkspace()
|
H A D | uustat.c | 129 DIR *spooldir, *subdir, *machdir, *gradedir; local 316 if (chdir(STATDIR) || (spooldir = opendir(STATDIR)) == NULL) 318 while (gnamef(spooldir, f) == TRUE) { 336 closedir(spooldir); 364 if (chdir(SPOOL) != 0 || (spooldir = opendir(SPOOL)) == NULL) 367 while (gnamef(spooldir, f) == TRUE) { 433 closedir(spooldir);
|