Home
last modified time | relevance | path

Searched refs:old_errno (Results 1 - 15 of 15) sorted by relevance

/third_party/gn/src/base/posix/
H A Dsafe_strerror.cc71 int old_errno = errno; in wrap_posix_strerror_r() local
92 if (new_errno != old_errno) { in wrap_posix_strerror_r()
105 errno = old_errno; in wrap_posix_strerror_r()
/third_party/curl/lib/
H A Dstrerror.c841 int old_errno = errno; in Curl_strerror() local
915 if(errno != old_errno) in Curl_strerror()
916 errno = old_errno; in Curl_strerror()
936 int old_errno = errno; in Curl_winapi_strerror() local
955 if(errno != old_errno) in Curl_winapi_strerror()
956 errno = old_errno; in Curl_winapi_strerror()
977 int old_errno = errno; in Curl_sspi_strerror() local
1104 if(errno != old_errno) in Curl_sspi_strerror()
1105 errno = old_errno; in Curl_sspi_strerror()
H A Dparsedate.c422 int old_errno; in parsedate() local
424 old_errno = errno; in parsedate()
428 if(errno != old_errno) in parsedate()
429 errno = old_errno; in parsedate()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs180 let old_errno = *::___errno(); in getpwent_r()
193 *::___errno() = old_errno; in getpwent_r()
204 let old_errno = *::___errno(); in getgrent_r()
217 *::___errno() = old_errno; in getgrent_r()
/third_party/musl/src/signal/
H A Dpsignal.c19 int old_errno = errno; in psignal() local
22 errno = old_errno; in psignal()
/third_party/musl/src/dirent/
H A Dscandir.c15 int old_errno = errno; in scandir() local
40 errno = old_errno; in scandir()
/third_party/musl/src/thread/
H A Dsynccall.c24 int old_errno = errno; in handler() local
41 errno = old_errno; in handler()
/third_party/musl/porting/linux/user/src/locale/
H A Ddcngettext.c164 int old_errno = errno; in dcngettext() local
196 errno = old_errno; in dcngettext()
331 errno = old_errno; in dcngettext()
/third_party/musl/src/locale/
H A Ddcngettext.c152 int old_errno = errno; in dcngettext() local
172 errno = old_errno; in dcngettext()
285 errno = old_errno; in dcngettext()
/third_party/musl/src/regex/
H A Dglob.c133 int old_errno = errno; in do_glob() local
171 errno = old_errno; in do_glob()
/third_party/musl/src/time/
H A D__tz.c175 int old_errno = errno; in do_tzset() local
184 errno = old_errno; in do_tzset()
/third_party/curl/tests/server/
H A Dutil.c524 int old_errno = errno; in exit_signal_handler() local
535 errno = old_errno; in exit_signal_handler()
/third_party/python/Modules/_ctypes/
H A Dcallproc.c206 int new_errno, old_errno; in set_error_internal() local
216 old_errno = space[index]; in set_error_internal()
219 return PyLong_FromLong(old_errno); in set_error_internal()
/third_party/python/Modules/
H A Dposixmodule.c8007 int old_errno = errno; in os_getlogin_impl() local
8019 errno = old_errno; in os_getlogin_impl()
/third_party/libbpf/src/
H A Dlibbpf.c250 int old_errno; in libbpf_print() local
257 old_errno = errno; in libbpf_print()
263 errno = old_errno; in libbpf_print()

Completed in 43 milliseconds