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

123

/netbsd-current/include/
H A Dre_comp.h1 /* $NetBSD: re_comp.h,v 1.3 2005/02/03 04:39:32 perry Exp $ */
37 char *re_comp(const char *);
H A DMakefile19 paths.h pwd.h quota.h randomid.h ranlib.h re_comp.h regex.h regexp.h \
/netbsd-current/lib/libcompat/4.3/
H A Dregex.c34 * Compatibility routines that implement the old re_comp/re_exec interface in
36 * rely on dark corners of re_comp/re_exec and won't work with this version,
56 #include <re_comp.h>
66 re_comp(s) function
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dxregex.h24 # define re_comp xre_comp macro
H A Dxregex2.h511 extern char *re_comp (const char *);
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dxregex.h24 # define re_comp xre_comp macro
H A Dxregex2.h511 extern char *re_comp (const char *);
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dxregex.h24 # define re_comp xre_comp macro
H A Dxregex2.h511 extern char *re_comp (const char *);
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dxregex.h24 # define re_comp xre_comp macro
H A Dxregex2.h511 extern char *re_comp (const char *);
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dxregex.h24 # define re_comp xre_comp macro
H A Dxregex2.h511 extern char *re_comp (const char *);
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dxregex.h24 # define re_comp xre_comp macro
H A Dxregex2.h511 extern char *re_comp (const char *);
/netbsd-current/lib/libcompat/
H A DMakefile37 MAN+= re_comp.3 rexec.3
40 MLINKS+=re_comp.3 re_exec.3
/netbsd-current/external/bsd/less/dist/
H A Dpattern.h52 char *re_comp(char*);
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-file.c154 const char *re_err = re_comp (pattern);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-file.c153 const char *re_err = re_comp (pattern);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.h508 extern char *re_comp (const char *);
/netbsd-current/external/gpl2/diffutils/dist/lib/posix/
H A Dregex.h520 extern char *re_comp _RE_ARGS ((const char *));
/netbsd-current/external/gpl2/grep/dist/lib/posix/
H A Dregex.h524 extern char *re_comp _RE_ARGS ((const char *));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymmisc.c718 re_comp (regexp);
738 re_comp (regexp);
908 re_comp (regexp);
1021 re_comp (regexp);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddefs.h309 EXTERN_C char *re_comp (const char *);
H A Dsymmisc.c721 re_comp (regexp);
741 re_comp (regexp);
911 re_comp (regexp);
1020 re_comp (regexp);

Completed in 204 milliseconds

123