Home
last modified time | relevance | path

Searched refs:old_errno (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp83 const int old_errno = errno;
90 errno = old_errno; in handle_strerror_r_return()
119 const int old_errno = errno; do_strerror_r() local
/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c44 int old_errno = errno; in sig_handler() local
67 errno = old_errno; in sig_handler()