Lines Matching refs:statfile
157 char fullname[MAXFULLNAME], statfile[MAXFULLNAME], machname[MAXFULLNAME]; local
269 (void) sprintf(statfile, "%s/%s", machname, file2);
270 if (DIRECTORY(statfile)) {
275 if ((jcdir = opendir(statfile)) == NULL) {
278 statfile, errno);
285 FULLNAME(fullname, statfile, file3);
291 wprocess(statfile, file3);
295 procdtype(statfile, file3);
304 DEBUG(9, "Fullname is (%s)\n", statfile);
306 if (_age(statfile) >= _Xdays)
307 xprocess(statfile);
310 if (_age(statfile) >= _Ddays)
313 else if (_age(statfile) >= _Odays)
314 oprocess(statfile);