Home
last modified time | relevance | path

Searched refs:cstring (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h29 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 Dgentestvect.py9 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 DNameToDIE.cpp45 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 Dcstring.cppm
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_arm.c56 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 Dlibelftc_dem_gnu2.c54 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 Ddynstr_test.c300 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 Dcstring14 cstring synopsis
65 # error <cstring> tried including <string.h> but didn't find libc++'s <string.h> header. \
H A Dthread123 # include <cstring>
H A Dcharconv109 # include <cstring>
H A D__std_clang_module73 #include <cstring>
H A Dsystem_error166 # include <cstring>
H A Dformat239 # include <cstring>
H A Dcondition_variable359 # include <cstring>
H A Dmutex505 # include <cstring>
H A Dversion112 __cpp_lib_freestanding_cstring 202306L <cstring>
H A Dcodecvt586 # include <cstring>
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2142 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__hash16 #include <cstring>
/freebsd/contrib/llvm-project/libcxx/modules/
H A Dstd.cppm
H A Dstd.compat.cppm.in38 #include <cstring>
H A Dstd.cppm.in59 #include <cstring>
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp1207 assert((bool)entry.cstring); in EncodeCStrMap()
1208 encoder.AppendU32(strtab.Add(entry.cstring)); in EncodeCStrMap()
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory_resource
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td87 def CString : Package<"cstring">, ParentPackage<Unix>;
88 def CStringAlpha : Package<"cstring">, ParentPackage<UnixAlpha>;
480 } // end "unix.cstring"
504 } // end "alpha.unix.cstring"

12