Home
last modified time | relevance | path

Searched defs:strings (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp116 static const char *strings[] = {"Not Permitted", "Permitted"}; in ARM_ISA_use() local
121 static const char *strings[] = {"Not Permitted", "Thumb-1", "Thumb-2", "Permitted"}; in THUMB_ISA_use() local
126 static const char *strings[] = { in FP_arch() local
133 static const char *strings[] = {"Not Permitted", "WMMXv1", "WMMXv2"}; in WMMX_arch() local
138 static const char *strings[] = {"Not Permitted", "NEONv1", "NEONv2+FMA", in Advanced_SIMD_arch() local
144 static const char *strings[] = {"Not Permitted", "MVE integer", in MVE_arch() local
150 static const char *strings[] = { in PCS_config() local
157 static const char *strings[] = {"v6", "Static Base", "TLS", "Unused"}; in ABI_PCS_R9_use() local
162 static const char *strings[] = {"Absolute", "PC-relative", "SB-relative", in ABI_PCS_RW_data() local
168 static const char *strings[] = {"Absolute", "PC-relative", "Not Permitted"}; in ABI_PCS_RO_data() local
[all …]
H A DCSKYAttributeParser.cpp85 static const char *strings[] = {"Error", "DSP Extension", "DSP 2.0"}; in dspVersion() local
90 static const char *strings[] = {"Error", "VDSP Version 1", "VDSP Version 2"}; in vdspVersion() local
95 static const char *strings[] = {"Error", "FPU Version 1", "FPU Version 2", in fpuVersion() local
101 static const char *strings[] = {"Error", "Soft", "SoftFP", "Hard"}; in fpuABI() local
106 static const char *strings[] = {"None", "Needed"}; in fpuRounding() local
111 static const char *strings[] = {"None", "Needed"}; in fpuDenormal() local
116 static const char *strings[] = {"None", "Needed"}; in fpuException() local
H A DRISCVAttributeParser.cpp53 static const char *strings[] = {"No unaligned access", "Unaligned access"}; in unalignedAccess() local
/freebsd/usr.bin/mail/
H A Dglob.h92 extern struct strings { struct
93 char *s_topFree; /* Beginning of this area */
94 char *s_nextFree; /* Next alloctable place here */
95 unsigned s_nleft; /* Number of bytes left here */
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md231 ### EXPECT_STREQ {#EXPECT_STREQ}
238 ### EXPECT_STRNE {#EXPECT_STRNE}
245 ### EXPECT_STRCASEEQ {#EXPECT_STRCASEEQ}
253 ### EXPECT_STRCASENE {#EXPECT_STRCASENE}
/freebsd/crypto/heimdal/kadmin/
H A Dmod.c60 struct getarg_strings *strings) in add_constrained_delegation()
107 struct getarg_strings *strings) in add_aliases()
157 struct getarg_strings *strings) in add_pkinit_acl()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h66 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() function
94 const StringsPtr &strings() const { return Strings; } in strings() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp87 void SBStringList::AppendList(const SBStringList &strings) { in AppendList()
97 void SBStringList::AppendList(const StringList &strings) { in AppendList()
/freebsd/sbin/ifconfig/
H A Dsfp.c56 struct ifconfig_sfp_info_strings strings; in sfp_status() local
/freebsd/crypto/heimdal/lib/kadm5/
H A Dsample_passwd_check.c75 char *strings[2]; in check_cracklib() local
/freebsd/sbin/ipf/libipf/
H A Dsave_nothing.c26 nothing_parse(char **strings) in nothing_parse()
H A Dsave_execute.c25 execute_parse(char **strings) in execute_parse()
H A Dsave_syslog.c28 syslog_parse(char **strings) in syslog_parse()
H A Dsave_file.c30 file_parse(char **strings) in file_parse()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetusershell.c78 static char **curshell, **shells, *strings; variable
H A Dgetarg.h76 char **strings; member
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp69 void StringList::AppendList(StringList strings) { in AppendList()
221 StringList &StringList::operator<<(const StringList &strings) { in operator <<()
/freebsd/crypto/heimdal/appl/gssmask/
H A Dcommon.c83 permutate_all(struct getarg_strings *strings, size_t *size) in permutate_all()
/freebsd/contrib/atf/atf-c++/
H A Dutils_test.cpp249 std::set< std::string > strings; in ATF_TEST_CASE_BODY() local
261 std::vector< std::string > strings; in ATF_TEST_CASE_BODY() local
/freebsd/contrib/netbsd-tests/lib/libexecinfo/
H A Dt_backtrace.c71 char **strings; in myfunc3() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_util.c636 archive_utility_string_sort_helper(char **strings, unsigned int n) in archive_utility_string_sort_helper()
696 archive_utility_string_sort(char **strings) in archive_utility_string_sort()
/freebsd/usr.bin/dtc/
H A Dfdt.cc431 property::property(input_buffer &structs, input_buffer &strings) in property()
591 property::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb()
618 property::write(dtb::output_writer &writer, dtb::string_table &strings) in write()
778 node::node(input_buffer &structs, input_buffer &strings) : valid(true) in node()
1079 node::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb()
1175 node::write(dtb::output_writer &writer, dtb::string_table &strings) in write()
H A Ddtb.hh346 std::vector<std::string> strings; member in dtc::dtb::string_table
/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c72 char *strings[] = { variable
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp156 StringTable(const set<string> &strings) { in StringTable()
293 set<string> strings; // set of all occurring symbols, appropriately prefixed in hideSymbols() local

123