Searched refs:regexec (Results 1 - 25 of 47) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/include/
H A Dxregex.h8 # define regexec xregexec macro
H A Dxregex2.h270 /* If this bit is set, then report only success or fail in regexec.
275 /* POSIX `eflags' bits (i.e., information for regexec). */
297 REG_NOMATCH, /* Didn't find a match (for regexec). */
553 extern int regexec _RE_ARGS ((const regex_t *__restrict __preg,
/haiku-fatelf/src/bin/less/
H A Dregexp.h29 extern int regexec _ANSI_ARGS_((regexp *prog, char *string));
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Drpmatch.c52 return regexec (re, response, 0, NULL, 0) == 0 ? match : nomatch;
H A Dregex.c30 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
62 #include "regexec.c"
H A Dregex.h349 /* If this bit is set, then report only success or fail in regexec.
354 /* POSIX `eflags' bits (i.e., information for regexec). */
378 _REG_NOMATCH, /* Didn't find a match (for regexec). */
665 extern int regexec (const regex_t *_Restrict_ __preg,
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpacc-abi.c47 if (regexec (&destructor_pattern, name, 0, 0, 0) == 0)
56 if (regexec (&constructor_pattern, name, 0, 0, 0) == 0)
65 return regexec (&operator_pattern, name, 0, 0, 0) == 0;
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dshmatch.c82 if (regexec (&regex, string, regex.re_nsub + 1, matches, 0))
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DStringMatcher.cpp119 int regExpStat = regexec(&_regExp, str, 0, NULL, 0);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex.c34 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
66 #include "regexec.c"
H A Drpmatch.c118 return regexec (re, response, 0, NULL, 0) == 0;
H A Dregex.h353 /* If this bit is set, then report only success or fail in regexec.
358 /* POSIX `eflags' bits (i.e., information for regexec). */
382 _REG_NOMATCH, /* Didn't find a match (for regexec). */
669 extern int regexec (const regex_t *_Restrict_ __preg,
/haiku-fatelf/src/bin/gawk/
H A Dregex.c24 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
62 #include "regexec.c"
H A DMakefile.am62 regexec.c \
H A Dregex.h275 /* If this bit is set, then report only success or fail in regexec.
280 /* POSIX `eflags' bits (i.e., information for regexec). */
302 REG_NOMATCH, /* Didn't find a match (for regexec). */
558 extern int regexec _RE_ARGS ((const regex_t *__restrict __preg,
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregex.c33 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
65 #include "regexec.c"
/haiku-fatelf/src/bin/findutils/
H A Dconfig.h1017 #define regexec rpl_regexec macro
/haiku-fatelf/src/libs/ncurses/form/
H A Dfty_regex.c251 match = (regexec(ap->pRegExp, field_buffer(field, 0), 0, NULL, 0)
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcgen-asm.in375 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h269 /* If this bit is set, then report only success or fail in regexec.
274 /* POSIX `eflags' bits (i.e., information for regexec). */
296 REG_NOMATCH, /* Didn't find a match (for regexec). */
543 extern int regexec _RE_ARGS ((const regex_t *__restrict __preg,
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h285 /* If this bit is set, then report only success or fail in regexec.
290 /* POSIX `eflags' bits (i.e., information for regexec). */
316 REG_NOMATCH, /* Didn't find a match (for regexec). */
565 extern int regexec (const regex_t *__restrict __preg,
/haiku-fatelf/headers/posix/
H A Dregex.h285 /* If this bit is set, then report only success or fail in regexec.
290 /* POSIX `eflags' bits (i.e., information for regexec). */
316 REG_NOMATCH, /* Didn't find a match (for regexec). */
565 extern int regexec (const regex_t *__restrict __preg,
/haiku-fatelf/headers/private/mail/
H A Dregex.h273 /* If this bit is set, then report only success or fail in regexec.
278 /* POSIX `eflags' bits (i.e., information for regexec). */
300 REG_NOMATCH, /* Didn't find a match (for regexec). */
587 extern int regexec _RE_ARGS ((const regex_t *__preg,
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h267 /* If this bit is set, then report only success or fail in regexec.
272 /* POSIX `eflags' bits (i.e., information for regexec). */
294 REG_NOMATCH, /* Didn't find a match (for regexec). */
544 extern int regexec _RE_ARGS ((const regex_t *__restrict __preg,
/haiku-fatelf/src/libs/edit/
H A Dsearch.c125 rv = regexec(&re, str, 0, NULL, 0) == 0;
133 rv = regexec(re, str);

Completed in 222 milliseconds

12