Searched refs:strc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBStringList.cpp | 86 SBStringList::AppendList (const char **strv, int strc) in AppendList() argument 89 && (strc > 0)) in AppendList() 92 m_opaque_ap->AppendList (strv, strc); in AppendList() 94 m_opaque_ap.reset (new lldb_private::StringList (strv, strc)); in AppendList()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | StringList.cpp | 31 StringList::StringList (const char **strv, int strc) : in StringList() argument 34 for (int i = 0; i < strc; ++i) in StringList() 72 StringList::AppendList (const char **strv, int strc) in AppendList() argument 74 for (int i = 0; i < strc; ++i) in AppendList()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ |
| D | StringList.h | 28 StringList (const char **strv, int strc); 46 AppendList (const char ** strv, int strc);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/ |
| D | SBStringList.h | 37 AppendList (const char **strv, int strc);
|
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | headers.c | 209 bool strc; local 211 strc = *p == '+'; /* strip comments? */ 212 if (strc) 225 if (!strc)
|
| /freebsd-10-stable/crypto/heimdal/lib/roken/ |
| 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}
|