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

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

Completed in 1264 milliseconds