Home
last modified time | relevance | path

Searched defs:regcomp (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/lib/libiberty/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/openbsd-src/gnu/gcc/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/openbsd-src/lib/libform/
H A Dfty_regex.c71 #define regcomp(r,s,n) PCRE2regcomp(r,s,n) macro
/openbsd-src/lib/libc/regex/
H A Dregcomp.c141 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() function
/openbsd-src/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm6291 sub regcomp { global() subroutine
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c5536 regcomp (preg, pattern, cflags) in regcomp() function
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c6176 regcomp (preg, pattern, cflags) in regcomp() function
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c68 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) macro