Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c1256 struct stat statdf; in wait4data() local
1272 statres = stat(dfile, &statdf); in wait4data()
1277 statres = stat(dfile, &statdf); in wait4data()
1294 prev_mtime = statdf.st_mtime; in wait4data()
1296 if (statdf.st_mtime >= cur_time - MINWAIT_4DATA) { in wait4data()
1297 if (statdf.st_mtime >= cur_time) /* some TOD oddity */ in wait4data()
1300 sleepreq = cur_time - statdf.st_mtime; in wait4data()
1304 statres = stat(dfile, &statdf); in wait4data()
1308 if (statdf.st_mtime == prev_mtime) in wait4data()
1310 prev_mtime = statdf.st_mtime; in wait4data()
[all …]