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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBStringList.cpp86 SBStringList::AppendList (const char **strv, int strc) argument
89 && (strc > 0))
92 m_opaque_ap->AppendList (strv, strc);
94 m_opaque_ap.reset (new lldb_private::StringList (strv, strc));
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStringList.h37 AppendList (const char **strv, int strc);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStringList.h28 StringList (const char **strv, int strc);
46 AppendList (const char ** strv, int strc);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DStringList.cpp31 StringList::StringList (const char **strv, int strc) : argument
34 for (int i = 0; i < strc; ++i)
72 StringList::AppendList (const char **strv, int strc) argument
74 for (int i = 0; i < strc; ++i)
/freebsd-10.2-release/contrib/sendmail/src/
H A Dheaders.c209 bool strc; local
211 strc = *p == '+'; /* strip comments? */
212 if (strc)
225 if (!strc)

Completed in 128 milliseconds