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

/openbsd-current/gnu/lib/libiberty/include/
H A Dxregex.h24 # define re_exec xre_exec macro
H A Dxregex2.h513 extern int re_exec (const char *);
/openbsd-current/gnu/gcc/include/
H A Dxregex.h24 # define re_exec xre_exec macro
H A Dxregex2.h513 extern int re_exec (const char *);
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dxregex.h24 # define re_exec xre_exec macro
H A Dxregex2.h522 extern int re_exec _RE_ARGS ((const char *));
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dxregex.h24 # define re_exec xre_exec macro
H A Dxregex2.h513 extern int re_exec (const char *);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dxcoffsolib.c129 || re_exec (vp->name)
130 || (*vp->member && re_exec (vp->member)))
H A Dobjc-lang.c888 if (regexp == NULL || re_exec(++name) != 0)
919 if (regexp == NULL || re_exec(++name) != 0)
1022 if (regexp == NULL || re_exec(name+2) != 0)
1046 if (regexp == NULL || re_exec(name+2) != 0)
H A Dsolib.c649 if (! pattern || re_exec (gdb->so_name))
H A Dsource.c1486 if (re_exec (buf) > 0)
1570 if (re_exec (buf) > 0)
H A Dsymmisc.c1005 || re_exec (symtab->filename))
1054 || re_exec (psymtab->filename))
H A Dsymtab.c2963 || re_exec (SYMBOL_NATURAL_NAME (*psym)) != 0)
3001 || re_exec (SYMBOL_NATURAL_NAME (msymbol)) != 0)
3042 || re_exec (SYMBOL_NATURAL_NAME (sym)) != 0)
3097 || re_exec (SYMBOL_NATURAL_NAME (msymbol)) != 0)
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.h494 extern int re_exec _RE_ARGS (());
H A Dregex.c6131 /* Since `re_exec' always passes NULL for the `regs' argument, we
6151 re_exec (s)
6128 re_exec (s) function
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.h539 extern int re_exec _RE_ARGS ((const char *));
H A Dgnu-regex.c5488 /* Since `re_exec' always passes NULL for the `regs' argument, we
5508 re_exec (s)
5486 re_exec (s) function
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dparseinfo.c163 if (re_exec (srepos) == 0)
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A Ddbe.c342 if (re_exec(key2s(key))) {
/openbsd-current/lib/libedit/
H A Dsearch.c119 extern int re_exec(const char *);
145 return re_exec(ct_encode_string(str, &conv)) == 1;
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c7855 /* Since `re_exec' always passes NULL for the `regs' argument, we
7880 re_exec (const char *s)

Completed in 247 milliseconds