Searched refs:strv_from_string (Results 1 – 5 of 5) sorted by relevance
/third_party/libinput/src/ |
D | util-strings.h | 228 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()
|
D | util-prop-parsers.c | 186 strv = strv_from_string(prop, " "); in parse_calibration_property() 362 strv = strv_from_string(prop, ";"); in parse_evcode_property()
|
D | util-strings.c | 74 strv_from_string(const char *in, const char *separators) in strv_from_string() function
|
D | quirks.c | 783 strv = strv_from_string(line, "="); in parse_value_line()
|
/third_party/libinput/test/ |
D | test-utils.c | 961 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()
|