HomeSort by relevance Sort by last modified time
    Searched refs:anchored (Results 1 - 13 of 13) sorted by null

  /system/sepolicy/tools/
check_seapp.c 337 char *anchored; local
345 anchored = alloca(size);
346 sprintf(anchored, "^%s$", km->data);
348 km->regex.compiled = pcre2_compile((PCRE2_SPTR) anchored,
  /external/mksh/src/
histrap.c 415 bool anchored = *str == '?' ? (++str, false) : true; local
418 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0)
482 findhist(int start, int fwd, const char *str, bool anchored)
494 if ((anchored && strncmp(*hp, str, len) == 0) ||
495 (!anchored && strstr(*hp, str)))
    [all...]
edit.c 5086 bool anchored; local
    [all...]
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray.go 271 // points for anchored searches
288 m := r.FindIndex(x.data[i:]) // anchored search - will not run off
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray.go 271 // points for anchored searches
288 m := r.FindIndex(x.data[i:]) // anchored search - will not run off
  /external/pcre/dist2/src/
pcre2_dfa_match.c 302 external one, possibly multiple times if the pattern is not anchored. The
3127 BOOL utf, anchored, startline, firstline; local
    [all...]
pcre2_match.c 6453 BOOL anchored; local
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
onepass.go 471 // onepass regexp is anchored
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 471 // onepass regexp is anchored
  /external/one-true-awk/
FIXES 199 it's been there from the beginning. an anchored longest match that
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 536 // ^^ really does mean an anchored match though.
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 541 // ^^ really does mean an anchored match though.
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js 541 // ^^ really does mean an anchored match though.
    [all...]

Completed in 408 milliseconds