• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/

Lines Matching refs:size2

57 #  define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
58 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
361 const char *string2, int size2,
367 const char *string2, int size2,
385 wchar_t *string2, int size2,
389 const char *string2, int size2,
1127 int size2)
1146 for (this_char = where - string2; this_char < size2; this_char++)
1675 size2); \
1723 `pend', `string1', `size1', `string2', and `size2'. */
1750 DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \
4966 const char *string2, int size2,
4973 return wcs_re_search_2 (bufp, string1, size1, string2, size2, startpos,
4977 return byte_re_search_2 (bufp, string1, size1, string2, size2, startpos,
5009 if (size2 > MAX_ALLOCA_SIZE) \
5027 const char *string2, int size2,
5035 int total_size = size1 + size2;
5131 if (size2 != 0)
5133 if (size2 > MAX_ALLOCA_SIZE)
5135 wcs_string2 = TALLOC (size2 + 1, CHAR_T);
5136 mbs_offset2 = TALLOC (size2 + 1, int);
5137 is_binary = TALLOC (size2 + 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);
5148 if (size2 > MAX_ALLOCA_SIZE)
5154 wcs_size2 = convert_mbs_to_wcs(wcs_string2, string2, size2,
5157 if (size2 > MAX_ALLOCA_SIZE)
5221 size2, startpos, regs, stop,
5227 size2, startpos, regs, stop);
5310 #define AT_STRINGS_BEG(d) ((d) == (size1 ? string1 : string2) || !size2)
5473 const char *string2, int size2,
5480 result = wcs_re_match_2_internal (bufp, string1, size1, string2, size2,
5485 result = byte_re_match_2_internal (bufp, string1, size1, string2, size2,
5564 wchar_t *string2, int size2,
5573 const char *string2, int size2,
5835 if (pos < 0 || pos > size1 + size2)
5879 size2 = convert_mbs_to_wcs(string2, cstring2, csize2,
5881 string2[size2] = L'\0'; /* for a sentinel */
5909 if (size2 == 0 && string1 != NULL)
5912 size2 = size1;
5923 end2 = string2 + size2;
6000 DEBUG_PRINT_DOUBLE_STRING (d, string1, size1, string2, size2);