Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h34 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 Dgentestvect.py10 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 DSymtab.cpp309 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 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);
249 dest_cstring(struct cstring *s) in dest_cstring()
273 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);
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 Dcstring2 //===--------------------------- cstring ----------------------------------===//
15 cstring synopsis
H A Dmodule.modulemap187 module cstring {
188 header "cstring"
H A Dutility204 #include <cstring>
H A Dvector283 #include <cstring>
H A Dstring507 #include <cstring>
H A Dalgorithm642 #include <cstring>
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_string.h131 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 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-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c257 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 Dconfig.c638 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 Ddarwin-sections.def14 DEF_SECTION (cstring_section, SECTION_MERGE, ".cstring", 0)
/freebsd-12.1/contrib/libc++/include/ext/
H A D__hash17 #include <cstring>
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td66 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 DMakefile139 STD_HEADERS+= cstring
/freebsd-12.1/contrib/libstdc++/include/
H A DMakefile.am653 cstring \
H A DMakefile.in875 cstring \
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticGroups.td530 def ObjCCStringFormat : DiagGroup<"cstring-format-directive">;
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20025069 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 DChangeLog-1999901 * bits/locale_facets.tcc: Add cstring.h include.
/freebsd-12.1/contrib/flex/
H A Dflex.skl232 #include <cstring>

12