Home
last modified time | relevance | path

Searched refs:new_mbs (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregex_internal.c153 unsigned char *new_mbs = re_realloc (pstr->mbs, unsigned char, in re_string_realloc_buffers() local
155 if (BE (new_mbs == NULL, 0)) in re_string_realloc_buffers()
157 pstr->mbs = new_mbs; in re_string_realloc_buffers()