Searched refs:msg_size (Results 1 – 2 of 2) sorted by relevance
801 int val_size, name_size, msg_size; in handle_chap() local861 msg_size = len - (p - p0); in handle_chap()863 for (i = 0; i< msg_size; i++) { in handle_chap()
5468 size_t msg_size; local5480 msg_size = strlen (msg) + 1; /* Includes the null. */5484 if (msg_size > errbuf_size)5493 return msg_size;