/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_max/ |
H A D | sched_get_priority_max02.c | 23 TST_EXP_FAIL(tst_syscall(__NR_sched_get_priority_max, SCHED_INVALID), EINVAL); in verif_sched_get_priority_max02() local
|
/third_party/ltp/testcases/kernel/syscalls/io_destroy/ |
H A D | io_destroy02.c | 28 TST_EXP_FAIL(tst_syscall(__NR_io_destroy, ctx), EINVAL, in run() local
|
/third_party/ltp/testcases/kernel/syscalls/sysfs/ |
H A D | sysfs04.c | 23 EINVAL, "sysfs(INVALID_OPTION)"); in verify_sysfs04() local
|
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_min/ |
H A D | sched_get_priority_min02.c | 23 TST_EXP_FAIL(tst_syscall(__NR_sched_get_priority_min, SCHED_INVALID), EINVAL); in verif_sched_get_priority_min02() local
|
/third_party/ltp/lib/newlib_tests/ |
H A D | test_macros05.c | 32 TST_EXP_FAIL(MACRO_FAIL(), EINVAL); in do_test() local 33 TST_EXP_FAIL2(MACRO_FAIL(), EINVAL); in do_test() local
|
H A D | test_macros02.c | 31 TST_EXP_FAIL(fail_fn(), EINVAL, "fail_fn()"); in do_test() local 41 TST_EXP_FAIL2(fail_fn(), EINVAL, "fail_fn()"); in do_test() local
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename06.c | 32 EINVAL); in run() local
|
/third_party/ltp/testcases/kernel/syscalls/readahead/ |
H A D | readahead01.c | 56 TST_EXP_FAIL(readahead(fd[0], 0, getpagesize()), EINVAL); in test_invalid_fd() local 62 TST_EXP_FAIL(readahead(fd[0], 0, getpagesize()), EINVAL); in test_invalid_fd() local
|
/third_party/ltp/testcases/kernel/syscalls/eventfd/ |
H A D | eventfd02.c | 39 TST_EXP_FAIL(write(fd, &invalid, sizeof(invalid)), EINVAL); in run() local 42 TST_EXP_FAIL(write(fd, &val, sizeof(val)), EINVAL); in run() local
|
H A D | eventfd01.c | 36 TST_EXP_FAIL(read(fd, &invalid, sizeof(invalid)), EINVAL); in run() local
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl07.c | 46 (void *)&invalid_type), EINVAL, "do_quotactl(Q_XQUOTARM, invalid_type)"); in verify_quota() local
|
/third_party/ltp/testcases/kernel/syscalls/sendfile/ |
H A D | sendfile05.c | 41 TST_EXP_FAIL(sendfile(out_fd, in_fd, &offset, 1), EINVAL, in run() local
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
H A D | epoll_ctl04.c | 61 TST_EXP_FAIL(epoll_ctl(new_epfd, EPOLL_CTL_ADD, epfd, &events), EINVAL, in verify_epoll_ctl() local
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso_wrappers.rs | 71 const EINVAL: c::c_int = -(c::EINVAL as c::c_int); consts
|
/third_party/bounds_checking_function/include/ |
H A D | securec.h | 62 #define EINVAL 22 macro
|
/third_party/musl/libc-test/src/functionalext/thread/ |
H A D | pthread_mutex_ext.c | 313 EXPECT_EQ(pthread_mutex_timedlock_monotonic_np(mtx, &ts), EINVAL); in pthread_mutex_timedlock_monotonic_np_0030() local
|
H A D | pthread_rwlock_rdlock.c | 280 EXPECT_EQ(pthread_rwlock_timedrdlock_monotonic_np((pthread_rwlock_t *)NULL, &ts), EINVAL); in pthread_rwlock_timedrdlock_monotonic_np_0030() local
|
H A D | pthread_rwlock_wrlock.c | 241 EXPECT_EQ(pthread_rwlock_clockwrlock(&w, clock_id, &ts), EINVAL); in pthread_rwlock_timedwrlock_0040() local 362 EXPECT_EQ(pthread_rwlock_timedwrlock_monotonic_np((pthread_rwlock_t *)NULL, &ts), EINVAL); in pthread_rwlock_timedwrlock_0110() local
|
H A D | pthread_cond_timedwait.c | 93 EXPECT_EQ(pthread_cond_timedwait(&cond, &mutex, &ts), EINVAL); in pthread_cond_timedwait_0020() local 161 EXPECT_EQ(pthread_cond_timedwait_monotonic_np(cond, &mutex, &ts), EINVAL); in pthread_cond_timedwait_monotonic_np_0020() local 207 EXPECT_EQ(pthread_cond_clockwait(&cond, &mutex, clock_id, &ts), EINVAL); in pthread_cond_clockwait_0010() local 621 EXPECT_EQ(pthread_cond_timedwait_monotonic_np(&m_cond3, &m_mtx3, &ts), EINVAL); in PthreadCondMonotonicTimeEinval() local
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl01.c | 209 TST_EXP_FAIL(semop(sem_id, &sops, 1), EINVAL, "semaphore appears to be removed"); in func_rmid() local
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 327 #undef EINVAL /* override definition in errno.h */ macro 328 #define EINVAL WSAEINVAL macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | setup_once.h | 369 # undef EINVAL /* override definition in errno.h */ macro 370 # define EINVAL WSAEINVAL macro
|
/third_party/python/Lib/ |
H A D | asyncore.py | 58 errorcode global() namespace
|
/third_party/curl/tests/server/ |
H A D | util.c | 54 #undef EINVAL macro 55 #define EINVAL 22 /* errno.h value */ macro
|
H A D | sockfilt.c | 123 #undef EINVAL macro 124 #define EINVAL 22 /* errno.h value */ macro
|