Searched refs:DT_FIFO (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | dirent_types.h | 15 #if defined(DT_FIFO) || (defined(HAVE_DECL_DT_FIFO) && HAVE_DECL_DT_FIFO) 16 XLAT(DT_FIFO),
|
D | dirent_types.in | 2 DT_FIFO
|
/external/python/cffi/demo/ |
D | bsdopendirtype.py | 11 lib.DT_FIFO: 0o010000,
|
D | recopendirtype.py | 11 lib.DT_FIFO: 0o010000,
|
/external/libwebsockets/lib/misc/ |
D | dir.c | 153 case DT_FIFO: in lws_dir()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | dir.c | 41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/external/rust/crates/nix/src/ |
D | dir.rs | 230 libc::DT_FIFO => Some(Type::Fifo), in file_type()
|
/external/llvm-project/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 38 case DT_FIFO: in get_file_type()
|
/external/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 37 case DT_FIFO: in get_file_type()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 56 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
D | inode.c | 59 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 206 pub const DT_FIFO: u8 = 1; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1316 pub const DT_FIFO: u8 = 1; constant
|