Home
last modified time | relevance | path

Searched refs:errno_val (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFEnv.h43 int errno_val = errno; in llvm_fenv_testexcept() local
44 if (errno_val == ERANGE || errno_val == EDOM) in llvm_fenv_testexcept()
/external/minijail/
Dsyscall_filter.c119 void append_ret_errno(struct filter_block *head, int errno_val) in append_ret_errno() argument
122 set_bpf_ret_errno(filter, errno_val); in append_ret_errno()
268 int errno_val = parse_constant(errno_val_str, &errno_val_ptr); in compile_errno() local
270 if (errno_val_ptr == errno_val_str || errno_val == -1) { in compile_errno()
275 append_ret_errno(head, errno_val); in compile_errno()
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c331 int errno_val; member
922 tc_ptr->errno_val); in do_syscalltests()
944 else if (tc_ptr->errno_val == EEXIST) in do_syscalltests()
946 else if (tc_ptr->errno_val == ENOENT) in do_syscalltests()
948 else if (tc_ptr->errno_val == ELOOP) in do_syscalltests()
950 else if (tc_ptr->errno_val == ENOTDIR) in do_syscalltests()
952 else if (tc_ptr->errno_val == EXDEV) in do_syscalltests()
954 else if (tc_ptr->errno_val == ENAMETOOLONG) in do_syscalltests()
956 else if (tc_ptr->errno_val == EINVAL) in do_syscalltests()
962 if (tc_ptr->errno_val != 0) in do_syscalltests()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1387 int errno_val = errno; in llvm_fenv_testexcept() local
1388 if (errno_val == ERANGE || errno_val == EDOM) in llvm_fenv_testexcept()