Searched refs:_age (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c93 extern int _age(); /* find the age of a file */
291 if (_age(fullname) >= _Cdays)
293 else if(_age(fullname) >= _Wdays)
297 if (_age(fullname) >= _Ddays)
300 else if (_age(fullname) >= _Odays)
309 if (_age(statfile) >= _Xdays)
313 if (_age(statfile) >= _Ddays)
316 else if (_age(statfile) >= _Odays)
403 /* can't happen; _age() did stat of this file and file is opened */
502 /* can't happen; _age() di
822 _age(fullname) function
[all...]
H A Duustat.c104 extern int _age(); /* find the age of a file */
413 if ( (i = _age(gradef, subf))>m->c_age)
423 if ( (i = _age(machdir, gradef)) > m->x_age)
1100 * _age - find the age of "file" in days
1107 _age(dir, file) function

Completed in 84 milliseconds