Searched defs:strv (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/moused/moused/ |
H A D | util.c | 114 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 D | util.h | 350 strv_free(char **strv) { in strv_free()
|
H A D | quirks.c | 1159 char **strv = strv_from_string(line, "=", &nelem); in parse_value_line() local
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | StringList.cpp | 29 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 D | SBStringList.cpp | 76 void SBStringList::AppendList(const char **strv, int strc) { in AppendList()
|