Searched refs:REGEX_TALLOC (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c396 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
5099 wcs_string1 = REGEX_TALLOC (size1 + 1, CHAR_T);
5100 mbs_offset1 = REGEX_TALLOC (size1 + 1, int);
5101 is_binary = REGEX_TALLOC (size1 + 1, char);
5137 wcs_string2 = REGEX_TALLOC (size2 + 1, CHAR_T);
5138 mbs_offset2 = REGEX_TALLOC (size2 + 1, int);
5139 is_binary = REGEX_TALLOC (size2 + 1, char);
5710 regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5711 regend = REGEX_TALLOC (num_regs, const CHAR_T *);
5712 old_regstart = REGEX_TALLOC (num_reg
393 # define REGEX_TALLOC macro
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c398 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
5211 wcs_string1 = REGEX_TALLOC (size1 + 1, CHAR_T);
5212 mbs_offset1 = REGEX_TALLOC (size1 + 1, int);
5213 is_binary = REGEX_TALLOC (size1 + 1, char);
5249 wcs_string2 = REGEX_TALLOC (size2 + 1, CHAR_T);
5250 mbs_offset2 = REGEX_TALLOC (size2 + 1, int);
5251 is_binary = REGEX_TALLOC (size2 + 1, char);
5920 regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5921 regend = REGEX_TALLOC (num_regs, const CHAR_T *);
5922 old_regstart = REGEX_TALLOC (num_reg
395 # define REGEX_TALLOC macro
[all...]
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c437 #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
4464 regstart = REGEX_TALLOC (num_regs, const char *);
4465 regend = REGEX_TALLOC (num_regs, const char *);
4466 old_regstart = REGEX_TALLOC (num_regs, const char *);
4467 old_regend = REGEX_TALLOC (num_regs, const char *);
4468 best_regstart = REGEX_TALLOC (num_regs, const char *);
4469 best_regend = REGEX_TALLOC (num_regs, const char *);
4470 reg_info = REGEX_TALLOC (num_regs, register_info_type);
4471 reg_dummy = REGEX_TALLOC (num_regs, const char *);
4472 reg_info_dummy = REGEX_TALLOC (num_reg
434 #define REGEX_TALLOC macro
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c564 #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
5071 regstart = REGEX_TALLOC (num_regs, re_char *);
5072 regend = REGEX_TALLOC (num_regs, re_char *);
5073 best_regstart = REGEX_TALLOC (num_regs, re_char *);
5074 best_regend = REGEX_TALLOC (num_regs, re_char *);
561 #define REGEX_TALLOC macro

Completed in 218 milliseconds