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

12

/haiku-buildtools/jam/
H A Dregexp.h22 int regexec( regexp *prog, const char *string );
H A Dheaders.c126 if( regexec( re[i], buf ) && re[i]->startp[1] )
H A Dbuiltins.c291 if( regexec( re, r->string ) )
H A Dregexp.c2 * regcomp and regexec -- regsub and regerror are elsewhere
70 * supplied because the test in regexec() needs it and regcomp() is computing
766 * regexec and friends
770 * Global work variables for regexec().
791 - regexec - match a regexp against a string
794 regexec( function
/haiku-buildtools/binutils/include/
H A Dxregex.h8 # define regexec xregexec macro
H A Dxregex2.h272 /* If this bit is set, then report only success or fail in regexec.
277 /* POSIX `eflags' bits (i.e., information for regexec). */
299 REG_NOMATCH, /* Didn't find a match (for regexec). */
546 extern int regexec (const regex_t *__restrict __preg,
/haiku-buildtools/legacy/binutils/include/
H A Dxregex.h8 # define regexec xregexec macro
H A Dxregex2.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). */
547 extern int regexec (const regex_t *__restrict __preg,
/haiku-buildtools/gcc/include/
H A Dxregex.h8 # define regexec xregexec macro
H A Dxregex2.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). */
547 extern int regexec (const regex_t *__restrict __preg,
/haiku-buildtools/gcc/libcc1/
H A Dfindcomp.cc69 if (regexec (&regexp, filename, 0, NULL, 0) == 0)
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixlib.h36 #define xregexec regexec
H A Dgnu-regex.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). */
556 extern int regexec _RE_ARGS ((const regex_t *__preg,
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcgen-asm.in376 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dopenrisc-asm.c587 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dfr30-asm.c656 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dip2k-asm.c857 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dm32r-asm.c674 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dxstormy16-asm.c622 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Diq2000-asm.c805 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
/haiku-buildtools/binutils/opcodes/
H A Dfr30-asm.c661 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dip2k-asm.c862 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dlm32-asm.c700 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dm32r-asm.c679 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dxstormy16-asm.c627 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)

Completed in 130 milliseconds

12