Home
last modified time | relevance | path

Searched refs:DT_SOCK (Results 1 – 25 of 37) sorted by relevance

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/
Ddirent.h52 #define DT_SOCK 12 macro
/third_party/node/deps/uv/include/uv/
Dunix.h196 # if defined(DT_SOCK)
197 # define UV__DT_SOCKET DT_SOCK
/third_party/libuv/include/uv/
Dunix.h196 # if defined(DT_SOCK)
197 # define UV__DT_SOCKET DT_SOCK
/third_party/musl/ndk_musl_include/
Ddirent.h48 #define DT_SOCK 12 macro
/third_party/musl/include/
Ddirent.h48 #define DT_SOCK 12 macro
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h48 #define DT_SOCK 12 macro
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h48 #define DT_SOCK 12 macro
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h48 #define DT_SOCK 12 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h48 #define DT_SOCK 12 macro
/third_party/libwebsockets/lib/misc/
Ddir.c165 else if (DT_SOCK != DT_UNKNOWN && type == DT_SOCK) in lws_dir()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h111 #define DT_SOCK 12 macro
/third_party/rust/crates/nix/src/
Ddir.rs264 libc::DT_SOCK => Some(Type::Socket), in file_type()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt42 DT_SOCK
Dandroid.txt307 DT_SOCK
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h172 #define DT_SOCK S_IFSOCK macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs319 linux_raw_sys::general::DT_SOCK => Self::Socket, in from_dirent_d_type()
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs453 c::DT_SOCK => Self::Socket, in from_dirent_d_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp301 if (dent->d_type != DT_SOCK && in openCtrlConnection()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp299 if (dent->d_type != DT_SOCK && in openCtrlConnection()
/third_party/rust/crates/libc/src/unix/
Dmod.rs224 pub const DT_SOCK: u8 = 12; constant
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_cli.c4620 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_cli.c5156 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1328 pub const DT_SOCK: u8 = 12; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs2275 pub const DT_SOCK: u32 = 12; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs2276 pub const DT_SOCK: u32 = 12; constant

12