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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c688 static struct re_pattern_buffer re_comp_buf;
705 if (!re_comp_buf.buffer)
710 if (re_comp_buf.buffer)
712 fastmap = re_comp_buf.fastmap;
713 re_comp_buf.fastmap = NULL;
714 __regfree (&re_comp_buf);
715 memset (&re_comp_buf, '\0', sizeof (re_comp_buf));
716 re_comp_buf.fastmap = fastmap;
719 if (re_comp_buf
684 static struct re_pattern_buffer re_comp_buf; variable in typeref:struct:re_pattern_buffer
[all...]
H A Dregexec.c626 return 0 == regexec (&re_comp_buf, s, 0, NULL, 0);

Completed in 36 milliseconds