Home
last modified time | relevance | path

Searched refs:eflags (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c230 int eflags) in regexec() argument
246 eflags = GOODFLAGS(eflags); in regexec()
249 return(mmatcher(g, string, nmatch, pmatch, eflags)); in regexec()
250 else if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags&REG_LARGE)) in regexec()
251 return(smatcher(g, string, nmatch, pmatch, eflags)); in regexec()
253 return(lmatcher(g, string, nmatch, pmatch, eflags)); in regexec()
Dengine.c92 int eflags; member
113 …int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
150 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
204 int eflags) in matcher() argument
231 if (eflags&REG_STARTEND) { in matcher()
288 m->eflags = eflags; in matcher()
347 if (!g->backrefs && !(m->eflags&REG_BACKR)) { in matcher()
626 ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || \
629 (((sp == m->endp && !(m->eflags&REG_NOTEOL)) || \
701 if (sp == m->beginp && (m->eflags & REG_NOTBOL) == 0) in backref()
[all …]
/bionic/libc/kernel/uapi/asm-x86/asm/
Dptrace.h29 long eflags; member
53 unsigned long eflags; member
Dvm86.h47 long eflags; member
Dsigcontext.h168 __u32 eflags; member
194 __u64 eflags; member
/bionic/libc/include/sys/
Duser.h81 long eflags; member
141 unsigned long eflags;
/bionic/libc/kernel/uapi/video/
Duvesafb.h19 __u32 eflags; member