Home
last modified time | relevance | path

Searched refs:cln_now (Results 1 – 1 of 1) sorted by relevance

/NextBSD/usr.sbin/lpr/lpc/
HDcmds.c453 static time_t cln_now; /* current time */ variable
624 cln_now = time(NULL); in clean_gi()
808 agemod = difftime(cln_now, stbuf.st_mtime); in unlinkf()
809 agestat = difftime(cln_now, stbuf.st_ctime); in unlinkf()