| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | UniqueCStringMap.h | 34 Entry(ConstString cstr) : cstring(cstr), value() {} in Entry() 36 Entry(ConstString cstr, const T &v) : cstring(cstr), value(v) {} in Entry() 41 return cstring.GetCString() < rhs.cstring.GetCString(); 44 ConstString cstring; member 89 return m_map[idx].cstring; in GetCStringAtIndexUnchecked() 119 if (pos->cstring == unique_cstr) in Find() 136 if (pos != end && pos->cstring == unique_cstr) in FindFirstValueForName() 155 if (next_entry->cstring == entry_ptr->cstring) in FindNextValueForName() 169 if (pos->cstring == unique_cstr) in GetValues() 184 if (regex.Execute(pos->cstring.GetCString())) in GetValues() [all …]
|
| /freebsd-12.1/tests/sys/geom/class/eli/ |
| H A D | gentestvect.py | 10 def cstring(s, encoding='ascii'): function 38 print '\t{ %s, %d, %s, %d, %s, %d },' % (cstring(salt), len(salt), 39 cstring(passwd), itr, cstring(hmacout), len(hmacout))
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 309 entry.cstring = mangled.GetMangledName(); in InitNameIndexes() 310 if (entry.cstring) { in InitNameIndexes() 317 entry.cstring.GetStringRef())); in InitNameIndexes() 330 entry.cstring = mangled.GetDemangledName(symbol->GetLanguage()); in InitNameIndexes() 331 if (entry.cstring) { in InitNameIndexes() 347 entry.cstring = objc_method.GetSelector(); in InitNameIndexes() 353 entry.cstring = objc_method_no_category; in InitNameIndexes() 385 entry.cstring = ConstString(base_name); in RegisterMangledNameEntry() 463 if (entry.cstring) in AppendSymbolNamesToMap() 468 entry.cstring = mangled.GetMangledName(); in AppendSymbolNamesToMap() [all …]
|
| /freebsd-12.1/contrib/elftoolchain/libelftc/ |
| H A D | libelftc_dem_arm.c | 56 struct cstring { struct 63 struct cstring array_str; argument 74 static void dest_cstring(struct cstring *); 76 static bool init_cstring(struct cstring *, size_t); 249 dest_cstring(struct cstring *s) in dest_cstring() 273 init_cstring(struct cstring *s, size_t len) in init_cstring()
|
| H A D | libelftc_dem_gnu2.c | 54 struct cstring { struct 61 struct cstring array_str; argument 72 static void dest_cstring(struct cstring *); 74 static bool init_cstring(struct cstring *, size_t); 333 dest_cstring(struct cstring *s) in dest_cstring() 357 init_cstring(struct cstring *s, size_t len) in init_cstring()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | cstring | 2 //===--------------------------- cstring ----------------------------------===// 15 cstring synopsis
|
| H A D | module.modulemap | 187 module cstring { 188 header "cstring"
|
| H A D | utility | 204 #include <cstring>
|
| H A D | vector | 283 #include <cstring>
|
| H A D | string | 507 #include <cstring>
|
| H A D | algorithm | 642 #include <cstring>
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_string.h | 131 svn_string_create(const char *cstring, apr_pool_t *pool); 209 svn_stringbuf_create(const char *cstring, apr_pool_t *pool);
|
| /freebsd-12.1/contrib/atf/atf-c/detail/ |
| H A D | dynstr_test.c | 300 ATF_TC(cstring); 301 ATF_TC_HEAD(cstring, tc) in ATF_TC_HEAD() argument 306 ATF_TC_BODY(cstring, tc) in ATF_TC_BODY() argument 618 ATF_TP_ADD_TC(tp, cstring); in ATF_TP_ADD_TCS()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | string.c | 257 svn_string_create(const char *cstring, apr_pool_t *pool) in svn_string_create() argument 259 return svn_string_ncreate(cstring, strlen(cstring), pool); in svn_string_create() 415 svn_stringbuf_create(const char *cstring, apr_pool_t *pool) in svn_stringbuf_create() argument 417 return svn_stringbuf_ncreate(cstring, strlen(cstring), pool); in svn_stringbuf_create()
|
| H A D | config.c | 638 const char *cstring; in expand_option_value() local 643 make_string_from_option(&cstring, cfg, section, x_opt, x_pool); in expand_option_value() 668 svn_stringbuf_appendcstr(buf, cstring); in expand_option_value()
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | darwin-sections.def | 14 DEF_SECTION (cstring_section, SECTION_MERGE, ".cstring", 0)
|
| /freebsd-12.1/contrib/libc++/include/ext/ |
| H A D | __hash | 17 #include <cstring>
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 66 def CString : Package<"cstring">, ParentPackage<Unix>; 67 def CStringAlpha : Package<"cstring">, ParentPackage<UnixAlpha>; 573 } // end "unix.cstring" 589 } // end "alpha.unix.cstring"
|
| /freebsd-12.1/lib/libc++/ |
| H A D | Makefile | 139 STD_HEADERS+= cstring
|
| /freebsd-12.1/contrib/libstdc++/include/ |
| H A D | Makefile.am | 653 cstring \
|
| H A D | Makefile.in | 875 cstring \
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 530 def ObjCCStringFormat : DiagGroup<"cstring-format-directive">;
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2002 | 5069 csetjmp cstddef cstring cwchar cassert cfloat clocale csignal 5073 csetjmp cstddef cstring cwchar cassert cfloat clocale csignal 5432 * include/c_std/cstring: Same. 5448 * include/std/cstring: Remove.
|
| H A D | ChangeLog-1999 | 901 * bits/locale_facets.tcc: Add cstring.h include.
|
| /freebsd-12.1/contrib/flex/ |
| H A D | flex.skl | 232 #include <cstring>
|