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_ERR
(Results
1 - 15
of
15
) sorted by relevance
/third_party/musl/src/regex/
H
A
D
glob.c
108
if (errno!=ENOENT && (errfunc(buf, errno) || (flags &
GLOB_ERR
)))
in do_glob()
129
if (errfunc(buf, errno) || (flags &
GLOB_ERR
))
in do_glob()
169
if (readerr && (errfunc(buf, errno) || (flags &
GLOB_ERR
)))
in do_glob()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
glob.h
25
#define
GLOB_ERR
0x01
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
glob.h
25
#define
GLOB_ERR
0x01
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
glob.h
25
#define
GLOB_ERR
0x01
macro
/third_party/musl/include/
H
A
D
glob.h
25
#define
GLOB_ERR
0x01
macro
/third_party/musl/libc-test/src/api/
H
A
D
glob.c
17
C(
GLOB_ERR
)
in f()
/third_party/pulseaudio/src/pulsecore/
H
A
D
core-scache.c
495
if (glob(pathname,
GLOB_ERR
|GLOB_NOSORT, NULL, &p) < 0) {
in pa_scache_add_directory_lazy()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H
A
D
mod.rs
350
pub const
GLOB_ERR
: ::c_int = 0x0004;
consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
859
pub const
GLOB_ERR
: ::c_int = 1 << 0;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
784
pub const
GLOB_ERR
: ::c_int = 0x0004;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1821
pub const
GLOB_ERR
: ::c_int = 0x0001;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
1621
pub const
GLOB_ERR
: ::c_int = 1;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2269
pub const
GLOB_ERR
: ::c_int = 1 << 0;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1590
pub const
GLOB_ERR
: ::c_int = 1 << 0;
consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
3225
pub const
GLOB_ERR
: ::c_int = 0x0004;
consts
Completed in 65 milliseconds