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:REG_NOTEOL
(Results
1 - 21
of
21
) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
regex.h
33
#define
REG_NOTEOL
2
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
regex.h
33
#define
REG_NOTEOL
2
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
regex.h
33
#define
REG_NOTEOL
2
macro
/third_party/musl/include/
H
A
D
regex.h
33
#define
REG_NOTEOL
2
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H
A
D
regex_impl.h
87
#define
REG_NOTEOL
00002
macro
H
A
D
regexec.c
148
# define GOODFLAGS(f) ((f)&(REG_NOTBOL|
REG_NOTEOL
|REG_STARTEND))
in llvm_regexec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
regex_impl.h
87
#define
REG_NOTEOL
00002
macro
H
A
D
regexec.c
148
# define GOODFLAGS(f) ((f)&(REG_NOTBOL|
REG_NOTEOL
|REG_STARTEND))
in llvm_regexec()
/third_party/musl/libc-test/src/api/
H
A
D
regex.c
23
C(
REG_NOTEOL
)
in f()
/third_party/pcre2/pcre2/src/
H
A
D
pcre2posix.h
59
#define
REG_NOTEOL
0x0008 /* Maps to PCRE2_NOTEOL */
macro
H
A
D
pcre2posix.c
362
if ((eflags &
REG_NOTEOL
) != 0) options |= PCRE2_NOTEOL;
in pcre2_regexec()
H
A
D
pcre2test.c
7211
if ((dat_datctl.options & PCRE2_NOTEOL) != 0) eflags |=
REG_NOTEOL
;
in process_data()
/third_party/toybox/toys/posix/
H
A
D
cut.c
144
if (regexec(&TT.reg, ss, 1, &match, REG_NOTBOL|
REG_NOTEOL
)) {
in cut_line()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H
A
D
regexec.c
183
int reg_noteol = eflags &
REG_NOTEOL
;
in tre_tnfa_run_parallel()
605
int reg_noteol = eflags &
REG_NOTEOL
;
in tre_tnfa_run_backtrack()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H
A
D
regexec.c
183
int reg_noteol = eflags &
REG_NOTEOL
;
in tre_tnfa_run_parallel()
605
int reg_noteol = eflags &
REG_NOTEOL
;
in tre_tnfa_run_backtrack()
/third_party/musl/porting/uniproton/kernel/src/regex/
H
A
D
regexec.c
183
int reg_noteol = eflags &
REG_NOTEOL
;
in tre_tnfa_run_parallel()
605
int reg_noteol = eflags &
REG_NOTEOL
;
in tre_tnfa_run_backtrack()
/third_party/musl/src/regex/
H
A
D
regexec.c
183
int reg_noteol = eflags &
REG_NOTEOL
;
in tre_tnfa_run_parallel()
605
int reg_noteol = eflags &
REG_NOTEOL
;
in tre_tnfa_run_backtrack()
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
527
pub const
REG_NOTEOL
: ::c_int = 0o00002;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1464
pub const
REG_NOTEOL
: ::c_int = 0o00002;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1653
pub const
REG_NOTEOL
: ::c_int = 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
3438
pub const
REG_NOTEOL
: ::c_int = 2;
consts
Completed in 51 milliseconds