Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.c145 wint_t *new_wcs; in re_string_realloc_buffers() local
153 new_wcs = re_realloc (pstr->wcs, wint_t, new_buf_len); in re_string_realloc_buffers()
154 if (__glibc_unlikely (new_wcs == NULL)) in re_string_realloc_buffers()
156 pstr->wcs = new_wcs; in re_string_realloc_buffers()

Completed in 6 milliseconds