Home | History | Annotate | Download | only in lib

Lines Matching refs:msg_size

554   size_t msg_size;
567 msg_size = strlen (msg) + 1; /* Includes the null. */
571 size_t cpy_size = msg_size;
572 if (BE (msg_size > errbuf_size, 0))
580 return msg_size;