Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/fst/
Dfst_ctrl_iface.c842 size_t max_chars_to_copy; in fst_read_next_text_param() local
851 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()