Home
last modified time | relevance | path

Searched defs:description (Results 26 – 50 of 217) sorted by relevance

123456789

/freebsd/crypto/openssl/
H A Dfunding.json8 …"description": "The OpenSSL Software Foundation was established in 2014 and is one of two entities… string
17 …"description": "The OpenSSL software library is a robust, commercial-grade, full-featured toolkit … string
33 "description": "Will accept direct bank transfers. Please email for details." string
39 … "description": "Payments up to $12,000 USD per month can be made via Github Sponsors." string
47 …"description": "Organizations that contribute $100,000 USD or more are recognized as Premier Spons… string
57 …"description": "Organizations that contribute $50,000 USD are recognized as Platinum Sponsors for … string
67 …"description": "Organizations that contribute $25,000 USD or more are recognized as Gold Sponsors … string
77 …"description": "Organizations that contribute $10,000 USD or more are recognized as Silver Sponsor… string
87 …"description": "Organizations that contribute $5,000 USD or more are recognized as Bronze Sponsors… string
97 …"description": "Organizations that contribute a gift of any amount under $5,000 USD are recognized… string
/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_ccache.c45 …release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_release()
119 …destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_destroy()
225 …default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_set_default()
320 …cc_ccache_t ccache, cc_uint32 expected_cred_vers, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_get_credentials_version()
423 …me(cc_ccache_t ccache, const char *expected_name, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_get_name()
471 const char *description) { in check_once_cc_ccache_get_principal()
625 …e, cc_uint32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_set_principal()
755 … ccache, const cc_credentials_union *credentials, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_store_credentials()
907 …ls(cc_ccache_t ccache, cc_credentials_t in_creds, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_remove_credentials()
1039 …he_t ccache, cc_credentials_iterator_t *iterator, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_new_credentials_iterator()
[all …]
H A Dtest_ccapi_context.c29 … *out_supported_version, char const **out_vendor, cc_int32 expected_err, const char *description) { in check_once_cc_initialize()
92 …nce_cc_context_release(cc_context_t *out_context, cc_int32 expected_err, const char *description) { in check_once_cc_context_release()
237 …hange_time(cc_context_t context, cc_time_t *time, cc_int32 expected_err, const char *description) { in check_once_cc_context_get_change_time()
315 …che_name(cc_context_t context, cc_string_t *name, cc_int32 expected_err, const char *description) { in check_once_cc_context_get_default_ccache_name()
406 …t context, const char *name, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) { in check_once_cc_context_open_ccache()
498 …ccache(cc_context_t context, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) { in check_once_cc_context_open_default_ccache()
599 …vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) { in check_once_cc_context_create_ccache()
696 …vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) { in check_once_cc_context_create_default_ccache()
787 …vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) { in check_once_cc_context_create_new_ccache()
897 …ontext_t context, cc_ccache_iterator_t *iterator, cc_int32 expected_err, const char *description) { in check_once_cc_context_new_ccache_iterator()
[all …]
H A Dtest_ccapi_v2.c159 …sult check_once_cc_shutdown(apiCB **out_context, cc_result expected_err, const char *description) { in check_once_cc_shutdown()
288 …hange_time(apiCB *context, cc_time_t *last_time, cc_result expected_err, const char *description) { in check_once_cc_get_change_time()
363 …char *name, cc_int32 version, ccache_p **ccache, cc_result expected_err, const char *description) { in check_once_cc_open()
456 …d_vers, const char *principal, ccache_p **ccache, cc_int32 expected_err, const char *description) { in check_once_cc_create()
534 …_once_cc_close(apiCB *context, ccache_p *ccache, cc_result expected_err, const char *description) { in check_once_cc_close()
597 …once_cc_destroy(apiCB *context, ccache_p *ccache, cc_int32 expected_err, const char *description) { in check_once_cc_destroy()
678 …t, ccache_p *ccache, cc_int32 expected_cred_vers, cc_int32 expected_err, const char *description) { in check_once_cc_get_cred_version()
769 …ext, ccache_p *ccache, const char *expected_name, cc_int32 expected_err, const char *description) { in check_once_cc_get_name()
863 const char *description) { in check_once_cc_get_principal()
947 …he, cc_int32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description) { in check_once_cc_set_principal()
[all …]
H A Dtest_ccapi_iterators.c84 …he_iterator_t iterator, cc_uint32 expected_count, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_iterator_next()
209 …ls_iterator_t iterator, cc_uint32 expected_count, cc_int32 expected_err, const char *description) { in check_once_cc_credentials_iterator_next()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp195 llvm::StringRef description; member
203 bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, in RegisterPlugin()
288 llvm::StringRef description, in RegisterPlugin()
312 llvm::StringRef description, in RegisterPlugin()
350 llvm::StringRef description, in RegisterPlugin()
383 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin()
417 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin()
445 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin()
478 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin()
512 llvm::StringRef description, in RegisterPlugin()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp19 Thread &thread, std::string description, in InstrumentationRuntimeStopInfo()
32 Thread &thread, std::string description, in CreateStopReasonWithInstrumentationData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp123 std::string description; in RetrieveReportData() local
146 std::string description = std::string(report->GetAsDictionary() in FormatDescription() local
206 std::string description = FormatDescription(report); in NotifyBreakpointHit() local
/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c46 const char *description; member
50 #define DLT_CHOICE(code, description) { #code, description, code } argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp172 std::string description; RetrieveReportData() local
194 std::string description = std::string(report->GetAsDictionary() FormatDescription() local
255 std::string description; NotifyBreakpointHit() local
/freebsd/contrib/libucl/tests/
H A Dtest_schema.c68 const ucl_object_t *valid, *data, *description; in perform_test() local
99 const ucl_object_t *schema, *tests, *description, *test; in perform_tests() local
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp65 CXXFunctionSummaryFormat::Callback funct, const char *description, in AddCXXSummary()
78 const char *description, llvm::StringRef type_name, in AddCXXSynthetic()
89 std::vector<std::string> children, const char *description, in AddFilter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.cpp24 std::string description = in GetCrashReasonString() local
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueListExtensions.i7 lldb::SBStream description; in __str__() local
/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DAlert.pm46 sub description subroutine
/freebsd/sys/netgraph/
H A Dng_nat.h70 char description[NG_NAT_DESC_LENGTH]; member
90 char description[NG_NAT_DESC_LENGTH]; member
107 char description[NG_NAT_DESC_LENGTH]; member
146 char description[NG_NAT_DESC_LENGTH]; member
/freebsd/crypto/heimdal/lib/wind/
H A Dpunycode_examples.h15 const char *description; member
/freebsd/lib/libifconfig/
H A Dlibifconfig_sfp_tables.tpl.c34 const char *description; /* brief description */ member
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h43 char const *description; member
/freebsd/usr.sbin/bluetooth/l2control/
H A Dl2control.h43 char const *description; member
/freebsd/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h43 char const *description; member
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h45 char const *description; member
/freebsd/usr.bin/mkimg/
H A Dformat.h33 const char *description; member
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp146 bool SBModuleSpec::GetDescription(lldb::SBStream &description) { in GetDescription()
253 bool SBModuleSpecList::GetDescription(lldb::SBStream &description) { in GetDescription()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRISCVAttributeParser.cpp59 std::string description = in stackAlign() local

123456789