Home
last modified time | relevance | path

Searched defs:re_match (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dxregex.h14 # define re_match xre_match macro
/netbsd-src/external/gpl3/gdb/dist/include/
H A Dxregex.h14 # define re_match xre_match macro
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A Dxregex.h14 # define re_match xre_match macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dxregex.h14 # define re_match xre_match macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dxregex.h14 # define re_match xre_match macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dxregex.h14 # define re_match xre_match macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex.c38 # define re_match(bufp, string, size, pos, regs) \ macro
H A Dregexec.c287 re_match (struct re_pattern_buffer *bufp, const char *string, in re_match() function
293 weak_alias (__re_match, re_match) in weak_alias() argument
/netbsd-src/games/fortune/fortune/
H A Dfortune.c1234 re_match(struct re *rx, const char *string) in re_match() function
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c80 # define re_match(bufp, string, size, pos, regs) \ macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c60 # define re_match(bufp, string, size, pos, regs) \ macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c80 # define re_match(bufp, string, size, pos, regs) \ macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c80 # define re_match(bufp, string, size, pos, regs) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c76 # define re_match(bufp, string, size, pos, regs) \ macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c73 # define re_match(bufp, string, size, pos, regs) \ macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c96 # define re_match(bufp, string, size, pos, regs) \ macro
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c6266 #define re_match sqlite3re_match macro
6422 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match() function