/kernel/linux/linux-6.6/arch/xtensa/platforms/iss/include/platform/ |
H A D | simcall-gdbio.h | 17 static int errno; variable 30 errno = c1; in __simc()
|
/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/ |
H A D | mmap_test_005.cpp | 45 ICUNIT_ASSERT_EQUAL(errno, EINVAL, errno); in Testcase()
|
/kernel/liteos_m/testsuites/sample/posix/mqueue/ |
H A D | It_posix_queue_042.c | 43 ICUNIT_ASSERT_EQUAL(errno, ENOENT, errno); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/misc/full/ |
H A D | misc_test_011.cpp | 39 errno = 0; in TestCase() 45 ICUNIT_ASSERT_EQUAL(errno, EINVAL, -1); in TestCase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
H A D | It_posix_queue_030.cpp | 39 ICUNIT_ASSERT_EQUAL(errno, EBADF, errno); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/net/netdb/full/ |
H A D | net_netdb_test_015.cpp | 49 ICUNIT_ASSERT_EQUAL(errno, ENODEV, errno); in IfNameToIndexTest()
|
/third_party/alsa-utils/axfer/ |
H A D | waiter-poll.c | 13 #include <errno.h> 28 return -errno; in poll_wait_event()
|
/third_party/backends/lib/ |
H A D | sigprocmask.c | 20 #include <errno.h> 43 errno = EINVAL; in sigprocmask()
|
/third_party/ltp/lib/ |
H A D | tst_thread_state.c | 9 #include <errno.h> 32 errno = ETIMEDOUT; in tst_thread_state_wait()
|
/third_party/ltp/testcases/kernel/controllers/pids/ |
H A D | pids_task1.c | 31 #include <errno.h> 53 if (newpid == -1 && errno == EAGAIN) in main()
|
/third_party/musl/libc-test/src/regression/ |
H A D | syscall-sign-extend.c | 4 #include <errno.h> 11 #define T(f) (!(f) && (t_error(#f " failed: %s\n", strerror(errno)), 0))
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | realpath.c | 5 #include <errno.h> 16 errno = EINVAL; in realpath()
|
/third_party/musl/porting/liteos_a/user/src/conf/ |
H A D | confstr.c | 3 #include <errno.h> 14 errno = EINVAL; in confstr()
|
/third_party/musl/porting/linux/user/src/signal/ |
H A D | siginterrupt.c | 17 #include <errno.h> 24 errno = EINVAL; in siginterrupt()
|
/third_party/musl/src/misc/ |
H A D | getdomainname.c | 5 #include <errno.h> 12 errno = EINVAL; in getdomainname()
|
/third_party/musl/src/passwd/ |
H A D | getspnam.c | 11 int orig_errno = errno; in getspnam() 16 errno = e ? e : orig_errno; in getspnam()
|
/third_party/musl/src/conf/ |
H A D | confstr.c | 3 #include <errno.h> 13 errno = EINVAL; in confstr()
|
/third_party/musl/src/misc/liteos_a/ |
H A D | realpath.c | 20 #include <errno.h> 31 errno = EINVAL; in realpath()
|
/third_party/mesa3d/src/util/ |
H A D | reallocarray.h | 30 #include <errno.h> 48 errno = ENOMEM; in reallocarray()
|
/third_party/ltp/testcases/kernel/syscalls/umount2/ |
H A D | umount2.h | 28 if (ret == 0 || errno != EBUSY) in umount2_retry() 40 errno = EBUSY; in umount2_retry()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/behavior/timers/ |
H A D | 1-1.c | 13 #include <errno.h> 33 "%s\n", i, strerror(errno)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/ |
H A D | 9-1.c | 12 * io_cancel() shall return -1 and set errno in all other case. 17 * and errno is not 0 27 #include <errno.h> 46 if (errno == 0) { in main() 47 printf(TNAME " bad errno value()\n"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/ |
H A D | 6-2.c | 8 * Test that clock_getres() sets errno=EINVAL for a variety of 25 #include <errno.h> 44 if (EINVAL != errno) { in main() 45 printf("errno != EINVAL\n"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/ |
H A D | 17-1.c | 8 * Test that clock_settime() sets errno to EINVAL if clock_id does not 14 #include <errno.h> 35 if (EINVAL == errno) { in main() 39 printf("errno != EINVAL\n"); in main()
|
H A D | 20-1.c | 8 * Test that clock_settime() sets errno = EINVAL if clock_id is 13 #include <errno.h> 33 if (EINVAL == errno) { in main() 37 printf("errno != EINVAL\n"); in main()
|