Searched refs:nsubstrings (Results 1 – 1 of 1) sorted by relevance
761 size_t nsubstrings; in process_message() local774 for (p = msgstr, nsubstrings = 0; in process_message()776 p += strlen (p) + 1, nsubstrings++); in process_message()779 substrings = (char **) xmalloc (nsubstrings * sizeof (char *)); in process_message()780 for (p = msgstr, k = 0, total_len = 0; k < nsubstrings; k++) in process_message()796 for (k = 0, q = total_str; k < nsubstrings; k++) in process_message()