Home
last modified time | relevance | path

Searched defs:regexec (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/lib/libiberty/include/
H A Dxregex.h8 # define regexec xregexec macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dxregex.h8 # define regexec xregexec macro
/openbsd-src/gnu/gcc/include/
H A Dxregex.h8 # define regexec xregexec macro
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dxregex.h8 # define regexec xregexec macro
/openbsd-src/lib/libform/
H A Dfty_regex.c72 #define regexec(r,s,n,m,x) PCRE2regexec(r,s,n,m,x) macro
/openbsd-src/lib/libc/regex/
H A Dregexec.c140 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec() function
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c6254 regexec (preg, string, nmatch, pmatch, eflags) in regexec() function
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c67 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro