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

/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Dcommon.c125 int statres; local
152 statres = stat(d->d_name, &stbuf); local
154 if (statres < 0)
336 int chres, errsav, fd, res, statres; local
343 statres = stat(lfname, &stbuf); local
346 if ((statres < 0) && (errsav != ENOENT)) {
402 if (statres >= 0) {
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c1264 int statres; local
1284 statres = stat(dfile, &statdf);
1285 while (statres < 0 && amtslept < MAXWAIT_ARRIVE) {
1289 statres = stat(dfile, &statdf);
1291 if (statres < 0) {
1316 statres = stat(dfile, &statdf);
1319 while (statres == 0 && amtslept < MAXWAIT_4DATA) {
1324 statres = stat(dfile, &statdf);
1327 if (statres != 0)

Completed in 120 milliseconds