Home
last modified time | relevance | path

Searched defs:errno (Results 1 – 25 of 65) 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
/third_party/rust/crates/linux-raw-sys/src/
Dlib.rs138 pub mod errno; module
154 pub mod errno; module
170 pub mod errno; module
186 pub mod errno; module
202 pub mod errno; module
218 pub mod errno; module
234 pub mod errno; module
250 pub mod errno; module
266 pub mod errno; module
282 pub mod errno; module
[all …]
/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/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Derrno.rs12 pub static mut errno: ::c_int; constant
/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/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
/third_party/rust/crates/rustix/tests/thread/
Dprctl.rs83 let errno = r.raw_os_error(); in test_get_clear_child_tid_address() localVariable
101 let errno = r.raw_os_error(); in test_core_scheduling_cookie() localVariable
/third_party/musl/porting/uniproton/kernel/include/
Derrno.h16 #define errno (*__errno_location()) macro
/third_party/musl/porting/liteos_m/user/include/
Derrno.h16 #define errno (*__errno_location()) macro
/third_party/musl/src/include/
Derrno.h12 #define errno (*___errno_location()) macro
/third_party/musl/ndk_musl_include/
Derrno.h16 #define errno (*__errno_location()) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Derrno.h72 #define errno (*__errno_location()) macro
/third_party/musl/include/
Derrno.h16 #define errno (*__errno_location()) macro
/third_party/musl/porting/liteos_m/kernel/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/rust/crates/rustix/src/backend/linux_raw/io/
Dmod.rs2 pub(crate) mod errno; module
/third_party/rust/crates/rustix/src/backend/libc/io/
Dmod.rs1 pub(crate) mod errno; module
/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/rust/crates/rustix/src/io/
Dmod.rs8 mod errno; module
/third_party/libxml2/win32/wince/
Dwincecompat.c20 int errno=0; variable

123