Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dutil-strings.h228 char **strv_from_string(const char *string, const char *separator);
274 pairs = strv_from_string(string, pair_separator); in kv_double_from_string()
287 char **kv = strv_from_string(*pair, kv_separator); in kv_double_from_string()
Dutil-prop-parsers.c186 strv = strv_from_string(prop, " "); in parse_calibration_property()
362 strv = strv_from_string(prop, ";"); in parse_evcode_property()
Dutil-strings.c74 strv_from_string(const char *in, const char *separators) in strv_from_string() function
Dquirks.c783 strv = strv_from_string(line, "="); in parse_value_line()
/third_party/libinput/test/
Dtest-utils.c961 strv = strv_from_string(t->string, t->delim); in START_TEST()
972 ck_assert_ptr_eq(strv_from_string("", " "), NULL); in START_TEST()
973 ck_assert_ptr_eq(strv_from_string(" ", " "), NULL); in START_TEST()
974 ck_assert_ptr_eq(strv_from_string(" ", " "), NULL); in START_TEST()
975 ck_assert_ptr_eq(strv_from_string("oneoneone", "one"), NULL); in START_TEST()