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

/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c442 int *mbs_offset1, int *mbs_offset2);
5010 free (mbs_offset2); \
5015 FREE_VAR (mbs_offset2); \
5039 int *mbs_offset1 = NULL, *mbs_offset2 = NULL;
5132 mbs_offset2 = TALLOC (size2 + 1, int);
5138 mbs_offset2 = REGEX_TALLOC (size2 + 1, int);
5141 if (!wcs_string2 || !mbs_offset2 || !is_binary)
5151 mbs_offset2, is_binary);
5220 mbs_offset1, mbs_offset2);
5276 : ((regoff_t)((mbs_offset2 !
5023 int *mbs_offset1 = NULL, *mbs_offset2 = NULL; local
5528 wcs_re_match_2_internal(struct re_pattern_buffer *bufp, const char *cstring1, int csize1, const char *cstring2, int csize2, int pos, struct re_registers *regs, int stop, wchar_t *string1, int size1, wchar_t *string2, int size2, int *mbs_offset1, int *mbs_offset2) argument
[all...]

Completed in 121 milliseconds