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:GLOB_MARK
(Results
1 - 14
of
14
) sorted by relevance
/third_party/musl/src/regex/
H
A
D
glob.c
37
/* If
GLOB_MARK
is unused, we don't care about type. */
in do_glob()
38
if (!type && !(flags &
GLOB_MARK
)) type = DT_REG;
in do_glob()
93
/* If we consumed any components above, or if
GLOB_MARK
is
in do_glob()
103
if ((flags &
GLOB_MARK
) && (!type||type==DT_LNK) && !stat(buf, &st)) {
in do_glob()
112
if (append(tail, buf, pos, (flags &
GLOB_MARK
) && type==DT_DIR))
in do_glob()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
glob.h
26
#define
GLOB_MARK
0x02
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
glob.h
26
#define
GLOB_MARK
0x02
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
glob.h
26
#define
GLOB_MARK
0x02
macro
/third_party/musl/include/
H
A
D
glob.h
26
#define
GLOB_MARK
0x02
macro
/third_party/musl/libc-test/src/api/
H
A
D
glob.c
18
C(
GLOB_MARK
)
in f()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H
A
D
mod.rs
351
pub const
GLOB_MARK
: ::c_int = 0x0008;
consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
860
pub const
GLOB_MARK
: ::c_int = 1 << 1;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
785
pub const
GLOB_MARK
: ::c_int = 0x0008;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1822
pub const
GLOB_MARK
: ::c_int = 0x0002;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
1622
pub const
GLOB_MARK
: ::c_int = 2;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2270
pub const
GLOB_MARK
: ::c_int = 1 << 1;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1591
pub const
GLOB_MARK
: ::c_int = 1 << 1;
consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
3226
pub const
GLOB_MARK
: ::c_int = 0x0008;
consts
Completed in 66 milliseconds