Searched refs:purpose (Results 26 - 50 of 142) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlto-section-in.c467 lto_value_range_error (const char *purpose, HOST_WIDE_INT val, argument
472 purpose, (int)min, (int)max, (int)val);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dverify_extra_test.c239 static int do_test_purpose(int purpose, int expected) argument
268 if (!TEST_true(X509_STORE_CTX_set_purpose(ctx, purpose)))
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarcmd.mk5 # FIXME: The purpose of this test is unclear. The test uses six levels of
H A Dcond-token-string.mk91 # the parser, in this case their only purpose is to make the code harder to
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dverify_extra_test.c225 static int do_test_purpose(int purpose, int expected) argument
254 if (!TEST_true(X509_STORE_CTX_set_purpose(ctx, purpose)))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlto-section-in.cc467 lto_value_range_error (const char *purpose, HOST_WIDE_INT val, argument
472 purpose, (int)min, (int)max, (int)val);
/netbsd-current/external/bsd/kyua-cli/dist/integration/
H A Dcmd_test_test.sh64 simple_some_fail:fail -> failed: This fails on purpose [S.UUUs]
124 first:fail -> failed: This fails on purpose [S.UUUs]
126 second:fail -> failed: This fails on purpose [S.UUUs]
247 subdir/simple_some_fail:fail -> failed: This fails on purpose [S.UUUs]
323 second:fail -> failed: This fails on purpose [S.UUUs]
368 subdir/second:fail -> failed: This fails on purpose [S.UUUs]
432 third:fail -> failed: This fails on purpose [S.UUUs]
476 subdir/fourth:fail -> failed: This fails on purpose [S.UUUs]
575 some-program:fail -> failed: This fails on purpose [S.UUUs]
591 2,some-program,fail,failed,This fails on purpose
[all...]
H A Dcmd_debug_test.sh100 first:fail -> failed: This fails on purpose
227 subdir/prog:fail -> failed: This fails on purpose
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_local.h23 int purpose; /* purpose to check untrusted certificates */ member in struct:X509_VERIFY_PARAM_st
/netbsd-current/crypto/external/bsd/openssl.old/dist/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);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_local.h26 int purpose; /* purpose to check untrusted certificates */ member in struct:X509_VERIFY_PARAM_st
/netbsd-current/external/bsd/kyua-atf-compat/dist/
H A Datf-report_test.sh68 program2:fail -> failed: On purpose [X.XXXs]
75 program2:fail -> failed: On purpose [X.XXXs]
/netbsd-current/sys/dev/fdt/
H A Dfdt_boot.c148 const char *purpose)
165 printf("Failed to allocate VA for %s\n", purpose);
147 fdt_map_range(uint64_t start, uint64_t end, uint64_t *psize, const char *purpose) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D25-test_verify.t20 my ($cert, $purpose, $trusted, $untrusted, @opts) = @_;
21 my @args = qw(openssl verify -auth_level 1 -purpose);
23 push(@args, "$purpose", @opts);
48 # Explicit trust/purpose combinations
51 "accept server purpose");
53 "fail client purpose");
57 "accept server trust with server purpose");
59 "accept server trust with client purpose");
64 "accept wildcard trust with server purpose");
66 "accept wildcard trust with client purpose");
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D25-test_verify.t21 my ($cert, $purpose, $trusted, $untrusted, @opts) = @_;
24 push(@args, "-purpose", $purpose) if $purpose ne "";
59 # Explicit trust/purpose combinations
62 "accept server purpose");
64 "fail client purpose");
68 "accept server trust with server purpose");
70 "accept server trust with client purpose");
75 "accept wildcard trust with server purpose");
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-rtl.vim16 " General-purpose comments.
H A Dgimple.vim33 " General-purpose comments.
/netbsd-current/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-rtl.vim16 " General-purpose comments.
H A Dgimple.vim33 " General-purpose comments.
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/Template/
H A DPreprocess.pm78 One possible purpose: If your files contain a lot of JavaScript, like
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm97 One possible purpose: If your files contain a lot of JavaScript, like
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DFileUtils.pm33 This perl module provides various general purpose file handling functions.
H A DGeneral.pm30 This perl module provides various general purpose support functions
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c2051 tree purpose;
2079 && TREE_PURPOSE (t) == proxy->purpose
2088 list_hash_pieces (tree purpose, tree value, tree chain)
2099 if (purpose)
2100 hashcode += TREE_HASH (purpose);
2121 hash_tree_cons (tree purpose, tree value, tree chain)
2128 hashcode = list_hash_pieces (purpose, value, chain);
2131 proxy.purpose = purpose;
2138 *slot = tree_cons (purpose, valu
2048 tree purpose; member in struct:list_proxy
2085 list_hash_pieces(tree purpose, tree value, tree chain) argument
2118 hash_tree_cons(tree purpose, tree value, tree chain) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc2151 tree purpose;
2179 && TREE_PURPOSE (t) == proxy->purpose
2188 list_hash_pieces (tree purpose, tree value, tree chain)
2199 if (purpose)
2200 hashcode += TREE_HASH (purpose);
2221 hash_tree_cons (tree purpose, tree value, tree chain)
2228 hashcode = list_hash_pieces (purpose, value, chain);
2231 proxy.purpose = purpose;
2238 *slot = tree_cons (purpose, valu
2148 tree purpose; member in struct:list_proxy
2185 list_hash_pieces(tree purpose, tree value, tree chain) argument
2218 hash_tree_cons(tree purpose, tree value, tree chain) argument
[all...]

Completed in 396 milliseconds

123456