Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBStringList.cpp86 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/
DStringList.cpp31 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/
DStringList.h28 StringList (const char **strv, int strc);
46 AppendList (const char ** strv, int strc);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBStringList.h37 AppendList (const char **strv, int strc);
/freebsd-10-stable/contrib/sendmail/src/
Dheaders.c209 bool strc; local
211 strc = *p == '+'; /* strip comments? */
212 if (strc)
225 if (!strc)
/freebsd-10-stable/crypto/heimdal/lib/roken/
DChangeLog1735 * 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}