Searched defs:strv (Results 1 - 10 of 10) sorted by relevance
| /third_party/eudev/src/shared/ |
| H A D | conf-files.c | 109 static int conf_files_list_strv_internal(char ***strv, const char *suffix, const char *root, char **dirs) { in conf_files_list_strv_internal() argument 145 int conf_files_list_strv(char ***strv, const char *suffix, const char *root, const char* const* dirs) { in conf_files_list_strv() argument
|
| /third_party/libinput/src/ |
| H A D | util-strings.c | 74 char **strv = NULL; in strv_from_argv() local 129 char **strv = zalloc(strv_len * sizeof *strv); in strv_from_string() local 165 strv_join(char **strv, const char *joiner) strv_join() argument [all...] |
| H A D | util-strings.h | 270 strv_free(char **strv) { in strv_free() argument 307 char **strv = strv_from_string(in, separator, &nelem); in double_array_from_string() local
|
| H A D | util-prop-parsers.c | 185 char **strv = strv_from_string(prop, " ", &num_calibration); in parse_calibration_property() local 377 char **strv = strv_from_string(prop, ";", &ncodes); in parse_evcode_property() local 444 char **strv in parse_input_prop_property() local [all...] |
| H A D | quirks.c | 888 char **strv = strv_from_string(line, "=", &nelem); in parse_value_line() local
|
| /base/usb/usb_manager/test/tool/ |
| H A D | usb_function_test.cpp | 266 static inline bool isNumber(string_view strv) in isNumber() argument
|
| /third_party/libinput/test/ |
| H A D | test-utils.c | 1102 char **strv = strv_from_string(t->string, t->delim, &nelem); in START_TEST() local 1184 char **strv = strv_from_argv(t->argc, t->argv); in START_TEST() local 1256 char *strv[1 in START_TEST() member [all...] |
| /third_party/mksh/ |
| H A D | eval.c | 44 const char **strv; member 1202 hasnonempty(const char **strv) in hasnonempty() argument [all...] |
| H A D | sh.h | 2194 const char **strv; member
|
| /third_party/libinput/tools/ |
| H A D | libinput-record.c | 791 char **strv; in buffer_tablet_axes() local [all...] |
Completed in 18 milliseconds