Searched refs:errsav (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/lpr/common_source/
H A Dcommon.c332 int chres, errsav, fd, res, statres; local
340 errsav = errno;
342 if ((statres < 0) && (errsav != ENOENT)) {
402 errsav = errno;
424 errsav = errno;
443 strerror(errsav));
446 printf("\tcannot %s: %s\n", failmsg, strerror(errsav));
/freebsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c656 int error, errsav, fpass, good; local
664 errsav = error;
670 errsav, error);
678 hostbuf, errsav);
/freebsd-current/usr.sbin/lpr/lpc/
H A Dcmds.c278 int errsav, killres, lockres, res; local
282 errsav = errno;
291 if (errsav != ENOENT)
323 errsav = errno;
333 printf("\t %s\n", strerror(errsav));
340 strerror(errsav));
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c2158 int c, errsav, fcount, zstatus; local
2232 errsav = errno;
2234 if (errsav != EAGAIN || fcount > 5)

Completed in 130 milliseconds