Home
last modified time | relevance | path

Searched defs:errval (Results 1 – 8 of 8) sorted by relevance

/external/fec/
Drstest.c74 int errval,errloc; in exercise_8() local
146 int errval,errloc; in exercise_char() local
227 int errval,errloc; in exercise_int() local
Dexercise.c51 int errval,errloc; in EXERCISE() local
/external/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c149 #define PROTECT_REGION_EXIT(errval) return (errval); argument
151 #define PROTECT_REGION_END(result, errval) \ argument
174 #define PROTECT_FUNC(fn, errval, epoll_fd) ( \ argument
/external/dtc/libfdt/
Dfdt_strerror.c46 const char *fdt_strerror(int errval) in fdt_strerror()
/external/trusty/arm-trusted-firmware/lib/libfdt/
Dfdt_strerror.c46 const char *fdt_strerror(int errval) in fdt_strerror()
/external/rust/crates/nix/test/sys/
Dtest_signal.rs178 let errval = Err(Errno::EINVAL); in test_from_str_invalid_value() localVariable
/external/sdv/vsomeip/third_party/boost/filesystem/src/
Doperations.cpp388 inline bool not_found_error(int errval) BOOST_NOEXCEPT in not_found_error()
616 inline bool not_found_error(int errval) BOOST_NOEXCEPT in not_found_error()
711 int errval(::GetLastError()); in process_status_failure() local
1579 err_t errval = BOOST_ERRNO; // save reason for failure in create_directory() local
/external/python/cpython2/Modules/
Dposixmodule.c8711 PyObject *errval = win32_error_unicode("startfile", wpath); in win32_startfile() local
8727 PyObject *errval = win32_error("startfile", filepath); in win32_startfile() local