Home
last modified time | relevance | path

Searched refs:hold_errno (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dbfdio.c342 int hold_errno = errno; in bfd_seek() local
349 if (hold_errno == EINVAL) in bfd_seek()
354 errno = hold_errno; in bfd_seek()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dbfdio.c339 int hold_errno = errno; in bfd_seek() local
346 if (hold_errno == EINVAL) in bfd_seek()
351 errno = hold_errno; in bfd_seek()
/openbsd/src/gnu/usr.bin/cvs/src/
Dzlib.c66 int hold_errno; local
70 hold_errno = errno;
80 zstatus == Z_ERRNO ? hold_errno : 0,