Home
last modified time | relevance | path

Searched refs:errno (Results 4551 - 4575 of 6538) sorted by relevance

1...<<181182183184185186187188189190>>...262

/third_party/node/deps/cares/src/lib/
H A Dares__sortaddrinfo.c369 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 Dtoolutil.cpp63 #include <errno.h>
186 if (retVal && errno != EEXIST) { in uprv_mkdir()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp63 #include <errno.h>
186 if (retVal && errno != EEXIST) { in uprv_mkdir()
/third_party/libevdev/tools/
H A Dtouchpad-edge-detector.c8 #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 Dmmapstress01.c33 #include <errno.h>
332 if (errno != EINTR || !finished) in run()
/third_party/ltp/testcases/kernel/mem/vmtests/
H A Dstack_space.c35 #include <errno.h>
153 strerror(errno)); in runtest()
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c57 #include <errno.h>
61 #define ERRSTRING strerror(errno)
/third_party/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat01.c13 #include <errno.h>
187 if (errno == ENOTTY) in change_attr()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-igmp_querier.c43 #include <errno.h>
436 if (errno == ENOBUFS) { in send_query()
/third_party/ltp/testcases/network/lib6/
H A Dasapi_03.c25 #include <errno.h>
317 if (errno == EINTR) in so_test()
/third_party/ltp/testcases/network/stress/route/
H A Droute-change-netlink.c187 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 Dfanotify01.c19 #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 Dradeon_bo_gem.c36 #include <errno.h>
175 return -errno; in bo_map()
/third_party/libdrm/tests/amdgpu/
H A Dsyncobj_tests.c62 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 Dvic-flip.c23 #include <errno.h>
260 fprintf(stderr, "open() failed: %s\n", strerror(errno)); in main()
H A Dvic-blit.c23 #include <errno.h>
260 fprintf(stderr, "open() failed: %s\n", strerror(errno)); in main()
/third_party/libfuse/lib/
H A Dhelper.c26 #include <errno.h>
162 arg, strerror(errno)); in fuse_helper_opt_proc()
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.c26 #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 Dfread.c248 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 Dmodule-match.c26 #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 DExecutableMemory.cpp30 # 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 Dsimpleover.c38 #include <errno.h>
309 sprite->name, strerror(errno)); in create_sprite()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtimepng.c22 #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 Dtoolutil.cpp61 #include <errno.h>
193 if (retVal && errno != EEXIST) { in uprv_mkdir()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Ddaemon.c335 SPDYF_DEBUG("bind %i",errno); in SPDYF_start_daemon_va()
341 SPDYF_DEBUG("listen %i",errno); in SPDYF_start_daemon_va()

Completed in 17 milliseconds

1...<<181182183184185186187188189190>>...262