/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | dirent.h | 52 #define DT_SOCK 12 macro
|
/third_party/node/deps/uv/include/uv/ |
D | unix.h | 196 # if defined(DT_SOCK) 197 # define UV__DT_SOCKET DT_SOCK
|
/third_party/libuv/include/uv/ |
D | unix.h | 196 # if defined(DT_SOCK) 197 # define UV__DT_SOCKET DT_SOCK
|
/third_party/musl/ndk_musl_include/ |
D | dirent.h | 48 #define DT_SOCK 12 macro
|
/third_party/musl/include/ |
D | dirent.h | 48 #define DT_SOCK 12 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | dirent.h | 48 #define DT_SOCK 12 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | dirent.h | 48 #define DT_SOCK 12 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | dirent.h | 48 #define DT_SOCK 12 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | dirent.h | 48 #define DT_SOCK 12 macro
|
/third_party/libwebsockets/lib/misc/ |
D | dir.c | 165 else if (DT_SOCK != DT_UNKNOWN && type == DT_SOCK) in lws_dir()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 111 #define DT_SOCK 12 macro
|
/third_party/rust/crates/nix/src/ |
D | dir.rs | 264 libc::DT_SOCK => Some(Type::Socket), in file_type()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 42 DT_SOCK
|
D | android.txt | 307 DT_SOCK
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 172 #define DT_SOCK S_IFSOCK macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 319 linux_raw_sys::general::DT_SOCK => Self::Socket, in from_dirent_d_type()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 453 c::DT_SOCK => Self::Socket, in from_dirent_d_type()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 301 if (dent->d_type != DT_SOCK && in openCtrlConnection()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 299 if (dent->d_type != DT_SOCK && in openCtrlConnection()
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 224 pub const DT_SOCK: u8 = 12; constant
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wpa_cli.c | 4620 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/ |
D | wpa_cli.c | 5156 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1328 pub const DT_SOCK: u8 = 12; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2275 pub const DT_SOCK: u32 = 12; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 2276 pub const DT_SOCK: u32 = 12; constant
|