Searched refs:purpose (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.h28 BreakpointName::Permissions ::PermissionKinds purpose) {
29 VerifyIDs(args, target, true, result, valid_ids, purpose);
35 BreakpointName::Permissions::PermissionKinds purpose) {
36 VerifyIDs(args, target, false, result, valid_ids, purpose);
43 BreakpointName::Permissions::PermissionKinds purpose);
25 VerifyBreakpointOrLocationIDs( Args &args, Target *target, CommandReturnObject &result, BreakpointIDList *valid_ids, BreakpointName::Permissions ::PermissionKinds purpose) argument
33 VerifyBreakpointIDs(Args &args, Target *target, CommandReturnObject &result, BreakpointIDList *valid_ids, BreakpointName::Permissions::PermissionKinds purpose) argument
H A DCommandObjectBreakpoint.cpp2305 BreakpointName::Permissions ::PermissionKinds purpose) {
2339 purpose, result, temp_args);
2302 VerifyIDs( Args &args, Target *target, bool allow_locations, CommandReturnObject &result, BreakpointIDList *valid_ids, BreakpointName::Permissions ::PermissionKinds purpose) argument
/freebsd-13-stable/contrib/sendmail/libsm/
H A Db-strcmp.c25 void purpose __P((void));
37 purpose() function
74 purpose();
80 purpose();
H A Db-strl.c44 purpose() function
88 purpose();
108 purpose();
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Drecursive.mk7 # The purpose of evaluating that variable early was just to detect
9 # variable value without VARE_WANTRES for that purpose.
28 # The purpose of the -dL flag is to detect unclosed variables. This
H A Dcond-token-plain.mk51 # XXX: What is the purpose of treating an escaped '#' in the following
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointIDList.h63 ::PermissionKinds purpose,
/freebsd-13-stable/stand/i386/btx/lib/
H A Dbtxcsu.S13 # purpose.
H A Dbtxsys.S13 # purpose.
H A Dbtxv86.S13 # purpose.
/freebsd-13-stable/stand/i386/libi386/
H A Dpxetramp.S13 # purpose.
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_purp.c71 return (*a)->purpose - (*b)->purpose;
98 int X509_PURPOSE_set(int *p, int purpose) argument
100 if (X509_PURPOSE_get_by_id(purpose) == -1) {
104 *p = purpose;
136 int X509_PURPOSE_get_by_id(int purpose) argument
141 if ((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX))
142 return purpose - X509_PURPOSE_MIN;
145 tmp.purpose
[all...]
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx509_vpm.c179 x509_verify_param_copy(purpose, 0);
301 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) argument
303 return X509_PURPOSE_set(&param->purpose, purpose);
480 0, /* purpose */
491 X509_PURPOSE_SMIME_SIGN, /* purpose */
502 X509_PURPOSE_SMIME_SIGN, /* purpose */
513 X509_PURPOSE_SSL_CLIENT, /* purpose */
524 X509_PURPOSE_SSL_SERVER, /* purpose */
H A Dx509_vfy.c400 * Check EE or CA certificate purpose. For trusted certificates explicit local
403 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, argument
410 * settings trump the purpose constraints.
413 * ctx->param->trust are entirely independent of the purpose ordinals in
414 * ctx->param->purpose!
418 * related values of both param->trust and param->purpose. It is however
419 * typically possible to infer associated trust values from a purpose value
422 * Therefore, we can only check for trust overrides when the purpose we're
423 * checking is the same as ctx->param->purpose and ctx->param->trust is
426 if (depth >= ctx->num_untrusted && purpose
460 int purpose; local
2167 X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) argument
2197 X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, int purpose, int trust) argument
[all...]
H A Dx509_local.h23 int purpose; /* purpose to check untrusted certificates */ member in struct:X509_VERIFY_PARAM_st
H A Dx509_lu.c758 int X509_STORE_set_purpose(X509_STORE *ctx, int purpose) argument
760 return X509_VERIFY_PARAM_set_purpose(ctx->param, purpose);
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_test_test.sh66 simple_some_fail:fail -> failed: This fails on purpose [S.UUUs]
130 first:fail -> failed: This fails on purpose [S.UUUs]
133 second:fail -> failed: This fails on purpose [S.UUUs]
267 subdir/simple_some_fail:fail -> failed: This fails on purpose [S.UUUs]
351 second:fail -> failed: This fails on purpose [S.UUUs]
399 subdir/second:fail -> failed: This fails on purpose [S.UUUs]
467 third:fail -> failed: This fails on purpose [S.UUUs]
513 subdir/fourth:fail -> failed: This fails on purpose [S.UUUs]
609 some-program:fail -> failed: This fails on purpose [S.UUUs]
621 some-program,fail,failed,This fails on purpose
[all...]
H A Dcmd_debug_test.sh100 first:fail -> failed: This fails on purpose
229 subdir/prog:fail -> failed: This fails on purpose
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dx509_vfy.h281 int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
507 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
510 int purpose, int trust);
544 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);
H A Dx509v3.h404 int purpose; member in struct:x509_purpose_st
653 int X509_PURPOSE_set(int *p, int purpose);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp114 ::PermissionKinds purpose,
301 // Remove any names that aren't visible for this purpose:
307 if (bp_name && !bp_name->GetPermission(purpose))
111 FindAndReplaceIDRanges(Args &old_args, Target *target, bool allow_locations, BreakpointName::Permissions ::PermissionKinds purpose, CommandReturnObject &result, Args &new_args) argument
/freebsd-13-stable/stand/i386/mbr/
H A Dmbr.S13 # purpose.
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dkmodtool126 This is a meta-package without payload which sole purpose is to require the
359 This is a meta-package without payload which sole purpose is to require the
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc328 * The fake declaration is for documentation purpose only.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc328 * The fake declaration is for documentation purpose only.

Completed in 242 milliseconds

12