Searched refs:regcomp (Results 1 - 25 of 43) sorted by relevance

12

/haiku-buildtools/jam/
H A Dregexp.h21 regexp *regcomp( const char *exp );
H A Dheaders.c119 re[rec++] = regcomp( hdrscan->string );
H A Dbuiltins.c286 regexp *re = regcomp( l->string );
H A Dregexp.c2 * regcomp and regexec -- regsub and regerror are elsewhere
29 *** ames!jaw, on 19 June 1987, to quash a regcomp() redundancy.
67 * that regcomp() supplies a regmust only if the r.e. contains something
70 * supplied because the test in regexec() needs it and regcomp() is computing
171 * Global work variables for regcomp().
180 * Forward declarations for regcomp()'s friends.
200 - regcomp - compile a regular expression into internal code
215 regcomp( const char *exp ) function
/haiku-buildtools/binutils/include/
H A Dxregex.h9 # define regcomp xregcomp macro
H A Dxregex2.h257 /* POSIX `cflags' bits (i.e., information for `regcomp'). */
301 /* POSIX regcomp return error codes. (In the order listed in the
319 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
539 extern int regcomp (regex_t *__restrict __preg,
/haiku-buildtools/legacy/binutils/include/
H A Dxregex.h9 # define regcomp xregcomp macro
H A Dxregex2.h258 /* POSIX `cflags' bits (i.e., information for `regcomp'). */
302 /* POSIX regcomp return error codes. (In the order listed in the
320 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
540 extern int regcomp (regex_t *__restrict __preg,
/haiku-buildtools/gcc/include/
H A Dxregex.h9 # define regcomp xregcomp macro
H A Dxregex2.h258 /* POSIX `cflags' bits (i.e., information for `regcomp'). */
302 /* POSIX regcomp return error codes. (In the order listed in the
320 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
540 extern int regcomp (regex_t *__restrict __preg,
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixlib.h35 #define xregcomp regcomp
H A Dgnu-regex.h254 /* POSIX `cflags' bits (i.e., information for `regcomp'). */
298 /* POSIX regcomp return error codes. (In the order listed in the
316 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
550 extern int regcomp _RE_ARGS ((regex_t *__preg, const char *__pattern,
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcgen-asm.in158 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dopenrisc-asm.c369 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dfr30-asm.c438 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dip2k-asm.c639 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dm32r-asm.c456 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dxstormy16-asm.c404 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Diq2000-asm.c587 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
/haiku-buildtools/gcc/libcc1/
H A Dlibcc1.cc322 code = regcomp (&triplet, rx.c_str (), REG_EXTENDED | REG_NOSUB);
/haiku-buildtools/binutils/opcodes/
H A Dfr30-asm.c441 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dip2k-asm.c642 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dlm32-asm.c480 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dm32r-asm.c459 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dxstormy16-asm.c407 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);

Completed in 119 milliseconds

12