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

123

/netbsd-current/include/
H A Dre_comp.h38 int re_exec(const char *);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dno-thread-db.exp60 set re_exec "\[^\r\n\]*[file tail $binfile]"
62 "Cannot find thread-local storage for Thread \[^,\]+, executable file $re_exec:\[\r\n\]+Remote target failed to process qGetTLSAddr request"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
H A Dno-thread-db.exp62 set re_exec "\[^\r\n\]*[file tail $binfile]"
64 "Cannot find thread-local storage for Thread \[^,\]+, executable file $re_exec:\[\r\n\]+Remote target failed to process qGetTLSAddr request"
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dxregex.h25 # define re_exec xre_exec macro
H A Dxregex2.h512 extern int re_exec (const char *);
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dxregex.h25 # define re_exec xre_exec macro
H A Dxregex2.h512 extern int re_exec (const char *);
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dxregex.h25 # define re_exec xre_exec macro
H A Dxregex2.h512 extern int re_exec (const char *);
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dxregex.h25 # define re_exec xre_exec macro
H A Dxregex2.h512 extern int re_exec (const char *);
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dxregex.h25 # define re_exec xre_exec macro
H A Dxregex2.h512 extern int re_exec (const char *);
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dxregex.h25 # define re_exec xre_exec macro
H A Dxregex2.h512 extern int re_exec (const char *);
/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,
81 re_exec(s) function
/netbsd-current/external/bsd/less/dist/
H A Dpattern.h53 int re_exec(char*);
/netbsd-current/lib/libcompat/
H A DMakefile40 MLINKS+=re_comp.3 re_exec.3
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-file.c170 if (pattern != nullptr && !re_exec (so.so_name.c_str ()))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-file.c168 if (pattern != NULL && !re_exec (so->so_name))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.h509 extern int re_exec (const char *);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dobjc-lang.c617 if (regexp == NULL || re_exec(++name) != 0)
651 if (regexp == NULL || re_exec(++name) != 0)
759 if (regexp == NULL || re_exec(name+2) != 0)
786 if (regexp == NULL || re_exec(name+2) != 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dobjc-lang.c617 if (regexp == NULL || re_exec(++name) != 0)
651 if (regexp == NULL || re_exec(++name) != 0)
759 if (regexp == NULL || re_exec(name+2) != 0)
786 if (regexp == NULL || re_exec(name+2) != 0)
/netbsd-current/external/gpl2/diffutils/dist/lib/posix/
H A Dregex.h521 extern int re_exec _RE_ARGS ((const char *));
/netbsd-current/external/gpl2/grep/dist/lib/posix/
H A Dregex.h525 extern int re_exec _RE_ARGS ((const char *));

Completed in 302 milliseconds

123