Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/lpr/lpd/
H A Dprintjob.c1270 struct stat statdf; in wait4data() local
1286 statres = stat(dfile, &statdf); in wait4data()
1291 statres = stat(dfile, &statdf); in wait4data()
1308 prev_mtime = statdf.st_mtime; in wait4data()
1310 if (statdf.st_mtime >= cur_time - MINWAIT_4DATA) { in wait4data()
1311 if (statdf.st_mtime >= cur_time) /* some TOD oddity */ in wait4data()
1314 sleepreq = cur_time - statdf.st_mtime; in wait4data()
1318 statres = stat(dfile, &statdf); in wait4data()
1322 if (statdf.st_mtime == prev_mtime) in wait4data()
1324 prev_mtime = statdf.st_mtime; in wait4data()
[all …]