/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | UniqueCStringMap.h | 29 Entry(ConstString cstr, const T &v) : cstring(cstr), value(v) {} in Entry() 31 ConstString cstring; member 63 return m_map[idx].cstring; in GetCStringAtIndexUnchecked() 77 return ((idx < m_map.size()) ? m_map[idx].cstring : ConstString()); in GetCStringAtIndex() 88 if (pos != m_map.end() && pos->cstring == unique_cstr) in Find() 100 if (pos != m_map.end() && pos->cstring == unique_cstr) in FindFirstValueForName() 117 if (next_entry->cstring == entry_ptr->cstring) in FindNextValueForName() 140 if (regex.Execute(pos->cstring.GetCString())) in GetValues() 177 int result = c.ThreeWay(lhs.cstring, rhs.cstring); in Sort() 211 return operator()(lhs.cstring, rhs.cstring); in operator() [all …]
|
/freebsd/tests/sys/geom/class/eli/ |
H A D | gentestvect.py | 9 def cstring(s, encoding='ascii'): function 37 print '\t{ %s, %d, %s, %d, %s, %d },' % (cstring(salt), len(salt), 38 cstring(passwd), itr, cstring(hmacout), len(hmacout))
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | NameToDIE.cpp | 45 if (regex.Execute(entry.cstring.GetCString())) { in Find() 133 assert((bool)entry.cstring); in Encode() 134 encoder.AppendU32(strtab.Add(entry.cstring)); in Encode()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstring.cppm |
|
/freebsd/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); 251 dest_cstring(struct cstring *s) in dest_cstring() 275 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); 335 dest_cstring(struct cstring *s) in dest_cstring() 359 init_cstring(struct cstring *s, size_t len) in init_cstring()
|
/freebsd/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/contrib/llvm-project/libcxx/include/ |
H A D | cstring | 14 cstring synopsis 65 # error <cstring> tried including <string.h> but didn't find libc++'s <string.h> header. \
|
H A D | thread | 123 # include <cstring>
|
H A D | charconv | 109 # include <cstring>
|
H A D | __std_clang_module | 73 #include <cstring>
|
H A D | system_error | 166 # include <cstring>
|
H A D | format | 239 # include <cstring>
|
H A D | condition_variable | 359 # include <cstring>
|
H A D | mutex | 505 # include <cstring>
|
H A D | version | 112 __cpp_lib_freestanding_cstring 202306L <cstring>
|
H A D | codecvt | 586 # include <cstring>
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2142 SYMBOL(memchr, std::, <cstring>) 2143 SYMBOL(memchr, None, <cstring>) 2145 SYMBOL(memcmp, std::, <cstring>) 2146 SYMBOL(memcmp, None, <cstring>) 2148 SYMBOL(memcpy, std::, <cstring>) 2149 SYMBOL(memcpy, None, <cstring>) 2151 SYMBOL(memmove, std::, <cstring>) 2152 SYMBOL(memmove, None, <cstring>) 2161 SYMBOL(memset, std::, <cstring>) 2162 SYMBOL(memset, None, <cstring>) [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ext/ |
H A D | __hash | 16 #include <cstring>
|
/freebsd/contrib/llvm-project/libcxx/modules/ |
H A D | std.cppm |
|
H A D | std.compat.cppm.in | 38 #include <cstring>
|
H A D | std.cppm.in | 59 #include <cstring>
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symtab.cpp | 1207 assert((bool)entry.cstring); in EncodeCStrMap() 1208 encoder.AppendU32(strtab.Add(entry.cstring)); in EncodeCStrMap()
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/ |
H A D | memory_resource |
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 87 def CString : Package<"cstring">, ParentPackage<Unix>; 88 def CStringAlpha : Package<"cstring">, ParentPackage<UnixAlpha>; 480 } // end "unix.cstring" 504 } // end "alpha.unix.cstring"
|