Searched refs:statfile (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | uucleanup.c | 160 char fullname[MAXFULLNAME], statfile[MAXFULLNAME], machname[MAXFULLNAME]; local 272 (void) sprintf(statfile, "%s/%s", machname, file2); 273 if (DIRECTORY(statfile)) { 278 if ((jcdir = opendir(statfile)) == NULL) { 281 statfile, errno); 288 FULLNAME(fullname, statfile, file3); 294 wprocess(statfile, file3); 298 procdtype(statfile, file3); 307 DEBUG(9, "Fullname is (%s)\n", statfile); 309 if (_age(statfile) >= _Xdays) [all …]
|