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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c340 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
5103 wcs_string1 = REGEX_TALLOC (size1 + 1, CHAR_T);
5104 mbs_offset1 = REGEX_TALLOC (size1 + 1, int);
5105 is_binary = REGEX_TALLOC (size1 + 1, char);
5141 wcs_string2 = REGEX_TALLOC (size2 + 1, CHAR_T);
5142 mbs_offset2 = REGEX_TALLOC (size2 + 1, int);
5143 is_binary = REGEX_TALLOC (size2 + 1, char);
5804 regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5805 regend = REGEX_TALLOC (num_regs, const CHAR_T *);
5806 old_regstart = REGEX_TALLOC (num_reg
337 # define REGEX_TALLOC macro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c368 #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
4018 regstart = REGEX_TALLOC (num_regs, const char *);
4019 regend = REGEX_TALLOC (num_regs, const char *);
4020 old_regstart = REGEX_TALLOC (num_regs, const char *);
4021 old_regend = REGEX_TALLOC (num_regs, const char *);
4022 best_regstart = REGEX_TALLOC (num_regs, const char *);
4023 best_regend = REGEX_TALLOC (num_regs, const char *);
4024 reg_info = REGEX_TALLOC (num_regs, register_info_type);
4025 reg_dummy = REGEX_TALLOC (num_regs, const char *);
4026 reg_info_dummy = REGEX_TALLOC (num_reg
366 #define REGEX_TALLOC macro
[all...]

Completed in 117 milliseconds