/kernel/liteos_m/testsuites/unittest/posix/src/fs/api/ |
H A D | posix_fs_pwrite_test.c | 75 ICUNIT_ASSERT_EQUAL(errno, EFAULT, POSIX_FS_IS_ERROR); 103 ICUNIT_ASSERT_EQUAL(errno, EACCES, POSIX_FS_IS_ERROR);
|
H A D | posix_fs_pread_test.c | 75 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 D | freefall.c | 18 #include <errno.h> 152 if ((ret == -1) && (errno == EINTR)) { in main()
|
/kernel/linux/linux-6.6/samples/hid/ |
H A D | hid_surface_dial.c | 16 #include <errno.h> 28 #include <linux/errno.h>
|
H A D | hid_mouse.c | 14 #include <errno.h> 26 #include <linux/errno.h>
|
/kernel/linux/linux-6.6/samples/hidraw/ |
H A D | hid-example.c | 39 #include <errno.h> 142 printf("Error: %d\n", errno); in main()
|
/kernel/linux/linux-6.6/samples/pidfd/ |
H A D | pidfd-metadata.c | 5 #include <errno.h> 70 switch (errno) { in pidfd_metadata_fd()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
H A D | It_posix_queue_070.cpp | 65 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT1); in Testcase()
|
H A D | It_posix_queue_143.cpp | 78 ICUNIT_GOTO_EQUAL(errno, EAGAIN, errno, EXIT1); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_127.cpp | 55 } while ((ret == -1) && (errno == EINTR)); in pthread_f01() 130 } while ((ret == -1) && (errno == EINTR)); in Testcase()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_error.c | 37 #include <errno.h> 106 value = DWFL_E (ERRNO, errno); in canonicalize()
|
/third_party/elfutils/tests/ |
H A D | sectiondump.c | 20 #include <errno.h> 50 error (EXIT_FAILURE, errno, "cannot open input file `%s'", argv[1]); in main()
|
H A D | dwarf-die-addr-die.c | 30 #include <errno.h> 167 printf ("Cannot open '%s': %s\n", name, strerror (errno)); in main()
|
H A D | update2.c | 23 #include <errno.h> 46 printf ("cannot open `%s': %s\n", fname, strerror (errno)); in main()
|
H A D | update1.c | 23 #include <errno.h> 45 printf ("cannot open `%s': %s\n", fname, strerror (errno)); in main()
|
H A D | showptable.c | 20 #include <errno.h> 44 printf ("cannot open \"%s\": %s\n", argv[1], strerror (errno)); in main()
|
H A D | xlate_notes.c | 22 #include <errno.h> 51 printf ("cannot open '%s': %s\n", fname, strerror (errno)); in main()
|
/third_party/gn/src/base/files/ |
H A D | file_enumerator_posix.cc | 8 #include <errno.h> 26 if (!(errno == ENOENT && !show_links)) in GetStat()
|
/third_party/alsa-utils/alsamixer/ |
H A D | mainloop.c | 22 #include <errno.h> 102 if (errno == EINTR) { in mainloop()
|
/third_party/alsa-lib/src/control/ |
H A D | cards.c | 50 int err = -errno; in snd_card_load2() 57 return -errno; in snd_card_load2()
|
/third_party/alsa-utils/axfer/ |
H A D | waiter-select.c | 14 #include <errno.h> 80 return -errno; in select_wait_event()
|
/third_party/alsa-lib/src/ |
H A D | async.c | 139 return -errno; in snd_async_add_handler() 161 return -errno; in snd_async_del_handler()
|
/third_party/alsa-utils/alsactl/ |
H A D | init_sysfs.c | 54 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 D | externalsocket.c | 44 #include <errno.h> 134 printf("client error: connect: %s\n", strerror(errno)); in main()
|
/third_party/libunwind/libunwind/src/ |
H A D | os-freebsd.c | 31 #include <errno.h> 108 if (errno == ESRCH) { in tdep_get_elf_image()
|