msg_size         5822 libglibc/regex.c   size_t msg_size;
msg_size         5835 libglibc/regex.c   msg_size = strlen (msg) + 1; /* Includes the null.  */
msg_size         5839 libglibc/regex.c       if (msg_size > errbuf_size)
msg_size         5849 libglibc/regex.c         memcpy (errbuf, msg, msg_size);
msg_size         5852 libglibc/regex.c   return msg_size;