Home
last modified time | relevance | path

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

/third_party/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()
/third_party/musl/src/errno/
D__errno_location.c6 return &__pthread_self()->errno_val; in __errno_location()
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h28 int errno_val; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h36 int errno_val; member
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h54 int errno_val; member
/third_party/musl/src/internal/
Dpthread_impl.h41 int errno_val; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1586 int errno_val = errno; in llvm_fenv_testexcept() local
1587 if (errno_val == ERANGE || errno_val == EDOM) in llvm_fenv_testexcept()