| /freebsd-13.1/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() 197 return operator()(lhs.cstring, rhs.cstring); in operator() 201 return operator()(lhs.cstring, rhs); in operator() [all …]
|
| /freebsd-13.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-13.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-13.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); 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-13.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-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | cstring | 2 //===--------------------------- cstring ----------------------------------===// 14 cstring synopsis
|
| H A D | module.modulemap | 190 module cstring { 191 header "cstring"
|
| H A D | charconv | 83 #include <cstring>
|
| H A D | algorithm | 652 #include <cstring>
|
| H A D | memory | 690 #include <cstring>
|
| H A D | __string | 25 #include <cstring> // for memcpy
|
| H A D | __locale | 23 # include <cstring>
|
| H A D | atomic | 585 #include <cstring>
|
| H A D | vector | 285 #include <cstring>
|
| H A D | string | 526 #include <cstring>
|
| /freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | NameToDIE.cpp | 40 if (regex.Execute(entry.cstring.GetCString())) { in Find()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ext/ |
| H A D | __hash | 17 #include <cstring>
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 79 def CString : Package<"cstring">, ParentPackage<Unix>; 80 def CStringAlpha : Package<"cstring">, ParentPackage<UnixAlpha>; 450 } // end "unix.cstring" 469 } // end "alpha.unix.cstring"
|
| /freebsd-13.1/lib/libc++/ |
| H A D | Makefile | 149 STD_HEADERS+= cstring
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 664 def ObjCCStringFormat : DiagGroup<"cstring-format-directive">;
|
| /freebsd-13.1/contrib/flex/src/ |
| H A D | flex.skl | 243 #include <cstring>
|
| /freebsd-13.1/ |
| H A D | ObsoleteFiles.inc | 403 OLD_FILES+=usr/include/c++/v1/tr1/cstring 2764 OLD_FILES+=usr/include/c++/4.2/cstring 10945 OLD_FILES+=usr/include/c++/3.4/cstring 11627 OLD_FILES+=usr/include/c++/3.3/cstring 12353 OLD_FILES+=usr/include/g++/cstring
|