Home
last modified time | relevance | path

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

/freebsd/usr.sbin/moused/moused/
H A Dutil.c97 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 Dutil.h344 char **strv_from_string(const char *in, const char *separator, size_t *num_elements);
H A Dquirks.c597 char **strs = strv_from_string(value, ";", &nelems); in parse_match()
1159 char **strv = strv_from_string(line, "=", &nelem); in parse_value_line()