| /src/usr.sbin/crash/ |
| unsupported.c | 39 errx(EXIT_FAILURE, "not yet supported on this platform");
|
| /src/usr.sbin/tprof/arch/ |
| tprof_noarch.c | 49 errx(EXIT_FAILURE, "architecture not supported"); 55 errx(EXIT_FAILURE, "architecture not supported"); 61 errx(EXIT_FAILURE, "architecture not supported");
|
| /src/external/bsd/libfido2/dist/examples/ |
| reset.c | 33 errx(1, "fido_dev_new"); 36 errx(1, "fido_dev_open: %s (0x%x)", fido_strerr(r), r); 40 errx(1, "fido_dev_reset: %s (0x%x)", fido_strerr(r), r); 44 errx(1, "fido_dev_close: %s (0x%x)", fido_strerr(r), r);
|
| retries.c | 33 errx(1, "fido_dev_new"); 36 errx(1, "fido_open: %s (0x%x)", fido_strerr(r), r); 39 errx(1, "fido_dev_get_retry_count: %s (0x%x)", fido_strerr(r), r); 42 errx(1, "fido_close: %s (0x%x)", fido_strerr(r), r);
|
| assert.c | 61 errx(1, "read_ec_pubkey"); 64 errx(1, "es256_pk_new"); 67 errx(1, "es256_pk_from_EC_KEY"); 76 errx(1, "read_ec_pubkey"); 79 errx(1, "es384_pk_new"); 82 errx(1, "es384_pk_from_EC_KEY"); 91 errx(1, "read_rsa_pubkey"); 94 errx(1, "rs256_pk_new"); 97 errx(1, "rs256_pk_from_RSA"); 106 errx(1, "read_eddsa_pubkey") [all...] |
| cred.c | 55 errx(1, "fido_cred_new"); 60 errx(1, "fido_cred_set_type: %s (0x%x)", fido_strerr(r), r); 65 errx(1, "fido_cred_set_clientdata: %s (0x%x)", fido_strerr(r), r); 70 errx(1, "fido_cred_set_rp: %s (0x%x)", fido_strerr(r), r); 75 errx(1, "fido_cred_set_authdata: %s (0x%x)", fido_strerr(r), r); 80 errx(1, "fido_cred_set_extensions: %s (0x%x)", fido_strerr(r), r); 84 errx(1, "fido_cred_set_rk: %s (0x%x)", fido_strerr(r), r); 88 errx(1, "fido_cred_set_uv: %s (0x%x)", fido_strerr(r), r); 93 errx(1, "fido_cred_set_prot: %s (0x%x)", fido_strerr(r), r); 98 errx(1, "fido_cred_set_fmt: %s (0x%x)", fido_strerr(r), r) [all...] |
| setpin.c | 27 errx(1, "fido_dev_new"); 30 errx(1, "fido_dev_open: %s (0x%x)", fido_strerr(r), r); 33 errx(1, "fido_dev_set_pin: %s (0x%x)", fido_strerr(r), r); 36 errx(1, "fido_dev_close: %s (0x%x)", fido_strerr(r), r);
|
| /src/lib/libc/gen/ |
| errx.c | 1 /* $NetBSD: errx.c,v 1.14 2007/06/18 14:13:54 ginsbach Exp $ */ 41 __RCSID("$NetBSD: errx.c,v 1.14 2007/06/18 14:13:54 ginsbach Exp $"); 50 __weak_alias(errx, _errx) 55 errx(int eval, const char *fmt, ...)
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| advertising_proxy_services.c | 325 advertising_proxy_error_type errx; local 326 errx = adv_send_command(conn_ref, client_queue, "advertising_proxy_flush_entries", 328 return errx; 335 advertising_proxy_error_type errx; local 336 errx = adv_send_command(conn_ref, client_queue, "advertising_proxy_get_service_list", 338 return errx; 345 advertising_proxy_error_type errx; local 346 errx = adv_send_command(conn_ref, client_queue, "advertising_proxy_block_service", 348 return errx; 355 advertising_proxy_error_type errx; local 365 advertising_proxy_error_type errx; local 375 advertising_proxy_error_type errx; local 390 advertising_proxy_error_type errx; local 401 advertising_proxy_error_type errx; local 412 advertising_proxy_error_type errx; local 423 advertising_proxy_error_type errx; local 434 advertising_proxy_error_type errx; local 444 advertising_proxy_error_type errx; local 454 advertising_proxy_error_type errx; local 464 advertising_proxy_error_type errx; local 474 advertising_proxy_error_type errx; local 484 advertising_proxy_error_type errx; local 494 advertising_proxy_error_type errx; local 504 advertising_proxy_error_type errx; local 514 advertising_proxy_error_type errx; local 524 advertising_proxy_error_type errx; local 534 advertising_proxy_error_type errx; local 544 advertising_proxy_error_type errx; local 563 advertising_proxy_error_type errx; local [all...] |
| /src/tests/rump/rumpkern/h_client/ |
| h_forkcli.c | 25 errx(1, "unexpected pid %d", pid1); 29 errx(1, "write newlyopened /dev/null"); 43 errx(1, "unexpected pid %d", pid2); 45 errx(1, "child and parent pids are equal"); 49 errx(1, "write child /dev/null"); 58 errx(1, "write parent /dev/null"); 62 errx(1, "child exited with status %d", status); 64 errx(1, "write parent /dev/null"); 87 errx(1, "pipe"); 104 errx(1, "teststring doesn't match, got %s", buf) [all...] |
| /src/external/bsd/kyua-testers/dist/ |
| cli.c | 78 errx(usage_error ? EXIT_USAGE_ERROR : EXIT_INTERNAL_ERROR, 102 errx(EXIT_USAGE_ERROR, "%s '%s' (not a number)", message, str); 104 errx(EXIT_USAGE_ERROR, "%s '%s' (out of range)", message, str); 137 errx(EXIT_USAGE_ERROR, "No test program provided"); 139 errx(EXIT_USAGE_ERROR, "Only one test program allowed"); 174 errx(EXIT_USAGE_ERROR, "%s's -%c requires an argument", argv[0], 178 errx(EXIT_USAGE_ERROR, "Unknown %s option -%c", argv[0], optopt); 189 errx(EXIT_USAGE_ERROR, "Must provide a test program, a test case name " 236 errx(EXIT_USAGE_ERROR, "-%c requires an argument", optopt); 239 errx(EXIT_USAGE_ERROR, "Unknown option -%c", optopt) [all...] |
| /src/regress/sys/kern/kqueue/vnode/ |
| revoke.c | 44 errx(1, "Usage: %s file", argv[0]);
|
| /src/tests/libexec/ld.elf_so/ |
| h_df_1_noopen.c | 42 errx(1, "%s", dlerror());
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| test_expr.c | 60 errx(1, "hx509_context_init failed with %d", ret); 70 errx(1, "_hx509_expr_parse failed for %d: %s", i, foo[i].str); 75 errx(1, "_hx509_expr_eval not true when it should: %d: %s", 79 errx(1, "_hx509_expr_eval true when it should not: %d: %s",
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| errx.c | 1 /* $NetBSD: errx.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */ 41 errx(int eval, const char *fmt, ...) function
|
| estrdup.c | 53 errx (1, "strdup failed");
|
| parse_time-test.c | 70 errx(1, "sz (%lu) != tests[%d].size (%lu)", 79 errx(1, "sz (%lu) != tests[%d].size (%lu) with in size %lu", 84 errx(1, "test %i wrong result %s vs %s", i, buf, tests[i].str); 86 errx(1, "test %i not zero terminated", i); 93 errx(1, "sz (%lu) != tests[%d].size (%lu) with insize %lu", 98 errx(1, "test %i wrong result %s vs %s", i, buf, tests[i].str); 100 errx(1, "test %i not zero terminated", i); 108 errx(1, "parse_time failed for test %d", i); 115 errx(1, "parse_time failed for test %d", i);
|
| /src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| test_sl.c | 81 errx(1, "sl_make_argv test %d failed", i); 83 errx(1, "sl_make_argv passed test %d when it shouldn't", i); 85 errx(1, "result argc (%d) != should be argc (%d) for test %d", 89 errx(1, "result argv (%s) != should be argv (%s) for test %d",
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| test_acquire_cred.c | 70 errx(1, "add_cred failed"); 77 errx(1, "release_cred failed"); 96 errx(1, "acquire_cred failed"); 107 errx(1, "release_cred failed"); 127 errx(1, "import_name failed"); 139 errx(1, "acquire_cred failed"); 146 errx(1, "release_cred failed"); 152 errx(1, "release_name failed");
|
| test_kcred.c | 61 errx(1, "gss_acquire_cred"); 66 errx(1, "gss_inquire_cred"); 70 errx(1, "krb5_init_context"); 78 errx(1, "gss_krb5_copy_ccache"); 82 errx(1, "gss_krb5_import_cred"); 87 errx(1, "gss_inquire_cred 2"); 91 errx(1, "gss_compare_name"); 93 errx(1, "names not equal"); 96 errx(1, "lifetime not equal"); 99 errx(1, "usage not equal") [all...] |
| /src/tests/lib/librumphijack/ |
| h_client.c | 47 errx(1, "need testname as param"); 68 errx(EXIT_FAILURE, "select successful"); 71 errx(EXIT_FAILURE, "stdin fileno is still set"); 89 errx(EXIT_FAILURE, "select successful"); 95 errx(EXIT_FAILURE, "select2 successful"); 113 errx(EXIT_FAILURE, "poll unexpected rv %d (%d)", 116 errx(EXIT_FAILURE, "poll unexpected revents"); 131 errx(EXIT_FAILURE, "unexpected fd8 %d %d", fd, errno); 133 errx(EXIT_FAILURE, "fd leak?"); 135 errx(EXIT_FAILURE, "rump open %d %d", fd, errno) [all...] |
| h_cwd.c | 87 errx(EXIT_FAILURE, "strcmp1"); 95 errx(EXIT_FAILURE, "strcmp2"); 103 errx(EXIT_FAILURE, "strcmp3"); 109 errx(EXIT_FAILURE, "strcmp4"); 116 errx(EXIT_FAILURE, "strcmp5"); 122 errx(EXIT_FAILURE, "strcmp6"); 142 errx(EXIT_FAILURE, "strcmp"); 150 errx(1, "usage"); 160 errx(EXIT_FAILURE, "invalid chdir type");
|
| /src/external/bsd/libfido2/dist/tools/ |
| assert_verify.c | 43 errx(1, "input error"); 56 errx(1, "fido_assert_new"); 58 errx(1, "fido_assert_count: %s", fido_strerr(r)); 66 errx(1, "fido_assert_set: %s", fido_strerr(r)); 70 errx(1, "fido_assert_set_up: %s", fido_strerr(r)); 74 errx(1, "fido_assert_set_uv: %s", fido_strerr(r)); 79 errx(1, "fido_assert_set_extensions: %s", 106 errx(1, "read_ec_pubkey"); 108 errx(1, "es256_pk_new"); 110 errx(1, "es256_pk_from_EC_KEY") [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| test_kcred.c | 73 errx(1, "gss_acquire_cred"); 78 errx(1, "gss_inquire_cred"); 82 errx(1, "krb5_init_context"); 90 errx(1, "gss_krb5_copy_ccache"); 94 errx(1, "gss_krb5_import_cred"); 99 errx(1, "gss_inquire_cred 2"); 103 errx(1, "gss_compare_name"); 105 errx(1, "names not equal"); 108 errx(1, "lifetime not equal %lu != %lu", 114 errx(1, "usages disjoined") [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
| test_ntlm.c | 72 errx(1, "heim_ntlm_encode_type1"); 82 errx(1, "heim_ntlm_encode_type1"); 85 errx(1, "parser got domain wrong: %s", type1.domain); 88 errx(1, "parser got hostname wrong: %s", type1.hostname); 108 errx(1, "heim_ntlm_encode_type2"); 118 errx(1, "heim_ntlm_decode_type2"); 145 errx(1, "heim_ntlm_encode_type3"); 157 errx(1, "heim_ntlm_decode_type3"); 160 errx(1, "type3 ws wrong"); 163 errx(1, "type3 targetname wrong") [all...] |