| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ARMAttributeParser.cpp | 116 static const char *strings[] = {"Not Permitted", "Permitted"}; in ARM_ISA_use() local 126 static const char *strings[] = { in FP_arch() local 150 static const char *strings[] = { in PCS_config() local 184 static const char *strings[] = {"IEEE-754", "Runtime"}; in ABI_FP_rounding() local 194 static const char *strings[] = {"Not Permitted", "IEEE-754"}; in ABI_FP_exceptions() local 265 static const char *strings[] = {"AAPCS", "iWMMX", "Custom"}; in ABI_WMMX_args() local 270 static const char *strings[] = { in ABI_optimization_goals() local 278 static const char *strings[] = { in ABI_FP_optimization_goals() local 366 static const char *strings[] = {"Not Used", "Used"}; in PACRET_use() local 371 static const char *strings[] = {"Not Used", "Used"}; in BTI_use() 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 | 42 static const char *strings[] = {"No unaligned access", "Unaligned access"}; in unalignedAccess() local
|
| /freebsd-14.2/usr.bin/mail/ |
| H A D | glob.h | 94 extern struct strings { struct 95 char *s_topFree; /* Beginning of this area */ 96 char *s_nextFree; /* Next alloctable place here */ 97 unsigned s_nleft; /* Number of bytes left here */
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/sbin/ifconfig/ |
| H A D | sfp.c | 56 struct ifconfig_sfp_info_strings strings; in sfp_status() local
|
| /freebsd-14.2/crypto/heimdal/lib/kadm5/ |
| H A D | sample_passwd_check.c | 75 char *strings[2]; in check_cracklib() local
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/crypto/heimdal/appl/gssmask/ |
| H A D | common.c | 83 permutate_all(struct getarg_strings *strings, size_t *size) in permutate_all()
|
| /freebsd-14.2/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-14.2/contrib/netbsd-tests/lib/libexecinfo/ |
| H A D | t_backtrace.c | 71 char **strings; in myfunc3() local
|
| /freebsd-14.2/contrib/xz/src/common/ |
| H A D | tuklib_physmem.c | 154 const char *strings = SYSPAGE_ENTRY(strings)->data; in tuklib_physmem() local
|
| /freebsd-14.2/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-14.2/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-14.2/sys/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 73 char *strings[] = { variable
|