Home
last modified time | relevance | path

Searched defs:S_IFSOCK (Results 1 - 25 of 37) sorted by relevance

12

/third_party/ntfs-3g/include/ntfs-3g/
H A Ddir.h44 #define S_IFSOCK 0140000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h37 #define S_IFSOCK 0140000 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h37 #define S_IFSOCK 0140000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h37 #define S_IFSOCK 0140000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h37 #define S_IFSOCK 0140000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h37 #define S_IFSOCK 0140000 macro
/third_party/python/Lib/
H A Dstat.py42 S_IFSOCK = 0o140000 # socket file variable
/third_party/python/Modules/
H A D_stat.c71 # define S_IFSOCK 0140000 macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h108 # define S_IFSOCK 0 macro
/third_party/musl/include/sys/
H A Dstat.h44 #define S_IFSOCK 0140000 macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs423 pub const S_IFSOCK: ::mode_t = 49152; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs177 pub const S_IFSOCK: mode_t = 49152; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs247 pub const S_IFSOCK: mode_t = 49152; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs866 pub const S_IFSOCK: ::mode_t = 49152; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs752 pub const S_IFSOCK: ::c_int = 0xc000; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs611 pub const S_IFSOCK: ::c_int = 0o140_000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs572 pub const S_IFSOCK: mode_t = 49152; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs761 pub const S_IFSOCK: ::mode_t = 49152; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs518 pub const S_IFSOCK: ::mode_t = 49152; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1843 pub const S_IFSOCK: ::mode_t = 0xC000; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1476 pub const S_IFSOCK: ::mode_t = 49152; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1309 pub const S_IFSOCK: mode_t = 49152; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1571 pub const S_IFSOCK: u32 = 49152; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1584 pub const S_IFSOCK: u32 = 49152; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1571 pub const S_IFSOCK: u32 = 49152; consts

Completed in 99 milliseconds

12