| /openbsd-src/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() 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 …]
|
| /openbsd-src/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-src/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>) 774 SYMBOL(memmove, std::, <cstring>) 782 SYMBOL(memset, std::, <cstring>) 1065 SYMBOL(strcat, std::, <cstring>) 1066 SYMBOL(strchr, std::, <cstring>) 1067 SYMBOL(strcmp, std::, <cstring>) 1068 SYMBOL(strcoll, std::, <cstring>) 1069 SYMBOL(strcpy, std::, <cstring>) [all …]
|
| /openbsd-src/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. \
|
| H A D | codecvt | 561 # include <cstring>
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | darwin-sections.def | 14 DEF_SECTION (cstring_section, SECTION_MERGE, ".cstring", 0)
|
| /openbsd-src/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-src/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-src/gnu/llvm/libcxx/include/ext/ |
| H A D | __hash | 16 #include <cstring>
|
| /openbsd-src/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-src/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-src/gnu/gcc/libstdc++-v3/docs/html/21_strings/ |
| H A D | stringtok_h.txt | 54 #include <cstring> // for strchr
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/ |
| H A D | stringtok_h.txt | 54 #include <cstring> // for strchr
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/ |
| H A D | checkers.rst | 351 Checks if the cstring pointer from which the ``std::string`` object is 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: [all …]
|
| /openbsd-src/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-src/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-src/gnu/llvm/libcxx/include/experimental/ |
| H A D | memory_resource | 435 # include <cstring>
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/ |
| H A D | Makefile.am | 269 cstring \
|
| H A D | Makefile.in | 392 cstring \
|
| /openbsd-src/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-src/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-src/gnu/llvm/libcxx/docs/ |
| H A D | ReleaseNotes.rst | 111 ``cstdint``, ``cstdlib``, ``cstring``, ``ctime``, ``exception``,
|