Home
last modified time | relevance | path

Searched defs:strv (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/moused/moused/
H A Dutil.c114 char **strv = zalloc(strv_len * sizeof *strv); in strv_from_string() local
145 int strv_for_each_n(const char **strv, size_t max, strv_foreach_callback_t func, void *data) in strv_for_each_n()
315 char **strv = strv_from_string(prop, ";", &ncodes); in parse_evcode_property() local
382 char **strv = strv_from_string(prop, ";", &count); in parse_input_prop_property() local
H A Dutil.h350 strv_free(char **strv) { in strv_free()
H A Dquirks.c1159 char **strv = strv_from_string(line, "=", &nelem); in parse_value_line() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp29 StringList::StringList(const char **strv, int strc) : m_strings() { in StringList()
62 void StringList::AppendList(const char **strv, int strc) { in AppendList()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp76 void SBStringList::AppendList(const char **strv, int strc) { in AppendList()