Home
last modified time | relevance | path

Searched refs:errno (Results 2276 - 2300 of 14555) sorted by relevance

1...<<919293949596979899100>>...583

/kernel/linux/linux-6.6/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall-gdbio.h17 static int errno; variable
30 errno = c1; in __simc()
/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/
H A Dmmap_test_005.cpp45 ICUNIT_ASSERT_EQUAL(errno, EINVAL, errno); in Testcase()
/kernel/liteos_m/testsuites/sample/posix/mqueue/
H A DIt_posix_queue_042.c43 ICUNIT_ASSERT_EQUAL(errno, ENOENT, errno); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/misc/full/
H A Dmisc_test_011.cpp39 errno = 0; in TestCase()
45 ICUNIT_ASSERT_EQUAL(errno, EINVAL, -1); in TestCase()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_030.cpp39 ICUNIT_ASSERT_EQUAL(errno, EBADF, errno); in Testcase()
/kernel/liteos_a/testsuites/unittest/net/netdb/full/
H A Dnet_netdb_test_015.cpp49 ICUNIT_ASSERT_EQUAL(errno, ENODEV, errno); in IfNameToIndexTest()
/third_party/alsa-utils/axfer/
H A Dwaiter-poll.c13 #include <errno.h>
28 return -errno; in poll_wait_event()
/third_party/backends/lib/
H A Dsigprocmask.c20 #include <errno.h>
43 errno = EINVAL; in sigprocmask()
/third_party/ltp/lib/
H A Dtst_thread_state.c9 #include <errno.h>
32 errno = ETIMEDOUT; in tst_thread_state_wait()
/third_party/ltp/testcases/kernel/controllers/pids/
H A Dpids_task1.c31 #include <errno.h>
53 if (newpid == -1 && errno == EAGAIN) in main()
/third_party/musl/libc-test/src/regression/
H A Dsyscall-sign-extend.c4 #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 Drealpath.c5 #include <errno.h>
16 errno = EINVAL; in realpath()
/third_party/musl/porting/liteos_a/user/src/conf/
H A Dconfstr.c3 #include <errno.h>
14 errno = EINVAL; in confstr()
/third_party/musl/porting/linux/user/src/signal/
H A Dsiginterrupt.c17 #include <errno.h>
24 errno = EINVAL; in siginterrupt()
/third_party/musl/src/misc/
H A Dgetdomainname.c5 #include <errno.h>
12 errno = EINVAL; in getdomainname()
/third_party/musl/src/passwd/
H A Dgetspnam.c11 int orig_errno = errno; in getspnam()
16 errno = e ? e : orig_errno; in getspnam()
/third_party/musl/src/conf/
H A Dconfstr.c3 #include <errno.h>
13 errno = EINVAL; in confstr()
/third_party/musl/src/misc/liteos_a/
H A Drealpath.c20 #include <errno.h>
31 errno = EINVAL; in realpath()
/third_party/mesa3d/src/util/
H A Dreallocarray.h30 #include <errno.h>
48 errno = ENOMEM; in reallocarray()
/third_party/ltp/testcases/kernel/syscalls/umount2/
H A Dumount2.h28 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 D1-1.c13 #include <errno.h>
33 "%s\n", i, strerror(errno)); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H A D9-1.c12 * 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 D6-2.c8 * 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 D17-1.c8 * 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 D20-1.c8 * 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()

Completed in 8 milliseconds

1...<<919293949596979899100>>...583