Searched refs:statres (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.sbin/lpr/common_source/ |
| H A D | common.c | 119 int statres; in getq() local 146 statres = stat(d->d_name, &stbuf); in getq() local 148 if (statres < 0) in getq() 332 int chres, errsav, fd, res, statres; in set_qstate() local 339 statres = stat(lfname, &stbuf); in set_qstate() local 342 if ((statres < 0) && (errsav != ENOENT)) { in set_qstate() 398 if (statres >= 0) { in set_qstate()
|
| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | printjob.c | 1252 int statres; in wait4data() local 1272 statres = stat(dfile, &statdf); in wait4data() 1273 while (statres < 0 && amtslept < MAXWAIT_ARRIVE) { in wait4data() 1277 statres = stat(dfile, &statdf); in wait4data() 1279 if (statres < 0) { in wait4data() 1304 statres = stat(dfile, &statdf); in wait4data() 1307 while (statres == 0 && amtslept < MAXWAIT_4DATA) { in wait4data() 1312 statres = stat(dfile, &statdf); in wait4data() 1315 if (statres != 0) in wait4data()
|