/third_party/node/deps/cares/src/lib/ |
H A D | ares__sortaddrinfo.c | 369 if (errno == EAFNOSUPPORT) { in find_src_addr() 378 } while (ret == -1 && errno == EINTR); in find_src_addr()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | toolutil.cpp | 63 #include <errno.h> 186 if (retVal && errno != EEXIST) { in uprv_mkdir()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | toolutil.cpp | 63 #include <errno.h> 186 if (retVal && errno != EEXIST) { in uprv_mkdir()
|
/third_party/libevdev/tools/ |
H A D | touchpad-edge-detector.c | 8 #include <errno.h> 245 fprintf(stderr, "Error opening the device: %s\n", strerror(errno)); in main()
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress01.c | 33 #include <errno.h> 332 if (errno != EINTR || !finished) in run()
|
/third_party/ltp/testcases/kernel/mem/vmtests/ |
H A D | stack_space.c | 35 #include <errno.h> 153 strerror(errno)); in runtest()
|
/third_party/ltp/testcases/kernel/sched/tool/ |
H A D | time-schedule.c | 57 #include <errno.h> 61 #define ERRSTRING strerror(errno)
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
H A D | utimensat01.c | 13 #include <errno.h> 187 if (errno == ENOTTY) in change_attr()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-igmp_querier.c | 43 #include <errno.h> 436 if (errno == ENOBUFS) { in send_query()
|
/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_03.c | 25 #include <errno.h> 317 if (errno == EINTR) in so_test()
|
/third_party/ltp/testcases/network/stress/route/ |
H A D | route-change-netlink.c | 187 tst_brk(TBROK, "%s failed (errno=%d): %s", msg, errno, strerror(errno)); in brk_on_route_error()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify01.c | 19 #include <errno.h> 280 "fd=%d ret=%d (errno=%d)", in test_fanotify() 283 event->fd, ret, errno); in test_fanotify()
|
/third_party/libdrm/radeon/ |
H A D | radeon_bo_gem.c | 36 #include <errno.h> 175 return -errno; in bo_map()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | syncobj_tests.c | 62 if ((r == -EACCES) && (errno == EACCES)) in suite_syncobj_timeline_tests_init() 65 strerror(errno)); in suite_syncobj_timeline_tests_init()
|
/third_party/libdrm/tests/tegra/ |
H A D | vic-flip.c | 23 #include <errno.h> 260 fprintf(stderr, "open() failed: %s\n", strerror(errno)); in main()
|
H A D | vic-blit.c | 23 #include <errno.h> 260 fprintf(stderr, "open() failed: %s\n", strerror(errno)); in main()
|
/third_party/libfuse/lib/ |
H A D | helper.c | 26 #include <errno.h> 162 arg, strerror(errno)); in fuse_helper_opt_proc()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | lib.c | 26 #include <errno.h> 412 die("error: cannot open %s: %s", outfile, strerror(errno)); in sparse_initialize()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fread.c | 248 t_error("fread_0700 servbuf failed errno=", errno); in fread_0700() 322 t_error("fread_0700 servbuf failed errno=", errno); in fread_0800()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-match.c | 26 #include <errno.h> 97 pa_log("Failed to open file config file: %s", pa_cstrerror(errno)); in load_rules()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | ExecutableMemory.cpp | 30 # include <errno.h> 82 errno = result; in allocateRaw() 163 // In the event of no system call this returns -1 with errno set in memfd_create()
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
H A D | simpleover.c | 38 #include <errno.h> 309 sprite->name, strerror(errno)); in create_sprite()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | timepng.c | 22 #include <errno.h> 73 png_error(png_ptr, strerror(errno)); in PNG_CALLBACK()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | toolutil.cpp | 61 #include <errno.h> 193 if (retVal && errno != EEXIST) { in uprv_mkdir()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | daemon.c | 335 SPDYF_DEBUG("bind %i",errno); in SPDYF_start_daemon_va() 341 SPDYF_DEBUG("listen %i",errno); in SPDYF_start_daemon_va()
|