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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c2292 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2314 int *mbs_offset = NULL;
2369 mbs_offset = TALLOC(csize + 1, int);
2371 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL)
2374 free(mbs_offset);
2379 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary);
2384 free(mbs_offset);
2408 free(mbs_offset);
4172 free (mbs_offset);
5275 beginning of that string. We use mbs_offset t
2301 int *mbs_offset = NULL; local
[all...]

Completed in 31 milliseconds