Searched refs:strc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBStringList.cpp | 76 void SBStringList::AppendList(const char **strv, int strc) { in AppendList() argument 77 LLDB_INSTRUMENT_VA(this, strv, strc); in AppendList() 79 if ((strv != nullptr) && (strc > 0)) { in AppendList() 81 m_opaque_up->AppendList(strv, strc); in AppendList() 83 m_opaque_up = std::make_unique<lldb_private::StringList>(strv, strc); in AppendList()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | StringList.cpp | 29 StringList::StringList(const char **strv, int strc) : m_strings() { in StringList() argument 30 for (int i = 0; i < strc; ++i) { in StringList() 62 void StringList::AppendList(const char **strv, int strc) { in AppendList() argument 63 for (int i = 0; i < strc; ++i) { in AppendList()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StringList.h | 34 StringList(const char **strv, int strc); 50 void AppendList(const char **strv, int strc);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBStringList.h | 32 void AppendList(const char **strv, int strc);
|
/freebsd/contrib/sendmail/src/ |
H A D | headers.c | 210 bool strc; local 212 strc = *p == '+'; /* strip comments? */ 213 if (strc) 226 if (!strc)
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | ChangeLog | 1735 * roken.h.in: rename strc{py,at}_truncate to strlc{py,at} 1737 * Makefile.am: rename strc{py,at}_truncate -> strlc{py,at} 1739 * Makefile.in: rename strc{py,at}_truncate -> strlc{py,at}
|