Home
last modified time | relevance | path

Searched defs:errno (Results 1 – 25 of 63) sorted by relevance

123

/third_party/node/deps/npm/node_modules/errno/
Derrno.js3 errno: -2, property
8 errno: -1, property
13 errno: 0, property
18 errno: 1, property
23 errno: 2, property
28 errno: 3, property
33 errno: 4, property
38 errno: 5, property
43 errno: 6, property
48 errno: 7, property
[all …]
Dcli.js3 var errno = require('./') variable
Dcustom.js26 function createError (errno, type, proto) { argument
Dtest.js4 , errno = require('./') variable
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DEJDB2Exception.java12 private final long errno; field in EJDB2Exception
22 public EJDB2Exception(long code, long errno, String message, Throwable cause) { in EJDB2Exception()
28 public EJDB2Exception(long code, long errno, String message) { in EJDB2Exception()
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DEJDB2Exception.java12 private final long errno; field in EJDB2Exception
22 public EJDB2Exception(long code, long errno, String message, Throwable cause) { in EJDB2Exception()
28 public EJDB2Exception(long code, long errno, String message) { in EJDB2Exception()
/third_party/musl/porting/liteos_m/kernel/include/
Derrno.h44 #define errno (*__errno_location()) macro
64 #define errno (*__errno_location()) macro
/third_party/uboot/u-boot-2020.01/lib/
Derrno_str.c10 #define ERRNO_MSG(errno, msg) msg argument
143 const char *errno_str(int errno) in errno_str()
Derrno.c1 int errno = 0; variable
/third_party/node/lib/internal/fs/
Dwatchers.js119 errno: err, property
204 errno: status, property
244 errno: err, property
339 errno: status, property
355 errno: err, property
/third_party/ltp/testcases/kernel/io/disktest/
Dthreading.h110 #define TEXIT(errno) ExitThread(errno); return(errno) argument
119 #define TEXIT(errno) pthread_exit((void*)errno) argument
/third_party/node/test/parallel/
Dtest-dgram-socket-buffer-size.js30 errno, property
129 errno: UV_EINVAL, property
152 errno: UV_EINVAL, property
Dtest-uv-unmapped-exception.js8 const exception = uvException({ errno: 100, syscall: 'open' }); property
Dtest-net-connect-immediate-finish.js52 errno: mockedErrorCode, property
Dtest-net-better-error-messages-port-hostname.js30 errno: mockedErrorCode, property
Dtest-ttywrap-invalid-fd.js26 errno: common.isWindows ? UV_EBADF : UV_EINVAL, property
Dtest-fs-utimes.js55 function expect_errno(syscall, resource, err, errno) { argument
/third_party/musl/src/include/
Derrno.h12 #define errno (*___errno_location()) macro
/third_party/musl/include/
Derrno.h16 #define errno (*__errno_location()) macro
/third_party/musl/porting/liteos_a/kernel/include/
Derrno.h16 #define errno (*__errno_location()) macro
/third_party/uboot/u-boot-2020.01/include/
Derrno.h27 static inline const char *errno_str(int errno) in errno_str()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinclude_j_h.h66 #define __PRINT_EXPECT(rc_has_range, rc, errno) \ argument
76 #define __PRINT_RESULT(rc_has_range, rc, errno) \ argument
/third_party/node/deps/npm/node_modules/uid-number/
Dget-uid-gid.js23 console.log(JSON.stringify({error:ex.message,errno:ex.errno})) property
/third_party/libxml2/win32/wince/
Dwincecompat.c20 int errno=0; variable
/third_party/node/deps/npm/node_modules/read-package-tree/
Drealpath.js60 errno: -62, property

123