Home
last modified time | relevance | path

Searched refs:errno (Results 3951 - 3975 of 15406) sorted by relevance

1...<<151152153154155156157158159160>>...617

/kernel/liteos_m/testsuites/unittest/posix/src/fs/api/
H A Dposix_fs_pwrite_test.c75 ICUNIT_ASSERT_EQUAL(errno, EFAULT, POSIX_FS_IS_ERROR);
103 ICUNIT_ASSERT_EQUAL(errno, EACCES, POSIX_FS_IS_ERROR);
H A Dposix_fs_pread_test.c75 ICUNIT_ASSERT_EQUAL(errno, EFAULT, POSIX_FS_IS_ERROR);
103 ICUNIT_ASSERT_EQUAL(errno, EACCES, POSIX_FS_IS_ERROR);
/kernel/linux/linux-6.6/tools/laptop/freefall/
H A Dfreefall.c18 #include <errno.h>
152 if ((ret == -1) && (errno == EINTR)) { in main()
/kernel/linux/linux-6.6/samples/hid/
H A Dhid_surface_dial.c16 #include <errno.h>
28 #include <linux/errno.h>
H A Dhid_mouse.c14 #include <errno.h>
26 #include <linux/errno.h>
/kernel/linux/linux-6.6/samples/hidraw/
H A Dhid-example.c39 #include <errno.h>
142 printf("Error: %d\n", errno); in main()
/kernel/linux/linux-6.6/samples/pidfd/
H A Dpidfd-metadata.c5 #include <errno.h>
70 switch (errno) { in pidfd_metadata_fd()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_070.cpp65 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
H A DIt_posix_queue_143.cpp78 ICUNIT_GOTO_EQUAL(errno, EAGAIN, errno, EXIT1); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_127.cpp55 } while ((ret == -1) && (errno == EINTR)); in pthread_f01()
130 } while ((ret == -1) && (errno == EINTR)); in Testcase()
/third_party/elfutils/libdwfl/
H A Ddwfl_error.c37 #include <errno.h>
106 value = DWFL_E (ERRNO, errno); in canonicalize()
/third_party/elfutils/tests/
H A Dsectiondump.c20 #include <errno.h>
50 error (EXIT_FAILURE, errno, "cannot open input file `%s'", argv[1]); in main()
H A Ddwarf-die-addr-die.c30 #include <errno.h>
167 printf ("Cannot open '%s': %s\n", name, strerror (errno)); in main()
H A Dupdate2.c23 #include <errno.h>
46 printf ("cannot open `%s': %s\n", fname, strerror (errno)); in main()
H A Dupdate1.c23 #include <errno.h>
45 printf ("cannot open `%s': %s\n", fname, strerror (errno)); in main()
H A Dshowptable.c20 #include <errno.h>
44 printf ("cannot open \"%s\": %s\n", argv[1], strerror (errno)); in main()
H A Dxlate_notes.c22 #include <errno.h>
51 printf ("cannot open '%s': %s\n", fname, strerror (errno)); in main()
/third_party/gn/src/base/files/
H A Dfile_enumerator_posix.cc8 #include <errno.h>
26 if (!(errno == ENOENT && !show_links)) in GetStat()
/third_party/alsa-utils/alsamixer/
H A Dmainloop.c22 #include <errno.h>
102 if (errno == EINTR) { in mainloop()
/third_party/alsa-lib/src/control/
H A Dcards.c50 int err = -errno; in snd_card_load2()
57 return -errno; in snd_card_load2()
/third_party/alsa-utils/axfer/
H A Dwaiter-select.c14 #include <errno.h>
80 return -errno; in select_wait_event()
/third_party/alsa-lib/src/
H A Dasync.c139 return -errno; in snd_async_add_handler()
161 return -errno; in snd_async_del_handler()
/third_party/alsa-utils/alsactl/
H A Dinit_sysfs.c54 return -errno; in sysfs_init()
110 dbg("stat '%s' failed: %s", path_full, strerror(errno)); in sysfs_attr_get_value()
/third_party/curl/docs/examples/
H A Dexternalsocket.c44 #include <errno.h>
134 printf("client error: connect: %s\n", strerror(errno)); in main()
/third_party/libunwind/libunwind/src/
H A Dos-freebsd.c31 #include <errno.h>
108 if (errno == ESRCH) { in tdep_get_elf_image()

Completed in 12 milliseconds

1...<<151152153154155156157158159160>>...617