Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp83 static const char *strings[] = { in CPU_arch() local
111 static const char *strings[] = {"Not Permitted", "Permitted"}; in ARM_ISA_use() local
121 static const char *strings[] = { in FP_arch() local
145 static const char *strings[] = { in PCS_config() local
179 static const char *strings[] = {"IEEE-754", "Runtime"}; in ABI_FP_rounding() local
189 static const char *strings[] = {"Not Permitted", "IEEE-754"}; in ABI_FP_exceptions() local
193 static const char *strings[] = {"Not Permitted", "IEEE-754"}; in ABI_FP_user_exceptions() local
262 static const char *strings[] = {"AAPCS", "iWMMX", "Custom"}; in ABI_WMMX_args() local
267 static const char *strings[] = { in ABI_optimization_goals() local
276 static const char *strings[] = { in ABI_FP_optimization_goals() local
[all …]
H A DRISCVAttributeParser.cpp42 static const char *strings[] = {"No unaligned access", "Unaligned access"}; in unalignedAccess() local
/freebsd-13.1/usr.bin/mail/
H A Dglob.h96 extern struct strings { struct
97 char *s_topFree; /* Beginning of this area */
98 char *s_nextFree; /* Next alloctable place here */
99 unsigned s_nleft; /* Number of bytes left here */
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h64 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() function
92 const StringsPtr &strings() const { return Strings; } in strings() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp85 void SBStringList::AppendList(const SBStringList &strings) { in AppendList()
96 void SBStringList::AppendList(const StringList &strings) { in AppendList()
/freebsd-13.1/crypto/heimdal/lib/kadm5/
H A Dsample_passwd_check.c75 char *strings[2]; in check_cracklib() local
/freebsd-13.1/sbin/ifconfig/
H A Dsfp.c61 struct ifconfig_sfp_info_strings strings; in sfp_status() local
/freebsd-13.1/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-13.1/crypto/heimdal/lib/roken/
H A Dgetusershell.c78 static char **curshell, **shells, *strings; variable
H A Dgetarg.h76 char **strings; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp63 void StringList::AppendList(StringList strings) { in AppendList()
215 StringList &StringList::operator<<(const StringList &strings) { in operator <<()
/freebsd-13.1/crypto/heimdal/appl/gssmask/
H A Dcommon.c83 permutate_all(struct getarg_strings *strings, size_t *size) in permutate_all()
/freebsd-13.1/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-13.1/contrib/netbsd-tests/lib/libexecinfo/
H A Dt_backtrace.c71 char **strings; in myfunc3() local
/freebsd-13.1/contrib/xz/src/common/
H A Dtuklib_physmem.c136 const char *strings = SYSPAGE_ENTRY(strings)->data; in tuklib_physmem() local
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_util.c587 archive_utility_string_sort_helper(char **strings, unsigned int n) in archive_utility_string_sort_helper()
649 archive_utility_string_sort(char **strings) in archive_utility_string_sort()
/freebsd-13.1/usr.bin/dtc/
H A Dfdt.cc414 property::property(input_buffer &structs, input_buffer &strings) in property()
574 property::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb()
601 property::write(dtb::output_writer &writer, dtb::string_table &strings) in write()
761 node::node(input_buffer &structs, input_buffer &strings) : valid(true) in node()
1035 node::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb()
1131 node::write(dtb::output_writer &writer, dtb::string_table &strings) in write()
H A Ddtb.hh348 std::vector<std::string> strings; member in dtc::dtb::string_table
/freebsd-13.1/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c75 char *strings[] = { variable
/freebsd-13.1/lib/libifconfig/
H A Dlibifconfig_sfp.c514 struct ifconfig_sfp_info_strings *strings) in ifconfig_sfp_get_sfp_info_strings()
527 const struct ifconfig_sfp_info_strings *strings) in ifconfig_sfp_physical_spec()
/freebsd-13.1/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