/openbsd/gnu/llvm/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() 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() 215 return operator()(lhs.cstring, rhs); in operator() [all …]
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | NameToDIE.cpp | 44 if (regex.Execute(entry.cstring.GetCString())) { in Find() 133 assert((bool)entry.cstring); in Encode() 134 encoder.AppendU32(strtab.Add(entry.cstring)); in Encode()
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | StdSymbolMap.inc | 771 SYMBOL(memchr, std::, <cstring>) 772 SYMBOL(memcmp, std::, <cstring>) 773 SYMBOL(memcpy, std::, <cstring>) 782 SYMBOL(memset, std::, <cstring>) 1065 SYMBOL(strcat, std::, <cstring>) 1066 SYMBOL(strchr, std::, <cstring>) 1067 SYMBOL(strcmp, std::, <cstring>) 1069 SYMBOL(strcpy, std::, <cstring>) 1081 SYMBOL(strlen, std::, <cstring>) 1091 SYMBOL(strspn, std::, <cstring>) [all …]
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cstring | 14 cstring synopsis 66 # error <cstring> tried including <string.h> but didn't find libc++'s <string.h> header. \
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | darwin-sections.def | 14 DEF_SECTION (cstring_section, SECTION_MERGE, ".cstring", 0)
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | headers_cc.txt | 73 #include <cstring>
|
H A D | DESIGN | 524 C headers: <cctype> <cwctype> <cstring> <cwchar> (also in 27) 567 Some of the functions in <cstring> are different from the C version. 569 example, in <cstring> strchr is overloaded. The functions isupper
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | headers_cc.txt | 73 #include <cstring>
|
H A D | DESIGN | 524 C headers: <cctype> <cwctype> <cstring> <cwchar> (also in 27) 567 Some of the functions in <cstring> are different from the C version. 569 example, in <cstring> strchr is overloaded. The functions isupper
|
/openbsd/gnu/llvm/libcxx/include/ext/ |
H A D | __hash | 16 #include <cstring>
|
/openbsd/gnu/usr.bin/perl/ext/B/B/ |
H A D | Concise.pm | 728 $hr->{svval} .= cstring($sv->PV); 734 $hr->{svval} .= cstring($sv->PV); 880 $precomp = cstring($precomp); # Escape literal control sequences
|
H A D | Xref.pm | 352 ? cstring($sv->PV) : "?"];
|
/openbsd/gnu/usr.bin/perl/ext/B/t/ |
H A D | b.t | 273 is(B::cstring(undef), '0', "Testing B::cstring(undef)"); 284 is(B::cstring($test), $expect, "B::cstring($expect)");
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/ |
H A D | stringtok_h.txt | 54 #include <cstring> // for strchr
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/21_strings/ |
H A D | stringtok_h.txt | 54 #include <cstring> // for strchr
|
/openbsd/gnu/llvm/clang/docs/analyzer/ |
H A D | checkers.rst | 952 .. _unix-cstring-BadSizeArg: 954 unix.cstring.BadSizeArg (C) 966 .. _unix-cstring-NullArg: 968 unix.cstring.NullArg (C) 2714 .. _alpha-unix-cstring-BufferOverlap: 2716 alpha.unix.cstring.BufferOverlap (C) 2727 .. _alpha-unix-cstring-NotNullTerminated: 2729 alpha.unix.cstring.NotNullTerminated (C) 2739 .. _alpha-unix-cstring-OutOfBounds: 2741 alpha.unix.cstring.OutOfBounds (C) [all …]
|
/openbsd/usr.bin/file/magdir/ |
H A D | macintosh | 325 # Is that the partition type a cstring or a pstring? Well, IM says "strings 327 # cstring. Of course, partitions can contain more than four entries, but
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | Symtab.cpp | 1198 assert((bool)entry.cstring); in EncodeCStrMap() 1199 encoder.AppendU32(strtab.Add(entry.cstring)); in EncodeCStrMap()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/ |
H A D | Makefile.am | 269 cstring \
|
H A D | Makefile.in | 392 cstring \
|
/openbsd/gnu/llvm/libcxx/include/experimental/ |
H A D | memory_resource | 435 # include <cstring>
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 80 def CString : Package<"cstring">, ParentPackage<Unix>; 81 def CStringAlpha : Package<"cstring">, ParentPackage<UnixAlpha>; 471 } // end "unix.cstring" 495 } // end "alpha.unix.cstring"
|
/openbsd/distrib/sets/lists/comp/ |
H A D | gcc.luna88k | 127 ./usr/include/g++/cstring
|
/openbsd/gnu/usr.bin/perl/ext/B/ |
H A D | B.xs | 242 cstring(pTHX_ SV *sv, bool perlstyle) in cstring() function 781 cstring(sv) 787 PUSHs(ix == 2 ? cchar(aTHX_ sv) : cstring(aTHX_ sv, (bool)ix));
|
/openbsd/gnu/llvm/libcxx/docs/ |
H A D | ReleaseNotes.rst | 111 ``cstdint``, ``cstdlib``, ``cstring``, ``ctime``, ``exception``,
|