Searched refs:re_exec (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex.h24 # define re_exec xre_exec macro
H A Dxregex2.h513 extern int re_exec (const char *);
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex.h24 # define re_exec xre_exec macro
H A Dxregex2.h522 extern int re_exec _RE_ARGS ((const char *));
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex.h24 # define re_exec xre_exec macro
H A Dxregex2.h513 extern int re_exec (const char *);
/freebsd-11-stable/lib/libcompat/4.3/
H A Dre_comp.c37 * Compatibility routines that implement the old re_comp/re_exec interface in
39 * rely on dark corners of re_comp/re_exec and won't work with this version,
84 re_exec(const char *s) function
/freebsd-11-stable/lib/libcompat/
H A DMakefile23 MLINKS+=re_comp.3 re_exec.3
/freebsd-11-stable/contrib/less/
H A Dpattern.h44 int re_exec LESSPARAMS ((char*));
H A Dpattern.c401 matched = (re_exec(line) == 1);
403 * re_exec doesn't seem to provide a way to get the matched string.
/freebsd-11-stable/contrib/gdb/gdb/
H A Dxcoffsolib.c129 || re_exec (vp->name)
130 || (*vp->member && re_exec (vp->member)))
H A Dobjc-lang.c888 if (regexp == NULL || re_exec(++name) != 0)
919 if (regexp == NULL || re_exec(++name) != 0)
1022 if (regexp == NULL || re_exec(name+2) != 0)
1046 if (regexp == NULL || re_exec(name+2) != 0)
H A Dsolib.c569 if (! pattern || re_exec (gdb->so_name))
H A Dsource.c1418 if (re_exec (buf) > 0)
1502 if (re_exec (buf) > 0)
H A Dsymmisc.c1005 || re_exec (symtab->filename))
1054 || re_exec (psymtab->filename))
H A Dsymtab.c2862 || re_exec (SYMBOL_NATURAL_NAME (*psym)) != 0)
2900 || re_exec (SYMBOL_NATURAL_NAME (msymbol)) != 0)
2941 || re_exec (SYMBOL_NATURAL_NAME (sym)) != 0)
2996 || re_exec (SYMBOL_NATURAL_NAME (msymbol)) != 0)
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h542 extern int re_exec (const char *);
H A Dregexec.c610 re_exec (s)
/freebsd-11-stable/lib/libedit/
H A Dsearch.c128 extern int re_exec(const char *);
155 return re_exec(ct_encode_string(str, &conv)) == 1;
/freebsd-11-stable/include/
H A Dunistd.h545 int re_exec(const char *);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c7855 /* Since `re_exec' always passes NULL for the `regs' argument, we
7880 re_exec (const char *s)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c7855 /* Since `re_exec' always passes NULL for the `regs' argument, we
7880 re_exec (const char *s)

Completed in 216 milliseconds