/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 33 #define S_IFBLK 0060000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 33 #define S_IFBLK 0060000 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 33 #define S_IFBLK 0060000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 33 #define S_IFBLK 0060000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 33 #define S_IFBLK 0060000 macro
|
/third_party/musl/include/sys/ |
D | stat.h | 33 #define S_IFBLK 0060000 macro
|
/third_party/python/Modules/ |
D | _stat.c | 63 # define S_IFBLK 0060000 macro
|
/third_party/python/Lib/ |
D | stat.py | 38 S_IFBLK = 0o060000 # block device variable
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 98 # define S_IFBLK 0 macro
|
/third_party/typescript/src/harness/ |
D | vfsUtil.ts | 27 const S_IFBLK = 0o060000; // block device constant
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 420 pub const S_IFBLK: ::mode_t = 24576; constant
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 863 pub const S_IFBLK: ::mode_t = 24576; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 173 pub const S_IFBLK: mode_t = 24576; constant
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 607 pub const S_IFBLK: ::c_int = 0o060_000; constant
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 243 pub const S_IFBLK: mode_t = 24576; constant
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 219 pub const S_IFBLK: c_short = 0o0060000; constant
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 748 pub const S_IFBLK: ::c_int = 0x6000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 514 pub const S_IFBLK: ::mode_t = 24576; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 757 pub const S_IFBLK: ::mode_t = 24576; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 568 pub const S_IFBLK: mode_t = 24576; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1305 pub const S_IFBLK: mode_t = 24576; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1840 pub const S_IFBLK: ::mode_t = 0x6000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1472 pub const S_IFBLK: ::mode_t = 24576; constant
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2759 pub const S_IFBLK: mode_t = 24576; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1569 pub const S_IFBLK: u32 = 24576; constant
|