Home
last modified time | relevance | path

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

12

/freebsd-13.1/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()
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 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-13.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-13.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);
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-13.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-13.1/contrib/llvm-project/libcxx/include/
H A Dcstring2 //===--------------------------- cstring ----------------------------------===//
14 cstring synopsis
H A Dmodule.modulemap190 module cstring {
191 header "cstring"
H A Dcharconv83 #include <cstring>
H A Dalgorithm652 #include <cstring>
H A Dmemory690 #include <cstring>
H A D__string25 #include <cstring> // for memcpy
H A D__locale23 # include <cstring>
H A Datomic585 #include <cstring>
H A Dvector285 #include <cstring>
H A Dstring526 #include <cstring>
/freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp40 if (regex.Execute(entry.cstring.GetCString())) { in Find()
/freebsd-13.1/contrib/llvm-project/libcxx/include/ext/
H A D__hash17 #include <cstring>
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td79 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 DMakefile149 STD_HEADERS+= cstring
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td664 def ObjCCStringFormat : DiagGroup<"cstring-format-directive">;
/freebsd-13.1/contrib/flex/src/
H A Dflex.skl243 #include <cstring>
/freebsd-13.1/
H A DObsoleteFiles.inc403 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

12