Home
last modified time | relevance | path

Searched refs:errno (Results 3801 - 3825 of 15406) sorted by relevance

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

/third_party/node/lib/internal/cluster/
H A Dchild.js156 cb(message.errno, handle);
161 if (message.errno)
162 return cb(message.errno, null);
/third_party/node/deps/v8/third_party/zlib/
H A Dzutil.h34 * errno. We define it as a global variable to simplify porting.
38 # define errno z_errno macro
40 extern int errno;
43 # include <errno.h>
/third_party/node/deps/zlib/
H A Dzutil.h34 * errno. We define it as a global variable to simplify porting.
38 # define errno z_errno macro
40 extern int errno;
43 # include <errno.h>
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_ninja.py15 import errno namespace
32 if e.errno != errno.EEXIST:
/third_party/musl/src/process/
H A Dposix_spawn.c7 #include <errno.h>
156 ret = -errno; in child()
159 /* Since sizeof errno < PIPE_BUF, the write is atomic. */ in child()
196 ec = errno; in posix_spawn()
/third_party/musl/porting/linux/user/src/fdsan/
H A Dfdsan.c17 #include <errno.h>
267 if (expected_tag && rc == -1 && errno == EBADF) { in fdsan_close_with_tag()
322 if (rc == -1 && errno == EINTR) { in close()
/third_party/musl/porting/linux/user/src/hilog/
H A Dhilog_adapter.c20 #include <errno.h>
77 dprintf(ERROR_FD, "HiLogAdapter: Can't create socket! Errno: %d\n", errno); in GetSocketFdInstance()
85 dprintf(ERROR_FD, "HiLogAdapter: Can't connect to server. Errno: %d\n", errno); in GetSocketFdInstance()
/third_party/musl/src/network/
H A Dresolvconf.c4 #include <errno.h>
172 if (!f) switch (errno) { in get_resolv_conf_ext()
179 MUSL_LOGE("%{public}s: %{public}d: open resolv.conf failed with Unexpected errno: %{public}d", in get_resolv_conf_ext()
180 __func__, __LINE__, errno); in get_resolv_conf_ext()
/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c20 #include <errno.h>
71 dprintf(ERROR_FD, "HiLogAdapter_init: Can't create socket! Errno: %d\n", errno); in GenerateHilogSocketFd()
77 dprintf(ERROR_FD, "HiLogAdapter_init: Can't connect to server. Errno: %d\n", errno); in GenerateHilogSocketFd()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py15 import errno namespace
32 if e.errno != errno.EEXIST:
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat03.c25 #include <errno.h>
55 if (errno == EISDIR || errno == ENOTSUP) in setup()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dmemtoy.c36 #include <errno.h>
73 * if exit_code < 0, save current errno, and fetch associated
86 saverrno = errno; in die()
87 errstr = strerror(errno); in die()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl31.c26 #include <errno.h>
300 getpid(), strerror(errno)); in signal_parent()
314 strerror(errno)); in signal_parent()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen14.c25 #include <errno.h>
54 if (errno == EISDIR || errno == ENOTSUP) in setup()
/third_party/ltp/testcases/kernel/syscalls/send/
H A Dsend01.c25 * Verify that send() returns the proper errno for various failure cases
34 #include <errno.h>
226 if (errno != EINTR) in do_child()
241 if (cc == 0 || (cc < 0 && errno != EINTR)) { in do_child()
280 " %ld (expected %d), errno %d (expected" in main()
/third_party/ltp/testcases/network/nfsv4/acl/
H A Dacl1.c17 #include <errno.h>
56 if (exe == -1 && errno != EACCES) in do_file_op()
299 printf("path = %s **** errno = %d", dir, errno); in test_acl_default()
/third_party/ltp/testcases/kernel/syscalls/recv/
H A Drecv01.c24 * Verify that recv() returns the proper errno for various failure cases
29 * -e : Turn on errno logging.
45 #include <errno.h>
78 int experrno; /* expected errno */
144 " %ld (expected %d), errno %d (expected" in main()
283 if (errno != EINTR) in do_child()
300 if (cc == 0 || (cc < 0 && errno != EINTR)) { in do_child()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_inaddr_any.c56 #include <errno.h>
140 tst_brkm(TBROK, tst_exit, "getsockname: %s", strerror(errno)); in main()
145 tst_brkm(TBROK, tst_exit, "getsockname: %s", strerror(errno)); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
H A Ds-c.c38 #include <errno.h>
233 if (errno != ENOMEM) { in main()
234 UNRESOLVED(errno, "Memory not full"); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H A Ds-c.c39 #include <errno.h>
234 if (errno != ENOMEM) { in main()
235 UNRESOLVED(errno, "Memory not full"); in main()
/third_party/ltp/testcases/realtime/func/gtod_latency/
H A Dgtod_latency.c53 #include <errno.h>
278 if (errno == EPERM) { in main()
285 fprintf(stderr, "Failed to set scheduler, errno %d\n", in main()
286 errno); in main()
/third_party/musl/libc-test/src/functional/
H A Drenameat2_test.c21 #include <errno.h>
229 t_error("%s open dir failed, errno: %d\n", __func__, errno); in main()
234 t_error("%s open dirfd failed, errno: %d\n", __func__, errno); in main()
/third_party/mksh/
H A Dulimit.c298 l->name, cstrerror(errno)); in set_ulimit()
320 if (errno == EPERM) in set_ulimit()
323 bi_errorf("bad %s limit: %s", l->name, cstrerror(errno)); in set_ulimit()
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtimer_test.cpp2 #include <errno.h>
174 EXPECT_EQ(EINVAL, errno); in HWTEST_F()
181 EXPECT_EQ(EINVAL, errno); in HWTEST_F()
/third_party/node/deps/uv/src/unix/
H A Dgetaddrinfo.c29 #include <errno.h>
87 case EAI_SYSTEM: return UV__ERR(errno); in uv__getaddrinfo_translate_error()
234 return UV__ERR(errno); in uv_if_indextoname()

Completed in 15 milliseconds

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