Searched refs:max_chars_to_copy (Results 1 – 1 of 1) sorted by relevance
842 size_t max_chars_to_copy; in fst_read_next_text_param() local851 max_chars_to_copy = buflen - 1; in fst_read_next_text_param()854 while (**endp && !isspace(**endp) && max_chars_to_copy > 0) { in fst_read_next_text_param()858 max_chars_to_copy--; in fst_read_next_text_param()