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

12

/freebsd-9.3-release/lib/libcompat/
H A DMakefile18 SRCS+= re_comp.c rexec.c
20 MAN+= 4.3/re_comp.3 4.3/rexec.3
22 MLINKS+=re_comp.3 re_exec.3
/freebsd-9.3-release/contrib/binutils/include/
H A Dxregex.h23 # define re_comp xre_comp macro
H A Dxregex2.h512 extern char *re_comp (const char *);
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dxregex.h23 # define re_comp xre_comp macro
H A Dxregex2.h512 extern char *re_comp (const char *);
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/less/
H A Dpattern.h36 char *re_comp();
H A Dpattern.c79 if ((parg.p_string = re_comp(pattern)) != NULL)
H A Dconfigure1292 --with-regex={auto,gnu,pcre,posix,regcmp,re_comp,regcomp,regcomp-local,none} Select a regular expression library auto
5414 if test $WANT_REGEX = auto -o $WANT_REGEX = re_comp; then
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for re_comp" >&5
5416 $as_echo_n "checking for re_comp... " >&6; }
5417 ac_fn_c_check_func "$LINENO" "re_comp" "ac_cv_func_re_comp"
5420 have_regex=yes; supported_regex="$supported_regex re_comp"
/freebsd-9.3-release/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-9.3-release/contrib/cvs/lib/
H A Dregex.h493 extern char *re_comp _RE_ARGS (());
/freebsd-9.3-release/contrib/cvs/src/
H A Dparseinfo.c177 if ((regex_err = re_comp (exp)) != NULL)
/freebsd-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h545 extern char *re_comp _RE_ARGS ((const char *));
/freebsd-9.3-release/lib/libedit/
H A Dsearch.c116 extern char *re_comp(const char *);
140 if (re_comp(pat) != NULL)
/freebsd-9.3-release/include/
H A Dunistd.h542 char *re_comp(const char *);

Completed in 463 milliseconds

12