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
defs:S_ISFIFO
(Results
1 - 14
of
14
) sorted by relevance
/third_party/libsnd/src/
H
A
D
sf_unistd.h
99
#define
S_ISFIFO
(mode) (((mode) & _S_IFMT) == _S_IFIFO)
macro
/third_party/node/deps/uvwasi/src/
H
A
D
uv_mapping.c
28
# define
S_ISFIFO
(m) (((m) & S_IFMT) == S_IFIFO)
macro
/third_party/ffmpeg/libavformat/
H
A
D
file.c
46
# define
S_ISFIFO
(m) (((m) & S_IFMT) == S_IFIFO)
macro
48
# define
S_ISFIFO
(m) 0
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
stat.h
48
#define
S_ISFIFO
(mode) (((mode) & S_IFMT) == S_IFIFO)
macro
/third_party/musl/porting/linux/user/include/sys/
H
A
D
stat.h
48
#define
S_ISFIFO
(mode) (((mode) & S_IFMT) == S_IFIFO)
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
stat.h
48
#define
S_ISFIFO
(mode) (((mode) & S_IFMT) == S_IFIFO)
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
stat.h
48
#define
S_ISFIFO
(mode) (((mode) & S_IFMT) == S_IFIFO)
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
stat.h
48
#define
S_ISFIFO
(mode) (((mode) & S_IFMT) == S_IFIFO)
macro
/third_party/python/Lib/
H
A
D
stat.py
66
def
S_ISFIFO
(mode):
function
H
A
D
pathlib.py
13
from stat import S_ISDIR, S_ISLNK, S_ISREG, S_ISSOCK, S_ISBLK, S_ISCHR,
S_ISFIFO
namespace
/third_party/python/Modules/
H
A
D
_stat.c
96
# define
S_ISFIFO
(mode) (((mode) & S_IFMT) == S_IFIFO)
macro
/third_party/libwebsockets/win32port/dirent/
H
A
D
dirent-win32.h
188
# define
S_ISFIFO
(mode) (((mode) & S_IFMT) == S_IFIFO)
macro
/third_party/musl/include/sys/
H
A
D
stat.h
55
#define
S_ISFIFO
(mode) (((mode) & S_IFMT) == S_IFIFO)
macro
/third_party/lame/frontend/
H
A
D
get_audio.c
443
# define
S_ISFIFO
(m) (((m)&_S_IFIFO) == _S_IFIFO)
in fskip_long()
macro
Completed in 11 milliseconds