OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pmatch
(Results
26 - 48
of
48
) sorted by null
1
2
/external/llvm/lib/Support/
Regex.cpp
62
//
pmatch
needs to have at least one element.
/external/one-true-awk/
proto.h
55
extern int
pmatch
(fa *, const char *);
run.c
581
mf =
pmatch
;
[
all
...]
b.c
488
int
pmatch
(fa *f, const char *p0) /* longest match, for sub */
function
535
overflo("out of space in
pmatch
");
/external/swiftshader/third_party/LLVM/lib/Support/
Regex.cpp
58
//
pmatch
needs to have at least one element.
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Regex.cpp
74
//
pmatch
needs to have at least one element.
/external/toybox/lib/
lib.c
1274
regmatch_t
pmatch
[], int eflags)
1288
rc = regexec(preg, s, nmatch,
pmatch
, eflags);
1290
for (rc = 0; rc<nmatch &&
pmatch
[rc].rm_so!=-1; rc++) {
1291
pmatch
[rc].rm_so += s-string;
1292
pmatch
[rc].rm_eo += s-string;
lib.h
241
regmatch_t
pmatch
[], int eflags);
/external/adhd/cras/src/server/
cras_udev.c
54
* The order of the offsets in the '
pmatch
' buffer does not appear
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h
315
/* Use
PMATCH
[0] to delimit the start and end of the search in the
/external/pcre/dist2/src/
pcre2test.c
5936
regmatch_t *
pmatch
= NULL;
local
[
all
...]
/external/pcre/dist2/
ChangeLog
30
and
pmatch
when regexec() is called.
524
was set when the
pmatch
argument was NULL. It now returns REG_INVARG.
[
all
...]
/toolchain/binutils/binutils-2.27/libiberty/
regex.c
[
all
...]
/external/sqlite/dist/orig/
shell.c
[
all
...]
/external/sqlite/dist/
shell.c
[
all
...]
/external/lisa/tools/armeabi/
trace-cmd
perf
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libc-2.15.so
libc.so.6
/external/devlib/devlib/bin/armeabi/
trace-cmd
busybox
/external/lisa/tools/arm64/
perf
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib64/
libiberty.a
[
all
...]
Completed in 960 milliseconds
1
2