Searched refs:re_comp (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/lib/libcompat/
H A DMakefile19 SRCS+= re_comp.c rexec.c
21 MAN+= 4.3/re_comp.3 4.3/rexec.3
23 MLINKS+=re_comp.3 re_exec.3
/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex.h23 # define re_comp xre_comp macro
H A Dxregex2.h512 extern char *re_comp (const char *);
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex.h23 # define re_comp xre_comp macro
H A Dxregex2.h521 extern char *re_comp _RE_ARGS ((const char *));
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex.h23 # define re_comp xre_comp macro
H A Dxregex2.h512 extern char *re_comp (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,
56 re_comp(const char *s) function
/freebsd-11-stable/contrib/less/
H A Dpattern.h43 char *re_comp LESSPARAMS ((char*));
H A Dpattern.c103 if ((parg.p_string = re_comp(pattern)) != NULL)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dxcoffsolib.c109 char *re_err = re_comp (pattern);
H A Dsolib.c553 char *re_err = re_comp (pattern);
H A Dobjc-lang.c869 val = re_comp (myregexp);
1009 val = re_comp (myregexp);
H A Dsource.c1352 msg = (char *) re_comp (regex);
1447 msg = (char *) re_comp (regex);
H A Dsymmisc.c993 re_comp (regexp);
1042 re_comp (regexp);
H A Ddefs.h551 extern char *re_comp (const char *);
H A Dpa64solib.c392 if ((re_err = re_comp (arg_string ? arg_string : ".")) != NULL)
H A Dsomsolib.c431 re_err = re_comp (arg_string ? arg_string : ".");
H A Dsymtab.c2818 if (0 != (val = re_comp (regexp)))
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h541 extern char *re_comp (const char *);
H A Dregcomp.c674 re_comp (s)
670 re_comp (s) function
/freebsd-11-stable/lib/libedit/
H A Dsearch.c127 extern char *re_comp(const char *);
152 if (re_comp(ct_encode_string(pat, &conv)) != NULL)
/freebsd-11-stable/include/
H A Dunistd.h544 char *re_comp(const char *);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c7832 re_comp (const char *s)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c7832 re_comp (const char *s)

Completed in 206 milliseconds