Home
last modified time | relevance | path

Searched refs:REG_NOTEOL (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dregex.h294 #define REG_NOTEOL (1 << 1) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtestregex.c367 #ifndef REG_NOTEOL
439 #ifndef REG_NOTEOL
440 #define REG_NOTEOL NOTEST macro
1501 eflags |= REG_NOTEOL; in old_main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.c841 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()
A Dregexec.c224 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()
379 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0; in re_search_stub()
A Dregex_old.c8095 private_preg.not_eol = !!(eflags & REG_NOTEOL); in regexec()

Completed in 25 milliseconds