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

/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c442 int *mbs_offset1, int *mbs_offset2);
5000 free (mbs_offset1); \
5005 FREE_VAR (mbs_offset1); \
5039 int *mbs_offset1 = NULL, *mbs_offset2 = NULL;
5094 mbs_offset1 = TALLOC (size1 + 1, int);
5100 mbs_offset1 = REGEX_TALLOC (size1 + 1, int);
5103 if (!wcs_string1 || !mbs_offset1 || !is_binary)
5108 free (mbs_offset1);
5114 FREE_VAR (mbs_offset1);
5120 mbs_offset1, is_binar
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 128 milliseconds