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_UNKNOWN
(Results
1 - 25
of
41
) sorted by relevance
1
2
/third_party/libwebsockets/lib/misc/
H
A
D
dir.c
153
if (DT_BLK !=
DT_UNKNOWN
&& type == DT_BLK)
in lws_dir()
155
else if (DT_CHR !=
DT_UNKNOWN
&& type == DT_CHR)
in lws_dir()
157
else if (DT_DIR !=
DT_UNKNOWN
&& type == DT_DIR)
in lws_dir()
159
else if (DT_FIFO !=
DT_UNKNOWN
&& type == DT_FIFO)
in lws_dir()
161
else if (DT_LNK !=
DT_UNKNOWN
&& type == DT_LNK)
in lws_dir()
163
else if (DT_REG !=
DT_UNKNOWN
&& type == DT_REG)
in lws_dir()
165
else if (DT_SOCK !=
DT_UNKNOWN
&& type == DT_SOCK)
in lws_dir()
/third_party/node/test/wasi/c/
H
A
D
readdir.c
31
assert(entry->d_type ==
DT_UNKNOWN
);
in main()
37
assert(entry->d_type ==
DT_UNKNOWN
);
in main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H
A
D
dirent.h
45
#define
DT_UNKNOWN
0
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
dirent.h
41
#define
DT_UNKNOWN
0
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
dirent.h
41
#define
DT_UNKNOWN
0
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
dirent.h
41
#define
DT_UNKNOWN
0
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
dirent.h
41
#define
DT_UNKNOWN
0
macro
/third_party/musl/include/
H
A
D
dirent.h
41
#define
DT_UNKNOWN
0
macro
/third_party/libwebsockets/win32port/dirent/
H
A
D
dirent-win32.h
168
#define
DT_UNKNOWN
0
macro
820
entry->d_type =
DT_UNKNOWN
;
in readdir_r()
/third_party/lzma/CPP/Windows/
H
A
D
FileFind.h
290
// (Type ==
DT_UNKNOWN
) on some systems
317
if (de.Type !=
DT_UNKNOWN
)
in DirEntry_IsDir()
H
A
D
FileFind.cpp
1192
/* some systems (like CentOS 7.x on XFS) have (Type ==
DT_UNKNOWN
)
in IsDots()
1196
if (Type != DT_DIR && Type !=
DT_UNKNOWN
)
in IsDots()
1237
/* some systems (like CentOS 7.x on XFS) have (Type ==
DT_UNKNOWN
)
in NextAny()
1241
// fi.Type =
DT_UNKNOWN
; // for debug
in NextAny()
1242
if (fi.Type ==
DT_UNKNOWN
)
in NextAny()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H
A
D
general.h
104
#define
DT_UNKNOWN
0
macro
/third_party/libuv/include/uv/
H
A
D
unix.h
173
#if defined(
DT_UNKNOWN
)
/third_party/node/deps/uv/include/uv/
H
A
D
unix.h
174
#if defined(
DT_UNKNOWN
)
/third_party/ltp/testcases/kernel/fs/read_all/
H
A
D
read_all.c
649
else if (dent->d_type ==
DT_UNKNOWN
)
in visit_dir()
/third_party/mesa3d/src/util/
H
A
D
xmlconfig.c
1015
if (ent->d_type != DT_REG && ent->d_type != DT_LNK && ent->d_type !=
DT_UNKNOWN
)
in scandir_filter()
1050
if (d_type ==
DT_UNKNOWN
) {
in parseConfigDir()
/third_party/FreeBSD/lib/libc/gen/
H
A
D
fts.c
795
dp->d_type != DT_DIR && dp->d_type !=
DT_UNKNOWN
)
in fts_build()
/third_party/eudev/src/shared/
H
A
D
util.c
1070
de->d_type !=
DT_UNKNOWN
)
in dirent_is_file_with_suffix()
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
261
pub const
DT_UNKNOWN
: u8 = 0;
consts
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
217
pub const
DT_UNKNOWN
: u8 = 0;
consts
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H
A
D
wpagui.cpp
296
* Also accept
DT_UNKNOWN
(0) in case
in openCtrlConnection()
300
dent->d_type !=
DT_UNKNOWN
)
in openCtrlConnection()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H
A
D
wpagui.cpp
298
* Also accept
DT_UNKNOWN
(0) in case
in openCtrlConnection()
302
dent->d_type !=
DT_UNKNOWN
)
in openCtrlConnection()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
wpa_cli.c
4617
*
DT_UNKNOWN
(0) in case the C library or underlying
in wpa_cli_get_default_ifname()
4620
if (dent->d_type != DT_SOCK && dent->d_type !=
DT_UNKNOWN
)
in wpa_cli_get_default_ifname()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
wpa_cli.c
5183
*
DT_UNKNOWN
(0) in case the C library or underlying
in wpa_cli_get_default_ifname()
5186
if (dent->d_type != DT_SOCK && dent->d_type !=
DT_UNKNOWN
)
in wpa_cli_get_default_ifname()
/third_party/python/Modules/
H
A
D
posixmodule.c
13659
if (self->d_type !=
DT_UNKNOWN
)
in os_DirEntry_is_symlink_impl()
13806
need_stat = self->d_type ==
DT_UNKNOWN
|| (follow_symlinks && is_symlink);
in DirEntry_test_mode()
Completed in 100 milliseconds
1
2