Searched refs:strc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBStringList.i30 AppendList (const char **strv, int strc);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp73 void SBStringList::AppendList(const char **strv, int strc) { argument
75 strc);
77 if ((strv != nullptr) && (strc > 0)) {
79 m_opaque_up->AppendList(strv, strc);
81 m_opaque_up.reset(new lldb_private::StringList(strv, strc));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStringList.h32 void AppendList(const char **strv, int strc);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h33 StringList(const char **strv, int strc);
47 void AppendList(const char **strv, int strc);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp29 StringList::StringList(const char **strv, int strc) : m_strings() { argument
30 for (int i = 0; i < strc; ++i) {
56 void StringList::AppendList(const char **strv, int strc) { argument
57 for (int i = 0; i < strc; ++i) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dheaders.c209 bool strc; local
211 strc = *p == '+'; /* strip comments? */
212 if (strc)
225 if (!strc)

Completed in 91 milliseconds