/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ARMAttributeParser.cpp | 116 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 D | CSKYAttributeParser.cpp | 85 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 D | RISCVAttributeParser.cpp | 53 static const char *strings[] = {"No unaligned access", "Unaligned access"}; in unalignedAccess() local
|
/freebsd/usr.bin/mail/ |
H A D | glob.h | 92 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 D | assertions.md | 231 ### 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 D | mod.c | 60 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 D | StringsAndChecksums.h | 66 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 D | SBStringList.cpp | 87 void SBStringList::AppendList(const SBStringList &strings) { in AppendList() 97 void SBStringList::AppendList(const StringList &strings) { in AppendList()
|
/freebsd/sbin/ifconfig/ |
H A D | sfp.c | 56 struct ifconfig_sfp_info_strings strings; in sfp_status() local
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | sample_passwd_check.c | 75 char *strings[2]; in check_cracklib() local
|
/freebsd/sbin/ipf/libipf/ |
H A D | save_nothing.c | 26 nothing_parse(char **strings) in nothing_parse()
|
H A D | save_execute.c | 25 execute_parse(char **strings) in execute_parse()
|
H A D | save_syslog.c | 28 syslog_parse(char **strings) in syslog_parse()
|
H A D | save_file.c | 30 file_parse(char **strings) in file_parse()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getusershell.c | 78 static char **curshell, **shells, *strings; variable
|
H A D | getarg.h | 76 char **strings; member
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | StringList.cpp | 69 void StringList::AppendList(StringList strings) { in AppendList() 221 StringList &StringList::operator<<(const StringList &strings) { in operator <<()
|
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | common.c | 83 permutate_all(struct getarg_strings *strings, size_t *size) in permutate_all()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | utils_test.cpp | 249 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 D | t_backtrace.c | 71 char **strings; in myfunc3() local
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_util.c | 636 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 D | fdt.cc | 431 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 D | dtb.hh | 346 std::vector<std::string> strings; member in dtc::dtb::string_table
|
/freebsd/sys/netpfil/ipfw/test/ |
H A D | test_dn_heap.c | 72 char *strings[] = { variable
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | extractExternal.cpp | 156 StringTable(const set<string> &strings) { in StringTable() 293 set<string> strings; // set of all occurring symbols, appropriately prefixed in hideSymbols() local
|