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

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.c136 wint_t *new_wcs = re_xrealloc (pstr->wcs, wint_t, new_buf_len);
137 if (BE (new_wcs == NULL, 0))
139 pstr->wcs = new_wcs;
135 wint_t *new_wcs = re_xrealloc (pstr->wcs, wint_t, new_buf_len); local

Completed in 46 milliseconds