| /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
|
| /src/distrib/common/ |
| parselist.awk | 111 errx("Unknown parselist mode '" mode "'"); 123 errx("Environment variable " nv " not defined"); 355 function errx(msg) \ function
|
| /src/external/bsd/libfido2/dist/openbsd-compat/ |
| err.h | 44 errx(int eval, const char *fmt, ...) function
|
| /src/external/bsd/tmux/dist/compat/ |
| err.c | 47 errx(int eval, const char *fmt, ...) function
|
| /src/external/bsd/mdocml/dist/ |
| compat_err.c | 73 errx(int eval, const char *fmt, ...) function
|
| /src/crypto/external/apache2/openssl/dist/demos/guide/ |
| tls-server-block.c | 44 static void errx(int status, const char *fmt, ...) function 76 errx(res, "Usage: %s [host:]port", argv[0]); 86 errx(res, "Failed to create server SSL_CTX"); 96 errx(res, "Failed to set the minimum TLS protocol version"); 156 errx(res, "Failed to load the server certificate chain file"); 168 errx(res, "Error loading the server private key file, " 217 errx(res, "Error creating acceptor bio"); 224 errx(res, "Error setting up acceptor socket");
|
| quic-server-block.c | 45 static void errx(int status, const char *fmt, ...) function 294 errx(res, "usage: %s <port> <server.crt> <server.key>", argv[0]); 299 errx(res, "Failed to create context"); 306 errx(res, "Failed to parse port number"); 313 errx(res, "Failed to create socket"); 321 errx(res, "Error in QUIC server loop");
|
| quic-server-non-block.c | 45 static void errx(int status, const char *fmt, ...) function 479 errx(res, "usage: %s <port> <server.crt> <server.key>", argv[0]); 484 errx(res, "Failed to create context"); 491 errx(res, "Failed to parse port number"); 498 errx(res, "Failed to create socket"); 506 errx(res, "Error in QUIC server loop");
|
| /src/bin/sh/bltin/ |
| bltin.h | 82 #define errx sh_errx macro
|
| /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...] |
| cti-services.c | 617 cti_status_t errx = kCTIStatus_NoError; local 642 errx = init_connection(ref, "com.apple.wpantund.xpc", dict, command_name, property_name, return_property_name, 644 if (errx) // On error init_connection() leaves *conn_ref set to NULL 646 ERROR(PUB_S_SRP ": Since init_connection() returned %d error returning w/o sending msg", command_name, errx); 647 return errx; 650 return errx; 683 cti_status_t errx; local 696 errx = setup_for_command(NULL, client_queue, "add_service", NULL, NULL, dict, "WpanctlCmd", 700 return errx; 710 cti_status_t errx; local 733 cti_status_t errx; local 794 cti_status_t errx; local 825 cti_status_t errx; local 934 cti_status_t errx; local 956 cti_status_t errx; local 976 cti_status_t errx; local 999 cti_status_t errx; local 1088 cti_status_t errx; local 1160 cti_status_t errx; local 1245 cti_status_t errx; local 1579 cti_status_t errx; local 1812 cti_status_t errx; local 2067 cti_status_t errx; local 2229 cti_status_t errx; local 2280 cti_status_t errx; local 2374 cti_status_t errx; local 2396 cti_status_t errx; local 2419 cti_status_t errx; local [all...] |
| /src/lib/libc/include/ |
| namespace.h | 46 #define errx _errx macro
|