Searched defs:strings (Results 1 - 25 of 81) sorted by last modified time

1234

/openbsd-current/gnu/usr.bin/perl/
H A Dlocale.c3389 const lconv_offset_t * strings[2] = { NULL, NULL }; local
3657 S_populate_hash_from_localeconv(pTHX_ HV * hv, const char * locale, const U32 which_mask, const lconv_offset_t * strings[2], const lconv_offset_t * integers) argument
[all...]
H A Dregcomp.c9787 AV * strings = NULL; local
14403 S_parse_uniprop_string(pTHX_ const char * const name, Size_t name_len, const bool is_utf8, const bool to_fold, const bool runtime, const bool deferrable, AV ** strings, bool *user_defined_ptr, SV * msg, const STRLEN level) argument
15821 S_handle_names_wildcard(pTHX_ const char * wname, const STRLEN wname_len, SV ** prop_definition, AV ** strings) argument
[all...]
/openbsd-current/usr.bin/mandoc/
H A Dmandocdb.c174 static struct ohash strings; /* table of all strings */ variable in typeref:struct:ohash
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_pm_debugfs.c470 static const char * const strings[] = { local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfd-in2.h469 struct bfd_strtab_hash *strings; member in struct:stab_info
/openbsd-current/gnu/llvm/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp94 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { function
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DRISCVAttributeParser.cpp42 static const char *strings[] = {"No unaligned access", "Unaligned access"}; local
H A DELFAttributeParser.cpp23 parseStringAttribute(const char *name, unsigned tag, ArrayRef<const char *> strings) argument
H A DARMAttributeParser.cpp116 static const char *strings[] = {"Not Permitted", "Permitted"}; local
121 static const char *strings[] = {"Not Permitted", "Thumb-1", "Thumb-2", "Permitted"}; local
126 static const char *strings[] = { local
133 static const char *strings[] = {"Not Permitted", "WMMXv1", "WMMXv2"}; local
138 static const char *strings[] = {"Not Permitted", "NEONv1", "NEONv2+FMA", local
144 static const char *strings[] = {"Not Permitted", "MVE integer", local
150 static const char *strings[] = { local
157 static const char *strings[] = {"v6", "Static Base", "TLS", "Unused"}; local
162 static const char *strings[] = {"Absolute", "PC-relative", "SB-relative", local
168 static const char *strings[] = {"Absolute", "PC-relative", "Not Permitted"}; local
173 static const char *strings[] = {"Not Permitted", "Direct", "GOT-Indirect"}; local
178 static const char *strings[] = {"Not Permitted", "Unknown", "2-byte", local
184 static const char *strings[] = {"IEEE-754", "Runtime"}; local
189 static const char *strings[] = {"Unsupported", "IEEE-754", "Sign Only"}; local
194 static const char *strings[] = {"Not Permitted", "IEEE-754"}; local
198 static const char *strings[] = {"Not Permitted", "IEEE-754"}; local
203 static const char *strings[] = {"Not Permitted", "Finite Only", "RTABI", local
209 static const char *strings[] = {"Not Permitted", "8-byte alignment", local
228 static const char *strings[] = {"Not Required", "8-byte data alignment", local
247 static const char *strings[] = {"Not Permitted", "Packed", "Int32", local
253 static const char *strings[] = {"Tag_FP_arch", "Single-Precision", "Reserved", local
259 static const char *strings[] = {"AAPCS", "AAPCS VFP", "Custom", local
265 static const char *strings[] = {"AAPCS", "iWMMX", "Custom"}; local
270 static const char *strings[] = { local
278 static const char *strings[] = { local
312 static const char *strings[] = {"Not Permitted", "v6-style"}; local
317 static const char *strings[] = {"If Available", "Permitted"}; local
322 static const char *strings[] = {"Not Permitted", "IEEE-754", "VFPv3"}; local
327 static const char *strings[] = {"Not Permitted", "Permitted"}; local
332 static const char *strings[] = {"If Available", "Not Permitted", "Permitted"}; local
337 static const char *strings[] = {"Not Permitted", "Permitted"}; local
342 static const char *strings[] = {"Not Permitted", "Permitted"}; local
347 static const char *strings[] = {"Not Permitted", "TrustZone", local
354 static const char *strings[] = {"Not Permitted", "Permitted in NOP space", local
360 static const char *strings[] = {"Not Permitted", "Permitted in NOP space", local
366 static const char *strings[] = {"Not Used", "Used"}; local
371 static const char *strings[] = {"Not Used", "Used"}; local
408 auto strings = ArrayRef(CPU_arch_strings); local
419 DescStream << " (" << strings[InnerValue] << ')'; local
[all...]
H A DCSKYAttributeParser.cpp85 static const char *strings[] = {"Error", "DSP Extension", "DSP 2.0"}; local
90 static const char *strings[] = {"Error", "VDSP Version 1", "VDSP Version 2"}; local
95 static const char *strings[] = {"Error", "FPU Version 1", "FPU Version 2", local
101 static const char *strings[] = {"Error", "Soft", "SoftFP", "Hard"}; local
106 static const char *strings[] = {"None", "Needed"}; local
111 static const char *strings[] = {"None", "Needed"}; local
116 static const char *strings[] = {"None", "Needed"}; local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h66 const DebugStringTableSubsectionRef &strings() const { return *Strings; } function in class:llvm::codeview::StringsAndChecksumsRef
94 const StringsPtr &strings() const { return Strings; } function in class:llvm::codeview::StringsAndChecksums
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DStringList.cpp69 void StringList::AppendList(StringList strings) { argument
221 StringList &StringList::operator<<(const StringList &strings) { argument
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3688 SetActionFromStrings( const std::vector<std::string> &strings) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1345 const auto &strings = cii.m_strings.strings(); local
H A DCompileUnitIndex.cpp166 PDBStringTable &strings = cantFail(m_index.pdb().getStringTable()); local
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBStringList.cpp80 void SBStringList::AppendList(const SBStringList &strings) { argument
90 void SBStringList::AppendList(const StringList &strings) { argument
/openbsd-current/gnu/llvm/lld/ELF/
H A DSyntheticSections.h399 SmallVector<StringRef, 0> strings; member in class:lld::elf::final
/openbsd-current/gnu/llvm/lld/COFF/
H A DPDB.cpp913 getFileName(const DebugStringTableSubsectionRef &strings, argument
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3385 IndexDataStringList *strings; member in struct:__anon1138
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DOffloadBinary.h98 string_iterator_range strings() const { function in class:llvm::object::OffloadBinary
/openbsd-current/sys/dev/pci/
H A Dif_myx.c379 u_int8_t strings[MYX_STRING_SPECS_SIZE]; local
/openbsd-current/usr.bin/tput/
H A Dtput.c245 char *strings[1 + NUM_PARM]; local
[all...]
/openbsd-current/usr.bin/tic/
H A Dtic.c2249 char *strings[1 + NUM_PARM]; local
[all...]
/openbsd-current/usr.bin/gencat/
H A Dgencat.c504 char *strings; local
/openbsd-current/lib/libcrypto/ui/
H A Dui_local.h139 STACK_OF(UI_STRING) *strings; /* We might want to prompt for more member in struct:ui_st

Completed in 581 milliseconds

1234