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_NOMATCH
(Results
1 - 16
of
16
) sorted by relevance
/third_party/musl/src/regex/
H
A
D
glob.c
213
return
GLOB_NOMATCH
;
in expand_tilde()
220
return
GLOB_NOMATCH
;
in expand_tilde()
269
return
GLOB_NOMATCH
;
in glob()
/third_party/musl/libc-test/src/functionalext/supplement/regex/
H
A
D
glob.c
42
EXPECT_EQ("glob_0100", ret,
GLOB_NOMATCH
);
in glob_0200()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
glob.h
39
#define
GLOB_NOMATCH
3
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
glob.h
39
#define
GLOB_NOMATCH
3
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
glob.h
39
#define
GLOB_NOMATCH
3
macro
/third_party/musl/include/
H
A
D
glob.h
39
#define
GLOB_NOMATCH
3
macro
/third_party/musl/libc-test/src/api/
H
A
D
glob.c
23
C(
GLOB_NOMATCH
)
in f()
/third_party/popt/src/
H
A
D
poptconfig.c
92
} else if (rc ==
GLOB_NOMATCH
) {
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H
A
D
mod.rs
358
pub const
GLOB_NOMATCH
: ::c_int = -3;
consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
869
pub const
GLOB_NOMATCH
: ::c_int = 3;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
792
pub const
GLOB_NOMATCH
: ::c_int = -3;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1831
pub const
GLOB_NOMATCH
: ::c_int = 3;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
1629
pub const
GLOB_NOMATCH
: ::c_int = -3;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2279
pub const
GLOB_NOMATCH
: ::c_int = 3;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1600
pub const
GLOB_NOMATCH
: ::c_int = 3;
consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
3233
pub const
GLOB_NOMATCH
: ::c_int = -3;
consts
Completed in 74 milliseconds