Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DT_FIFO
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H
A
D
dirent.h
46
#define
DT_FIFO
1
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
dirent.h
42
#define
DT_FIFO
1
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
dirent.h
42
#define
DT_FIFO
1
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
dirent.h
42
#define
DT_FIFO
1
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
dirent.h
42
#define
DT_FIFO
1
macro
/third_party/musl/include/
H
A
D
dirent.h
42
#define
DT_FIFO
1
macro
/third_party/libwebsockets/lib/misc/
H
A
D
dir.c
159
else if (
DT_FIFO
!= DT_UNKNOWN && type ==
DT_FIFO
)
in lws_dir()
/third_party/libuv/include/uv/
H
A
D
unix.h
190
# if defined(
DT_FIFO
)
191
# define UV__DT_FIFO
DT_FIFO
/third_party/node/deps/uv/include/uv/
H
A
D
unix.h
191
# if defined(
DT_FIFO
)
192
# define UV__DT_FIFO
DT_FIFO
/third_party/rust/crates/linux-raw-sys/gen/modules/
H
A
D
general.h
105
#define
DT_FIFO
1
macro
/third_party/rust/crates/nix/src/
H
A
D
dir.rs
258
libc::
DT_FIFO
=> Some(Type::Fifo),
in file_type()
/third_party/libwebsockets/win32port/dirent/
H
A
D
dirent-win32.h
171
#define
DT_FIFO
S_IFIFO
macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H
A
D
types.rs
320
linux_raw_sys::general::
DT_FIFO
=> Self::Fifo,
/third_party/rust/crates/rustix/src/backend/libc/fs/
H
A
D
types.rs
454
#[cfg(not(target_os = "wasi"))] // TODO: Use WASI's `
DT_FIFO
`.
455
c::
DT_FIFO
=> Self::Fifo,
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
218
pub const
DT_FIFO
: u8 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H
A
D
general.rs
2270
pub const
DT_FIFO
: u32 = 1;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
1322
pub const
DT_FIFO
: u8 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H
A
D
general.rs
2269
pub const
DT_FIFO
: u32 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H
A
D
general.rs
2249
pub const
DT_FIFO
: u32 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H
A
D
general.rs
2379
pub const
DT_FIFO
: u32 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H
A
D
general.rs
2450
pub const
DT_FIFO
: u32 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H
A
D
general.rs
2401
pub const
DT_FIFO
: u32 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H
A
D
general.rs
2512
pub const
DT_FIFO
: u32 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H
A
D
general.rs
2353
pub const
DT_FIFO
: u32 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H
A
D
general.rs
2616
pub const
DT_FIFO
: u32 = 1;
consts
Completed in 153 milliseconds
1
2