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

/openbsd-current/libexec/ftpd/
H A Dmonitor.c389 int olderrno = errno; local
394 errno = olderrno;
401 int stat, olderrno = errno; local
409 errno = olderrno;
/openbsd-current/sbin/pflogd/
H A Dprivsep.c69 int snaplen, ret, olderrno; local
203 olderrno = errno;
208 filename, strerror(olderrno));
/openbsd-current/usr.bin/rdistd/
H A Dserver.c734 int f, wrerr, olderrno; local
753 olderrno = 0;
778 olderrno = errno;
790 error("%s: Write error: %s", new, strerror(olderrno));
/openbsd-current/usr.bin/ssh/
H A Dsftp.c228 int olderrno = errno; local
232 errno = olderrno;

Completed in 100 milliseconds