| /freebsd/usr.sbin/mfiutil/ |
| H A D | mfiutil.c | 57 …fprintf(stderr, "usage: %s [-de] [-D device] [-u unit] [-t type] <command> ...\n\n", getprogname()… in usage() 58 fprintf(stderr, "Commands include:\n"); in usage() 59 fprintf(stderr, " version\n"); in usage() 60 fprintf(stderr, " show adapter - display controller information\n"); in usage() 61 fprintf(stderr, " show battery - display battery information\n"); in usage() 62 fprintf(stderr, " show config - display RAID configuration\n"); in usage() 63 fprintf(stderr, " show drives - list physical drives\n"); in usage() 64 fprintf(stderr, " show events - display event log\n"); in usage() 65 fprintf(stderr, " show firmware - list firmware images\n"); in usage() 66 fprintf(stderr, " show foreign - display detected foreign volumes\n"); in usage() [all …]
|
| /freebsd/contrib/byacc/ |
| H A D | error.c | 10 fprintf(stderr, "%s: f - %s\n", myname, msg); in fatal() 27 fprintf(stderr, "%s: f - cannot open \"%s\"\n", myname, filename); in open_error() 34 fprintf(stderr, "%s: e - line %d of \"%s\", missing '}'\n", in missing_brace() 42 fprintf(stderr, "%s: e - line %d of \"%s\", unexpected end-of-file\n", in unexpected_EOF() 57 putc(*s, stderr); in print_pos() 59 putc('?', stderr); in print_pos() 61 putc('\n', stderr); in print_pos() 65 putc('\t', stderr); in print_pos() 67 putc(' ', stderr); in print_pos() 69 putc('^', stderr); in print_pos() [all …]
|
| /freebsd/contrib/file/src/ |
| H A D | print.c | 55 (void) fprintf(stderr, "%s, %u: %.*s %d", in file_mdump() 60 (void) fprintf(stderr, "(%s,", in file_mdump() 65 (void) fputc('~', stderr); in file_mdump() 66 (void) fprintf(stderr, "%c%d),", in file_mdump() 71 (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "", in file_mdump() 75 (void) fputc('~', stderr); in file_mdump() 79 (void) fputc('/', stderr); in file_mdump() 81 (void) fputc(CHAR_COMPACT_WHITESPACE, stderr); in file_mdump() 84 stderr); in file_mdump() 86 (void) fputc(CHAR_IGNORE_LOWERCASE, stderr); in file_mdump() [all …]
|
| /freebsd/contrib/atf/atf-sh/ |
| H A D | atf_check_test.sh | 38 atf_check -s eq:0 -o save:stdout -e save:stderr -x \ 43 atf_check -s eq:0 -o save:stdout -e save:stderr -x \ 60 atf_check -s eq:1 -o save:stdout -e save:stderr -x \ 64 grep 'stdout does not match golden output' stderr >/dev/null || \ 66 grep 'stderr' stderr >/dev/null && \ 67 atf_fail "atf_check prints the stderr header" 68 grep '^-foo' stderr >/dev/null || \ 70 grep '^+bar' stderr >/dev/null || \ 78 "stderr and the expected stderr if the two do not" \ 85 atf_check -s eq:1 -o save:stdout -e save:stderr -x \ [all …]
|
| /freebsd/contrib/bearssl/tools/ |
| H A D | client.c | 62 fprintf(stderr, "ERROR: getaddrinfo(): %s\n", in host_connect() 93 fprintf(stderr, "connecting to: %s\n", tmp); in host_connect() 117 fprintf(stderr, "ERROR: failed to connect\n"); in host_connect() 122 fprintf(stderr, "connected.\n"); in host_connect() 158 fprintf(stderr, "Server requests a client certificate.\n"); in cc_start_name_list() 159 fprintf(stderr, "--- anchor DN list start ---\n"); in cc_start_name_list() 170 fprintf(stderr, "new anchor name, length = %u\n", in cc_start_name() 187 fprintf(stderr, " "); in cc_append_name() 189 fprintf(stderr, "\n "); in cc_append_name() 191 fprintf(stderr, " %02x", data[u]); in cc_append_name() [all …]
|
| H A D | sslio.c | 57 fprintf(stderr, "%s (len = %lu)", name, (unsigned long)len); in dump_blob() 60 fprintf(stderr, "\n%08lX ", (unsigned long)u); in dump_blob() 62 fprintf(stderr, " "); in dump_blob() 64 fprintf(stderr, " %02x", buf[u]); in dump_blob() 66 fprintf(stderr, "\n"); in dump_blob() 96 fprintf(stderr, "closing...\n"); in run_command() 101 fprintf(stderr, "renegotiating...\n"); in run_command() 103 fprintf(stderr, "not renegotiating.\n"); in run_command() 114 fprintf(stderr, "forgetting session...\n"); in run_command() 118 fprintf(stderr, "saving session parameters...\n"); in run_command() [all …]
|
| H A D | twrch.c | 46 fprintf(stderr, in usage_twrch() 48 fprintf(stderr, in usage_twrch() 50 fprintf(stderr, in usage_twrch() 51 " -trace dump all packets on stderr\n"); in usage_twrch() 52 fprintf(stderr, in usage_twrch() 53 " -v verbose error messages on stderr\n"); in usage_twrch() 54 fprintf(stderr, in usage_twrch() 56 fprintf(stderr, in usage_twrch() 58 fprintf(stderr, in usage_twrch() 60 fprintf(stderr, in usage_twrch() [all …]
|
| H A D | server.c | 63 fprintf(stderr, "ERROR: getaddrinfo(): %s\n", in host_bind() 110 fprintf(stderr, "binding to: %s\n", tmp); in host_bind() 147 fprintf(stderr, "ERROR: failed to bind\n"); in host_bind() 163 fprintf(stderr, "bound.\n"); in host_bind() 205 fprintf(stderr, "accepting connection from: %s\n", name); in accept_client() 228 fprintf(stderr, in usage_server() 230 fprintf(stderr, in usage_server() 232 fprintf(stderr, in usage_server() 234 fprintf(stderr, in usage_server() 236 fprintf(stderr, in usage_server() [all …]
|
| H A D | skey.c | 82 fprintf(stderr, in write_to_file() 89 fprintf(stderr, in write_to_file() 239 fprintf(stderr, "ERROR: cannot encode RSA key\n"); in print_rsa() 270 fprintf(stderr, in print_ec() 279 fprintf(stderr, "ERROR: cannot re-encode" in print_ec() 285 fprintf(stderr, "ERROR: re-encode failure\n"); in print_ec() 301 fprintf(stderr, "ERROR: cannot re-encode" in print_ec() 307 fprintf(stderr, "ERROR: re-encode failure\n"); in print_ec() 387 fprintf(stderr, "ERROR: no system source of randomness\n"); in keygen_rsa() 392 fprintf(stderr, "ERROR: system source of randomness failed\n"); in keygen_rsa() [all …]
|
| /freebsd/contrib/capsicum-test/ |
| H A D | smoketest.c | 25 fprintf(stderr, "[%d] received SIGCHLD\n", getpid_()); in handle_signal() 41 fprintf(stderr, "[%d] cap_fd=%d\n", getpid_(), cap_fd); in main() 42 …if (rc < 0) fprintf(stderr, "*** cap_rights_limit() failed: errno=%d %s\n", errno, strerror(errno)… in main() 50 …fprintf(stderr, "[%d] cap_rights_get(cap_fd=%d) rc=%d rights=%s\n", getpid_(), cap_fd, rc, buffer); in main() 51 if (rc < 0) fprintf(stderr, "*** cap_rights_get() failed: errno=%d %s\n", errno, strerror(errno)); in main() 56 fprintf(stderr, "[%d] fstat(cap_fd=%d) rc=%d errno=%d\n", getpid_(), cap_fd, rc, errno); in main() 57 if (rc != -1) fprintf(stderr, "*** fstat() unexpectedly succeeded\n"); in main() 62 if (rc < 0) fprintf(stderr, "*** pdfork() failed: errno=%d %s\n", errno, strerror(errno)); in main() 67 fprintf(stderr, " [%d] child alive, parent is ppid=%d\n", getpid_(), getppid()); in main() 70 fprintf(stderr, " [%d] child exit(0)\n", getpid_()); in main() [all …]
|
| /freebsd/usr.sbin/mptutil/ |
| H A D | mptutil.c | 50 fprintf(stderr, "usage: mptutil [-u unit] <command> ...\n\n"); in usage() 51 fprintf(stderr, "Commands include:\n"); in usage() 52 fprintf(stderr, " version\n"); in usage() 53 fprintf(stderr, " show adapter - display controller information\n"); in usage() 54 fprintf(stderr, " show config - display RAID configuration\n"); in usage() 55 fprintf(stderr, " show drives - list physical drives\n"); in usage() 56 fprintf(stderr, " show events - display event log\n"); in usage() 57 fprintf(stderr, " show volumes - list logical volumes\n"); in usage() 58 fprintf(stderr, " fail <drive> - fail a physical drive\n"); in usage() 59 fprintf(stderr, " online <drive> - bring an offline physical drive online\n"); in usage() [all …]
|
| /freebsd/lib/libc/db/btree/ |
| H A D | bt_debug.c | 60 (void)fprintf(stderr, "%s: pgsz %u", in __bt_dump() 63 (void)fprintf(stderr, " keys %u", t->bt_nrecs); in __bt_dump() 67 (void)fprintf(stderr, "%s%s", sep, name); \ in __bt_dump() 78 (void)fprintf(stderr, ")\n"); in __bt_dump() 100 (void)fprintf(stderr, "magic %x\n", m->magic); in __bt_dmpage() 101 (void)fprintf(stderr, "version %u\n", m->version); in __bt_dmpage() 102 (void)fprintf(stderr, "psize %u\n", m->psize); in __bt_dmpage() 103 (void)fprintf(stderr, "free %u\n", m->free); in __bt_dmpage() 104 (void)fprintf(stderr, "nrecs %u\n", m->nrecs); in __bt_dmpage() 105 (void)fprintf(stderr, "flags %u", m->flags); in __bt_dmpage() [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | job-output.mk | 7 @${MAKE} -f ${MAKEFILE} -j1 stdout-and-stderr 8 @${MAKE} -f ${MAKEFILE} -j1 echo-on-stdout-and-stderr 22 # In parallel mode, both stdout and stderr from the child process are 25 # expect: begin stdout-and-stderr 28 # expect: This is stderr. 29 # expect: only stderr: 30 # expect: end stdout-and-stderr 31 stdout-and-stderr: 34 @${MAKE} -f ${MAKEFILE} echo-on-stdout-and-stderr 2>/dev/null 35 @echo only stderr: [all …]
|
| /freebsd/usr.bin/mkimg/ |
| H A D | mkimg.c | 87 fprintf(stderr, " formats:\n"); in print_formats() 90 fprintf(stderr, "\t%s\t- %s\n", f->name, in print_formats() 111 fprintf(stderr, " schemes:\n"); in print_schemes() 114 fprintf(stderr, "\t%s\t- %s\n", s->name, in print_schemes() 147 fputc('\n', stderr); in usage() 149 fprintf(stderr, "usage: %s <options>\n", getprogname()); in usage() 151 fprintf(stderr, " options:\n"); in usage() 152 fprintf(stderr, "\t--formats\t- list image formats\n"); in usage() 153 fprintf(stderr, "\t--schemes\t- list partition schemes\n"); in usage() 154 fprintf(stderr, "\t--version\t- show version information\n"); in usage() [all …]
|
| /freebsd/contrib/flex/src/ |
| H A D | yylex.c | 69 fprintf (stderr, "%d\t", num_rules + 1); in yylex() 94 (void) putc (toktype, stderr); in yylex() 98 (void) putc ('\n', stderr); in yylex() 106 fputs ("%s", stderr); in yylex() 110 fputs ("%x", stderr); in yylex() 114 fputs ("%%\n", stderr); in yylex() 126 fprintf (stderr, "'%s'", nmstr); in yylex() 151 fprintf (stderr, "\\%c", yylval); in yylex() 157 fprintf (stderr, "\\x%02x", (unsigned int) yylval); in yylex() 159 fprintf (stderr, "\\%.3o", (unsigned int) yylval); in yylex() [all …]
|
| /freebsd/contrib/diff/lib/ |
| H A D | error.c | 51 /* If NULL, error will flush stdout, then print on stderr the program 131 if (_IO_fwide (stderr, 0) > 0) in print_errno_message() 133 __fwprintf (stderr, L": %s", s); in print_errno_message() 138 fprintf (stderr, ": %s", s); in print_errno_message() 145 if (_IO_fwide (stderr, 0) > 0) in error_tail() 166 __vfwprintf (stderr, wmessage, args); in error_tail() 172 vfprintf (stderr, message, args); in error_tail() 179 if (_IO_fwide (stderr, 0) > 0) in error_tail() 180 putwc (L'\n', stderr); in error_tail() 183 putc ('\n', stderr); in error_tail() [all …]
|
| /freebsd/contrib/netbsd-tests/modules/ |
| H A D | t_modload.sh | 74 atf_check -s eq:1 -o empty -e save:stderr \ 77 grep 'Invalid parameter.*foo' stderr 79 atf_check -s eq:1 -o empty -e save:stderr \ 82 grep 'Invalid boolean value' stderr 84 atf_check -s eq:1 -o empty -e save:stderr \ 87 grep 'Invalid boolean value.*bar' stderr 89 atf_check -s eq:1 -o empty -e save:stderr \ 92 grep 'Invalid boolean value.*falsea' stderr 94 atf_check -s eq:1 -o empty -e save:stderr \ 97 grep 'Invalid boolean value.*truea' stderr [all …]
|
| /freebsd/crypto/krb5/src/lib/rpc/ |
| H A D | dyntest.c | 58 fprintf(stderr, "test: create failed.\n"); 63 fprintf(stderr, "test: setting paranoid failed.\n"); 67 fprintf(stderr, "test: setting paranoid failed.\n"); 74 fprintf(stderr, "test: Get did not fail when it should have.\n"); 81 fprintf(stderr, "test: Delete did not fail when it should have.\n"); 90 fprintf(stderr, "test: Adding %d failed.\n", i); 96 fprintf(stderr, "test: appending array failed.\n"); 101 fprintf(stderr, "test: deleting element failed.\n"); 106 fprintf(stderr, "test: delete should have failed here.\n"); 112 fprintf(stderr, "test: Adding %d failed.\n", i); [all …]
|
| /freebsd/crypto/krb5/src/clients/kinit/ |
| H A D | kinit.c | 142 fprintf(stderr, in usage() 152 fprintf(stderr, " options:\n"); in usage() 153 fprintf(stderr, _("\t-V verbose\n")); in usage() 154 fprintf(stderr, _("\t-l lifetime\n")); in usage() 155 fprintf(stderr, _("\t-s start time\n")); in usage() 156 fprintf(stderr, _("\t-r renewable lifetime\n")); in usage() 157 fprintf(stderr, _("\t-f forwardable\n")); in usage() 158 fprintf(stderr, _("\t-F not forwardable\n")); in usage() 159 fprintf(stderr, _("\t-p proxiable\n")); in usage() 160 fprintf(stderr, _("\t-P not proxiable\n")); in usage() [all …]
|
| /freebsd/crypto/openssl/demos/signature/ |
| H A D | EVP_EC_Signature_demo.c | 66 fprintf(stderr, "Failed to load %s key.\n", public ? "public" : "private"); in get_key() 83 fprintf(stderr, "Get private key failed.\n"); in demo_sign() 92 fprintf(stderr, "EVP_MD_CTX_new failed.\n"); in demo_sign() 101 fprintf(stderr, "EVP_DigestSignInit_ex failed.\n"); in demo_sign() 109 fprintf(stderr, "EVP_DigestSignUpdate(hamlet_1) failed.\n"); in demo_sign() 113 fprintf(stderr, "EVP_DigestSignUpdate(hamlet_2) failed.\n"); in demo_sign() 118 fprintf(stderr, "EVP_DigestSignFinal failed.\n"); in demo_sign() 122 fprintf(stderr, "EVP_DigestSignFinal returned invalid signature length.\n"); in demo_sign() 127 fprintf(stderr, "No memory.\n"); in demo_sign() 131 fprintf(stderr, "EVP_DigestSignFinal failed.\n"); in demo_sign() [all …]
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | dbufstat.in | 137 sys.stderr.write("\t") 139 sys.stderr.write(",\n\t") 142 sys.stderr.write(", ") 144 sys.stderr.write("%s" % key) 147 sys.stderr.write("\n\n") 151 sys.stderr.write("%s\n" % cmd) 153 sys.stderr.write("Field definitions incompatible with '-b' option:\n") 156 sys.stderr.write("Field definitions incompatible with '-d' option:\n") 159 sys.stderr.write("Field definitions incompatible with '-t' option:\n") 162 sys.stderr.write("Field definitions are as follows:\n") [all …]
|
| /freebsd/contrib/ofed/libibverbs/examples/ |
| H A D | xsrq_pingpong.c | 110 fprintf(stderr, "Failed to get IB devices list"); in open_device() 121 fprintf(stderr, "IB device %s not found\n", in open_device() 128 fprintf(stderr, "Couldn't get context for %s\n", in open_device() 152 fprintf(stderr, "Couldn't create recv QP[%d] errno %d\n", in create_qps() 165 fprintf(stderr, "Failed to modify recv QP[%d] to INIT\n", i); in create_qps() 179 fprintf(stderr, "Couldn't create send QP[%d] errno %d\n", in create_qps() 192 fprintf(stderr, "Failed to modify send QP[%d] to INIT\n", i); in create_qps() 213 fprintf(stderr, "Failed to open device\n"); in pp_init_ctx() 218 fprintf(stderr, "Failed to get port info\n"); in pp_init_ctx() 224 fprintf(stderr, "Couldn't get local LID\n"); in pp_init_ctx() [all …]
|
| /freebsd/crypto/openssh/regress/unittests/test_helper/ |
| H A D | test_helper.c | 145 fprintf(stderr, "strdup failed\n"); in main() 170 fprintf(stderr, "Unrecognised command line option\n"); in main() 171 fprintf(stderr, "Usage: %s [-v]\n", __progname); in main() 222 fprintf(stderr, "Cannot access data file %s: %s\n", in test_data_file() 302 fprintf(stderr, "\n%s:%d: uncaught OpenSSL error: %s", in ssl_err_check() 305 fprintf(stderr, "\n%s:%d: uncaught OpenSSL error ", in ssl_err_check() 344 fprintf(stderr, "\n%s:%d test #%u \"%s\"%s%s\n", in test_header() 347 fprintf(stderr, "ASSERT_%s_%s(%s%s%s) failed:\n", in test_header() 361 fprintf(stderr, "%12s = 0x%s\n", a1, BN_bn2hex(aa1)); in assert_bignum() 362 fprintf(stderr, "%12s = 0x%s\n", a2, BN_bn2hex(aa2)); in assert_bignum() [all …]
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | DwarfInstructions.hpp | 382 fprintf(stderr, "evaluateExpression(): length=%" PRIu64 "\n", in evaluateExpression() 391 fprintf(stderr, "sp[] = 0x%" PRIx64 "\n", (uint64_t)(*t)); in evaluateExpression() 405 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 413 fprintf(stderr, "dereference 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 422 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 431 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression() 440 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 449 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression() 458 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 467 fprintf(stderr, "pus in evaluateExpression() [all...] |
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/ |
| H A D | passtest.c | 36 fprintf(stderr, "create_db: couldn't create database file\n"); in main() 42 fprintf(stderr, "Putting #%d.\n", n); in main() 50 fprintf(stderr, "Put error, n = %d\n", n); in main() 52 fprintf(stderr, "Immediate get error, n = %d\n", n); in main() 54 fprintf(stderr, "Done with put!\n"); in main() 71 fprintf(stderr, "Could not open db!\n"); in main() 76 fprintf(stderr, "Getting #%d.\n", n); in main() 80 fprintf(stderr, "Retrieval error on %s\n", get_key); in main() 83 fprintf(stderr, "Unmatched get on %s.\n", get_key); in main() 84 fprintf(stderr, "Input = %s\nOutput = %s\n", get_val, in main() [all …]
|