• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/

Lines Matching refs:size1

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)
329 /* True if `size1' is non-NULL and PTR is pointing anywhere inside
333 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
360 const char *string1, int size1,
366 const char *string1, int size1,
384 wchar_t *string1, int size1,
388 const char *string1, int size1,
1126 int size1,
1139 for (this_char = where - string1; this_char < size1; this_char++)
1674 DEBUG_PRINT_DOUBLE_STRING (string_place, string1, size1, string2, \
1723 `pend', `string1', `size1', `string2', and `size2'. */
1750 DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \
4965 const char *string1, int size1,
4973 return wcs_re_search_2 (bufp, string1, size1, string2, size2, startpos,
4977 return byte_re_search_2 (bufp, string1, size1, string2, size2, startpos,
4999 if (size1 > MAX_ALLOCA_SIZE) \
5026 const char *string1, int size1,
5035 int total_size = size1 + size2;
5093 if (size1 != 0)
5095 if (size1 > MAX_ALLOCA_SIZE)
5097 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5098 mbs_offset1 = TALLOC (size1 + 1, int);
5099 is_binary = TALLOC (size1 + 1, char);
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);
5109 if (size1 > MAX_ALLOCA_SIZE)
5123 wcs_size1 = convert_mbs_to_wcs(wcs_string1, string1, size1,
5126 if (size1 > MAX_ALLOCA_SIZE)
5180 if (startpos < size1 && startpos + range >= size1)
5181 lim = range - (size1 - startpos);
5183 d = (startpos >= size1 ? string2 - size1 : string1) + startpos;
5200 register CHAR_T c = (size1 == 0 || startpos >= size1
5201 ? string2[startpos - size1]
5220 val = wcs_re_match_2_internal (bufp, string1, size1, string2,
5226 val = byte_re_match_2_internal (bufp, string1, size1, string2,
5288 : ((regoff_t) ((ptr) - string2 + size1)))
5310 #define AT_STRINGS_BEG(d) ((d) == (size1 ? string1 : string2) || !size2)
5472 const char *string1, int size1,
5480 result = wcs_re_match_2_internal (bufp, string1, size1, string2, size2,
5485 result = byte_re_match_2_internal (bufp, string1, size1, string2, size2,
5559 string1/2, size1/2 and mbs_offset1/2 need
5563 wchar_t *string1, int size1,
5572 const char *string1, int size1,
5835 if (pos < 0 || pos > size1 + size2)
5912 size2 = size1;
5914 size1 = 0;
5922 end1 = string1 + size1;
5947 if (stop <= size1)
5955 end_match_2 = string2 + stop - size1;
5966 if (size1 > 0 && pos <= csize1)
5985 if (size1 > 0 && pos <= size1)
5992 d = string2 + pos - size1;
6000 DEBUG_PRINT_DOUBLE_STRING (d, string1, size1, string2, size2);
6152 : ((regoff_t) (d - string2 + size1)));
6195 ? string1 : string2 - size1);