Searched refs:strv_from_string (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/moused/moused/ |
H A D | util.c | 97 strv_from_string(const char *in, const char *separators, size_t *num_elements) in strv_from_string() function 315 char **strv = strv_from_string(prop, ";", &ncodes); in parse_evcode_property() 382 char **strv = strv_from_string(prop, ";", &count); in parse_input_prop_property()
|
H A D | util.h | 344 char **strv_from_string(const char *in, const char *separator, size_t *num_elements);
|
H A D | quirks.c | 597 char **strs = strv_from_string(value, ";", &nelems); in parse_match() 1159 char **strv = strv_from_string(line, "=", &nelem); in parse_value_line()
|