HomeSort by relevance Sort by last modified time
    Searched full:regexec (Results 251 - 275 of 432) sorted by null

<<1112131415161718

  /external/llvm/lib/Support/
regengine.inc 39 * The matching engine and friends. This file is #included by regexec.c
1007 * duplicate here avoids having a debugging-capable regexec.o tied to
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 39 * The matching engine and friends. This file is #included by regexec.c
996 * duplicate here avoids having a debugging-capable regexec.o tied to
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 75 * The matching engine and friends. This file is #included by regexec.c
1160 * duplicate here avoids having a debugging-capable regexec.o tied to
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 540 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
549 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
    [all...]
  /external/selinux/libsemanage/src/
genhomedircon.c 266 if (regexec(&re, handp->dir, 0, NULL, 0) == 0)
  /external/toybox/kconfig/
symbol.c 737 if (regexec(&re, sym->name, 0, NULL, 0))
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 426 // y REG_LEFT regexec() implicit ^...
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 426 // y REG_LEFT regexec() implicit ^...
  /toolchain/binutils/binutils-2.25/opcodes/
epiphany-asm.c 807 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
fr30-asm.c 661 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
ip2k-asm.c 862 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
iq2000-asm.c 810 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
lm32-asm.c 700 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
m32r-asm.c 679 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
or1k-asm.c 854 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
xc16x-asm.c 727 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
xstormy16-asm.c 627 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
mt-asm.c 946 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 69 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
    [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 242 if (0 != (ret = regexec(preg, full_uri, nmatch, pmatch, 0)))
    [all...]
  /external/llvm/docs/
LibFuzzer.rst 135 regexec(&preg, str, 0, 0, 0);
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /external/toybox/toys/posix/
sed.c 230 rc = regexec(preg, s, nmatch, pmatch, eflags);
    [all...]

Completed in 944 milliseconds

<<1112131415161718