Home
last modified time | relevance | path

Searched refs:restore_errno (Results 1 – 6 of 6) sorted by relevance

/external/python/cffi/c/
Dmisc_thread_posix.h49 #define restore_errno restore_errno_only macro
Dcglob.c70 restore_errno(); in fetch_global_var_addr()
Dmisc_win32.h74 static void restore_errno(void) in restore_errno() function
Dcall_python.c277 restore_errno(); in cffi_call_python()
D_cffi_backend.c3056 restore_errno(); in cdata_call()
5934 restore_errno(); in invoke_callback()
7511 restore_errno,
/external/libcap/psx/
Dpsx.c571 int restore_errno = errno; in __psx_syscall() local
634 errno = restore_errno; in __psx_syscall()