Home
last modified time | relevance | path

Searched refs:DT_CHR (Results 1 - 25 of 32) sorted by relevance

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Ddirent.h47 #define DT_CHR 2 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h43 #define DT_CHR 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h43 #define DT_CHR 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h43 #define DT_CHR 2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h43 #define DT_CHR 2 macro
/third_party/musl/include/
H A Ddirent.h43 #define DT_CHR 2 macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h173 #define DT_CHR S_IFCHR macro
507 entry->d_type = DT_CHR; in _wreaddir_r()
797 entry->d_type = DT_CHR; in readdir_r()
/third_party/libwebsockets/lib/misc/
H A Ddir.c155 else if (DT_CHR != DT_UNKNOWN && type == DT_CHR) in lws_dir()
/third_party/libuv/include/uv/
H A Dunix.h200 # if defined(DT_CHR)
201 # define UV__DT_CHAR DT_CHR
/third_party/node/deps/uv/include/uv/
H A Dunix.h201 # if defined(DT_CHR)
202 # define UV__DT_CHAR DT_CHR
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h106 #define DT_CHR 2 macro
/third_party/rust/crates/nix/src/
H A Ddir.rs259 libc::DT_CHR => Some(Type::CharacterDevice), in file_type()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs321 linux_raw_sys::general::DT_CHR => Self::CharacterDevice,
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs456 c::DT_CHR => Self::CharacterDevice,
/third_party/rust/crates/libc/src/
H A Dwasi.rs263 pub const DT_CHR: u8 = 2; consts
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs219 pub const DT_CHR: u8 = 2; consts
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c1283 dir->fd_dir[i].d_type = DT_CHR; in vfs_nfs_readdir()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2271 pub const DT_CHR: u32 = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1323 pub const DT_CHR: u8 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2270 pub const DT_CHR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2250 pub const DT_CHR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2380 pub const DT_CHR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2451 pub const DT_CHR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2402 pub const DT_CHR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2513 pub const DT_CHR: u32 = 2; consts

Completed in 113 milliseconds

12