Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/lpr/common_source/
H A Dcommon.c125 int statres; in getq() local
152 statres = stat(d->d_name, &stbuf); in getq() local
154 if (statres < 0) in getq()
338 int chres, errsav, fd, res, statres; in set_qstate() local
345 statres = stat(lfname, &stbuf); in set_qstate() local
348 if ((statres < 0) && (errsav != ENOENT)) { in set_qstate()
404 if (statres >= 0) { in set_qstate()
/freebsd-14.2/usr.sbin/lpr/lpd/
H A Dprintjob.c1264 int statres; in wait4data() local
1284 statres = stat(dfile, &statdf); in wait4data()
1285 while (statres < 0 && amtslept < MAXWAIT_ARRIVE) { in wait4data()
1289 statres = stat(dfile, &statdf); in wait4data()
1291 if (statres < 0) { in wait4data()
1316 statres = stat(dfile, &statdf); in wait4data()
1319 while (statres == 0 && amtslept < MAXWAIT_4DATA) { in wait4data()
1324 statres = stat(dfile, &statdf); in wait4data()
1327 if (statres != 0) in wait4data()