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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c45 Idx init_buf_len;
50 init_buf_len = (len + 1 < init_len) ? len + 1: init_len;
53 ret = re_string_realloc_buffers (pstr, init_buf_len);
44 Idx init_buf_len; local

Completed in 17 milliseconds