Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/common_source/
H A Dcommon.c157 q->job_time = stbuf.st_mtime; in getq()
197 if (qe1->job_time < qe2->job_time) in compar()
199 if (qe1->job_time > qe2->job_time) in compar()
H A Dlp.h185 time_t job_time; /* last-mod time of cf-file */ member
/freebsd/usr.sbin/lpr/lpc/
H A Dmovejobs.c233 touch_info.newtime = queue[nitems - 1]->job_time + 1; in tqbq_common()
242 touch_info.newtime = queue[0]->job_time - nitems - 5; in tqbq_common()
H A Dcmds.c1176 mtime = queue[0]->job_time; in topq()