Searched defs:regexec (Results  1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/lib/libiberty/include/ | 
| H A D | xregex.h | 8 #  define regexec xregexec  macro
 | 
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ | 
| H A D | xregex.h | 8 #  define regexec xregexec  macro
 | 
| /openbsd-src/gnu/gcc/include/ | 
| H A D | xregex.h | 8 #  define regexec xregexec  macro
 | 
| /openbsd-src/gnu/usr.bin/binutils/include/ | 
| H A D | xregex.h | 8 #  define regexec xregexec  macro
 | 
| /openbsd-src/lib/libform/ | 
| H A D | fty_regex.c | 72 #define regexec(r,s,n,m,x)      PCRE2regexec(r,s,n,m,x)  macro
 | 
| /openbsd-src/lib/libc/regex/ | 
| H A D | regexec.c | 140 regexec(const regex_t *preg, const char *string, size_t nmatch,  in regexec()  function
 | 
| /openbsd-src/gnu/usr.bin/cvs/lib/ | 
| H A D | regex.c | 6254 regexec (preg, string, nmatch, pmatch, eflags)  in regexec()  function
 | 
| /openbsd-src/gnu/lib/libiberty/src/ | 
| H A D | regex.c | 67 #  define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef)  macro
 |