Home
last modified time | relevance | path

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

12

/dflybsd-src/lib/libcompat/
H A DMakefile15 SRCS+= re_comp.c rexec.c
16 MAN+= 4.3/re_comp.3 4.3/rexec.3
17 MLINKS+=re_comp.3 re_exec.3
/dflybsd-src/include/
H A Dre_comp.h35 char *re_comp(const char *);
H A Dunistd.h592 char *re_comp(const char *);
/dflybsd-src/contrib/gdb-7/include/
H A Dxregex.h24 # define re_comp xre_comp macro
H A Dxregex2.h507 extern char *re_comp (const char *);
/dflybsd-src/contrib/gcc-8.0/include/
H A Dxregex.h24 # define re_comp xre_comp macro
H A Dxregex2.h506 extern char *re_comp (const char *);
/dflybsd-src/contrib/binutils-2.34/include/
H A Dxregex.h24 # define re_comp xre_comp macro
H A Dxregex2.h506 extern char *re_comp (const char *);
/dflybsd-src/contrib/gcc-4.7/include/
H A Dxregex.h24 # define re_comp xre_comp macro
H A Dxregex2.h507 extern char *re_comp (const char *);
/dflybsd-src/contrib/binutils-2.27/include/
H A Dxregex.h24 # define re_comp xre_comp macro
H A Dxregex2.h506 extern char *re_comp (const char *);
/dflybsd-src/lib/libcompat/4.3/
H A Dre_comp.c52 re_comp(const char *s) in re_comp() function
/dflybsd-src/contrib/less/
H A Dpattern.h49 constant char *re_comp(constant char*);
H A DREADME61 re_comp Use the re_comp library.
H A Dpattern.c101 if ((parg.p_string = re_comp(pattern)) != NULL) in compile_pattern2()
/dflybsd-src/contrib/libedit/src/
H A Dsearch.c126 extern char *re_comp(const char *); in el_match()
151 if (re_comp(ct_encode_string(pat, &conv)) != NULL) in el_match()
/dflybsd-src/contrib/grep/lib/
H A Dregex.h605 extern char *re_comp (const char *);
/dflybsd-src/contrib/gdb-7/gdb/
H A Ddefs.h286 extern char *re_comp (const char *);
H A Dauto-load.c959 char *re_err = re_comp (pattern); in auto_load_info_scripts()
966 re_comp (""); in auto_load_info_scripts()
H A Dsolib.c880 char *re_err = re_comp (pattern); in solib_add()
962 char *re_err = re_comp (pattern); in info_sharedlibrary_command()
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregex.h622 extern char *re_comp (const char *);
/dflybsd-src/gnu/usr.bin/grep/libgreputils/
H A Dconfig.h1882 #define re_comp rpl_re_comp macro
/dflybsd-src/contrib/cvs-1.12/src/
H A Dparseinfo.c162 regex_err = re_comp (exp); in Parse_Info()

12