/third_party/node/lib/internal/cluster/ |
H A D | child.js | 156 cb(message.errno, handle); 161 if (message.errno) 162 return cb(message.errno, null);
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zutil.h | 34 * 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 D | zutil.h | 34 * 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 D | xcode_ninja.py | 15 import errno namespace 32 if e.errno != errno.EEXIST:
|
/third_party/musl/src/process/ |
H A D | posix_spawn.c | 7 #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 D | fdsan.c | 17 #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 D | hilog_adapter.c | 20 #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 D | resolvconf.c | 4 #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 D | hilog_adapter.c | 20 #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 D | xcode_ninja.py | 15 import errno namespace 32 if e.errno != errno.EEXIST:
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat03.c | 25 #include <errno.h> 55 if (errno == EISDIR || errno == ENOTSUP) in setup()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | memtoy.c | 36 #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 D | fcntl31.c | 26 #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 D | open14.c | 25 #include <errno.h> 54 if (errno == EISDIR || errno == ENOTSUP) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
H A D | send01.c | 25 * 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 D | acl1.c | 17 #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 D | recv01.c | 24 * 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 D | test_inaddr_any.c | 56 #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 D | s-c.c | 38 #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 D | s-c.c | 39 #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 D | gtod_latency.c | 53 #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 D | renameat2_test.c | 21 #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 D | ulimit.c | 298 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 D | timer_test.cpp | 2 #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 D | getaddrinfo.c | 29 #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()
|