Home
last modified time | relevance | path

Searched refs:nsubstrings (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgfilter.c761 size_t nsubstrings; in process_message() local
774 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()