/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-rxspencer.c | 214 test (const char *pattern, int cflags, const char *string, int eflags, in test() argument 225 if (eflags == -1) in test() 256 if (eflags == -1) in test() 271 if (regexec (&re, string, 10, rm, eflags)) in test() 319 mb_test (const char *pattern, int cflags, const char *string, int eflags, in mb_test() argument 325 = eflags == -1 ? string : mb_frob_string (string, letters); in mb_test() 337 ret = test (pattern_mb, cflags, string_mb, eflags, expect_mb, in mb_test() 349 mb_tests (const char *pattern, int cflags, const char *string, int eflags, in mb_tests() argument 398 ret |= mb_test (pattern, cflags, string, eflags, expect, matches, in mb_tests() 441 int cflags = REG_EXTENDED, eflags = 0, try_bre_ere = 0; in main() local [all …]
|
D | tst-boost.c | 87 int eflags = 0; in main() local 134 eflags = 0; in main() 136 eflags |= REG_NOTBOL; in main() 138 eflags |= REG_NOTEOL; in main() 197 if (regexec (&re, string, 20, rm, eflags)) in main()
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regexec.c | 140 regmatch_t pmatch[], int eflags) in regexec() argument 154 eflags = GOODFLAGS(eflags); in regexec() 156 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE)) in regexec() 157 return(smatcher(g, (char *)string, nmatch, pmatch, eflags)); in regexec() 159 return(lmatcher(g, (char *)string, nmatch, pmatch, eflags)); in regexec()
|
D | engine.c | 73 int eflags; member 116 #define NOTE(str) { if (m->eflags®_TRACE) (void)printf("=%s\n", (str)); } 129 int eflags) in matcher() argument 144 if (eflags®_STARTEND) { in matcher() 166 m->eflags = eflags; in matcher() 214 if (!g->backrefs && !(m->eflags®_BACKR)) { in matcher() 512 if ( (sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref() 520 if ( (sp == m->endp && !(m->eflags®_NOTEOL)) || in backref() 528 if (( (sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref() 539 if (( (sp == m->endp && !(m->eflags®_NOTEOL)) || in backref() [all …]
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regexec.c | 23 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags, 45 int eflags) internal_function; 226 regexec (preg, string, nmatch, pmatch, eflags) in regexec() argument 231 int eflags; 239 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) 242 if (eflags & REG_STARTEND) 256 length, 0, NULL, eflags); 259 length, nmatch, pmatch, eflags); 275 regmatch_t pmatch[], int eflags) in __compat_regexec() argument 278 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec() [all …]
|
D | regex_internal.c | 575 re_string_reconstruct (re_string_t *pstr, Idx idx, int eflags) in re_string_reconstruct() argument 594 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_string_reconstruct() 625 eflags); in re_string_reconstruct() 674 eflags); in re_string_reconstruct() 768 = re_string_context_at (pstr, prev_valid_len - 1, eflags); in re_string_reconstruct() 925 re_string_context_at (const re_string_t *input, Idx idx, int eflags) in re_string_context_at() argument 933 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()
|
D | regex_internal.h | 442 int eflags) 618 int eflags; member
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindRegistersSave.S | 41 # skip eflags
|
D | UnwindRegistersRestore.S | 46 # skip eflags
|