Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 25 of 2636) sorted by relevance

12345678910>>...106

/NextBSD/usr.sbin/mfiutil/
HDmfiutil.c54 fprintf(stderr, "usage: mfiutil [-de] [-u unit] <command> ...\n\n"); in usage()
55 fprintf(stderr, "Commands include:\n"); in usage()
56 fprintf(stderr, " version\n"); in usage()
57 fprintf(stderr, " show adapter - display controller information\n"); in usage()
58 fprintf(stderr, " show battery - display battery information\n"); in usage()
59 fprintf(stderr, " show config - display RAID configuration\n"); in usage()
60 fprintf(stderr, " show drives - list physical drives\n"); in usage()
61 fprintf(stderr, " show events - display event log\n"); in usage()
62 fprintf(stderr, " show firmware - list firmware images\n"); in usage()
63 fprintf(stderr, " show foreign - display detected foreign volumes\n"); in usage()
[all …]
/NextBSD/crypto/openssl/crypto/evp/
HDevp_test.c84 fprintf(stderr, "Odd number of hex digits!"); in convert()
158 fprintf(stderr, "Key length doesn't match, got %d expected %lu\n", kn, in test1()
167 fprintf(stderr, "EncryptInit failed\n"); in test1()
168 ERR_print_errors_fp(stderr); in test1()
172 fprintf(stderr, "IV length set failed\n"); in test1()
173 ERR_print_errors_fp(stderr); in test1()
177 fprintf(stderr, "Key/IV set failed\n"); in test1()
178 ERR_print_errors_fp(stderr); in test1()
182 fprintf(stderr, "AAD set failed\n"); in test1()
183 ERR_print_errors_fp(stderr); in test1()
[all …]
/NextBSD/tools/regression/sockets/socketpair/
HDsocketpair.c59 fprintf(stderr, "socketpair(PF_UNIX, SOCK_DGRAM): %s\n", in main()
61 fprintf(stderr, "FAIL\n"); in main()
65 fprintf(stderr, "socketpair(PF_UNIX, SOCK_DGRAM) close 0: %s\n", in main()
67 fprintf(stderr, "FAIL\n"); in main()
71 fprintf(stderr, "socketpair(PF_UNIX, SOCK_DGRAM) close 1: %s\n", in main()
73 fprintf(stderr, "FAIL\n"); in main()
81 fprintf(stderr, "socketpair(PF_UNIX, SOCK_STREAM): %s\n", in main()
83 fprintf(stderr, "FAIL\n"); in main()
87 fprintf(stderr, "socketpair(PF_UNIX, SOCK_STREAM) close 0: %s\n", in main()
89 fprintf(stderr, "FAIL\n"); in main()
[all …]
/NextBSD/contrib/byacc/
HDerror.c10 fprintf(stderr, "%s: f - %s\n", myname, msg); in fatal()
17 fprintf(stderr, "%s: f - out of space\n", myname); in no_space()
24 fprintf(stderr, "%s: f - cannot open \"%s\"\n", myname, filename); in open_error()
31 fprintf(stderr, "%s: e - line %d of \"%s\", missing '}'\n", in missing_brace()
39 fprintf(stderr, "%s: e - line %d of \"%s\", unexpected end-of-file\n", in unexpected_EOF()
54 putc(*s, stderr); in print_pos()
56 putc('?', stderr); in print_pos()
58 putc('\n', stderr); in print_pos()
62 putc('\t', stderr); in print_pos()
64 putc(' ', stderr); in print_pos()
[all …]
/NextBSD/contrib/file/src/
HDprint.c57 (void) fprintf(stderr, "%u: %.*s %u", m->lineno, in file_mdump()
61 (void) fprintf(stderr, "(%s,", in file_mdump()
66 (void) fputc('~', stderr); in file_mdump()
67 (void) fprintf(stderr, "%c%u),", in file_mdump()
72 (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "", in file_mdump()
76 (void) fputc('~', stderr); in file_mdump()
80 (void) fputc('/', stderr); in file_mdump()
82 (void) fputc(CHAR_COMPACT_WHITESPACE, stderr); in file_mdump()
85 stderr); in file_mdump()
87 (void) fputc(CHAR_IGNORE_LOWERCASE, stderr); in file_mdump()
[all …]
/NextBSD/usr.sbin/mptutil/
HDmptutil.c51 fprintf(stderr, "usage: mptutil [-u unit] <command> ...\n\n"); in usage()
52 fprintf(stderr, "Commands include:\n"); in usage()
53 fprintf(stderr, " version\n"); in usage()
54 fprintf(stderr, " show adapter - display controller information\n"); in usage()
55 fprintf(stderr, " show config - display RAID configuration\n"); in usage()
56 fprintf(stderr, " show drives - list physical drives\n"); in usage()
57 fprintf(stderr, " show events - display event log\n"); in usage()
58 fprintf(stderr, " show volumes - list logical volumes\n"); in usage()
59 fprintf(stderr, " fail <drive> - fail a physical drive\n"); in usage()
60 fprintf(stderr, " online <drive> - bring an offline physical drive online\n"); in usage()
[all …]
/NextBSD/usr.bin/mklocale/
HDyacc.y267 fprintf(stderr, "usage: mklocale [-d] [-o output] [source]\n"); in usage()
274 fprintf(stderr, "%s\n", s); in yyerror()
731 fprintf(stderr, "ENCODING %s\n", new_locale.encoding); in dump_tables()
733 fprintf(stderr, "VARIABLE %s\n", variable); in dump_tables()
735 fprintf(stderr, "\nMAPLOWER:\n\n"); in dump_tables()
739 fprintf(stderr, " '%c'", (int)maplower.map[x]); in dump_tables()
741 fprintf(stderr, "%04x", maplower.map[x]); in dump_tables()
743 fprintf(stderr, "%4x", 0); in dump_tables()
745 fprintf(stderr, "\n"); in dump_tables()
747 fprintf(stderr, " "); in dump_tables()
[all …]
/NextBSD/lib/libc/db/btree/
HDbt_debug.c64 (void)fprintf(stderr, "%s: pgsz %u", in __bt_dump()
67 (void)fprintf(stderr, " keys %u", t->bt_nrecs); in __bt_dump()
71 (void)fprintf(stderr, "%s%s", sep, name); \ in __bt_dump()
82 (void)fprintf(stderr, ")\n"); in __bt_dump()
104 (void)fprintf(stderr, "magic %x\n", m->magic); in __bt_dmpage()
105 (void)fprintf(stderr, "version %u\n", m->version); in __bt_dmpage()
106 (void)fprintf(stderr, "psize %u\n", m->psize); in __bt_dmpage()
107 (void)fprintf(stderr, "free %u\n", m->free); in __bt_dmpage()
108 (void)fprintf(stderr, "nrecs %u\n", m->nrecs); in __bt_dmpage()
109 (void)fprintf(stderr, "flags %u", m->flags); in __bt_dmpage()
[all …]
/NextBSD/contrib/opie/
HDopiepasswd.c81 …fprintf(stderr, "usage: %s [-v] [-h] [-c|-d] [-f] [-n initial_sequence_number]\n …
92 fprintf(stderr, "Error verifying database.\n");
105 fprintf(stderr, "Error verifying key -- possible database corruption.\n");
133 fprintf(stderr, "Who are you?");
145 fprintf(stderr, "Sorry, but the -f option is not supported by this build of OPIE.\n");
200 fprintf(stderr, "Error: Can't update key database.\n");
203 fprintf(stderr, "Error reading key database\n");
210 fprintf(stderr, "Seeds must be less than %d characters long.", OPIE_SEED_MAX);
214 fprintf(stderr, "Seeds must be greater than %d characters long.", OPIE_SEED_MIN);
222 fprintf(stderr, "Error updating seed.\n");
[all …]
/NextBSD/contrib/flex/
HDyylex.c67 fprintf (stderr, "%d\t", num_rules + 1); in yylex()
92 (void) putc (toktype, stderr); in yylex()
96 (void) putc ('\n', stderr); in yylex()
104 fputs ("%s", stderr); in yylex()
108 fputs ("%x", stderr); in yylex()
112 fputs ("%%\n", stderr); in yylex()
124 fprintf (stderr, "'%s'", nmstr); in yylex()
149 fprintf (stderr, "\\%c", yylval); in yylex()
154 fprintf (stderr, in yylex()
158 (void) putc (yylval, stderr); in yylex()
[all …]
HDmain.c736 fprintf (stderr, _("%s version %s usage statistics:\n"),
739 fprintf (stderr, _(" scanner options: -"));
742 putc ('+', stderr);
744 putc ('b', stderr);
746 putc ('d', stderr);
748 putc ('i', stderr);
750 putc ('l', stderr);
752 putc ('X', stderr);
754 putc ('p', stderr);
756 putc ('p', stderr);
[all …]
/NextBSD/usr.bin/mkimg/
HDmkimg.c84 fprintf(stderr, " formats:\n"); in print_formats()
87 fprintf(stderr, "\t%s\t- %s\n", f->name, in print_formats()
108 fprintf(stderr, " schemes:\n"); in print_schemes()
111 fprintf(stderr, "\t%s\t- %s\n", s->name, in print_schemes()
143 fputc('\n', stderr); in usage()
144 fprintf(stderr, "usage: %s <options>\n", getprogname()); in usage()
146 fprintf(stderr, " options:\n"); in usage()
147 fprintf(stderr, "\t--formats\t- list image formats\n"); in usage()
148 fprintf(stderr, "\t--schemes\t- list partition schemes\n"); in usage()
149 fprintf(stderr, "\t--version\t- show version information\n"); in usage()
[all …]
/NextBSD/crypto/openssh/
HDssh-add.c112 fprintf(stderr, "Identity removed: %s (%s)\n", filename, comment); in delete_file()
115 fprintf(stderr, "Could not remove identity: %s\n", filename); in delete_file()
131 fprintf(stderr, "Identity removed: %s (%s)\n", certpath, in delete_file()
135 fprintf(stderr, "Could not remove identity: %s\n", certpath); in delete_file()
160 fprintf(stderr, "All identities removed.\n"); in delete_all()
162 fprintf(stderr, "Failed to remove all identities.\n"); in delete_all()
236 fprintf(stderr, "Identity added: %s (%s)\n", filename, comment); in add_file()
239 fprintf(stderr, in add_file()
242 fprintf(stderr, in add_file()
245 fprintf(stderr, "Could not add identity: %s\n", filename); in add_file()
[all …]
/NextBSD/contrib/atf/atf-sh/
HDatf_check_test.sh38 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 && \
68 grep '^-foo' stderr >/dev/null || \
70 grep '^+bar' stderr >/dev/null || \
85 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
89 grep 'stdout' stderr >/dev/null && \
91 grep 'stderr does not match golden output' stderr >/dev/null || \
[all …]
/NextBSD/contrib/diff/lib/
HDerror.c131 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()
184 fflush (stderr); in error_tail()
[all …]
/NextBSD/contrib/ntp/util/
HDtickadj.c52 fprintf(stderr, "Silly value for tick: %s\n", argv[1]);
63 fprintf(stderr,
79 (void) fprintf(stderr,
87 fprintf(stderr,
115 fprintf(stderr, "Usage: %s [tick_value]\n", argv[0]); in main()
126 fprintf(stderr, "Silly value for tick: %s\n", argv[1]); in main()
272 (void) fprintf(stderr, in main()
282 (void) fprintf(stderr, in main()
310 (void) fprintf(stderr, in main()
323 (void) fprintf(stderr, in main()
[all …]
/NextBSD/usr.sbin/keyserv/
HDkeyserv.c170 (void) fprintf(stderr,
177 (void) fprintf(stderr,
364 (void) fprintf(stderr, "set(%u, %.*s) = ", uid,
369 (void) fprintf(stderr, "%s\n", strstatus(status));
370 (void) fflush(stderr);
383 (void) fprintf(stderr, "encrypt(%u, %s, %08x%08x) = ", uid,
392 (void) fprintf(stderr, "%08x%08x\n",
396 (void) fprintf(stderr, "%s\n", strstatus(res.status));
398 (void) fflush(stderr);
411 (void) fprintf(stderr, "decrypt(%u, %s, %08x%08x) = ", uid,
[all …]
/NextBSD/sbin/newfs/
HDnewfs.c387 fprintf(stderr, "Warning: changing optimization to space "); in main()
388 fprintf(stderr, "because minfree is less than %d%%\n", MINFREE); in main()
455 fprintf(stderr, in usage()
459 fprintf(stderr, "where fsoptions are:\n"); in usage()
460 fprintf(stderr, "\t-E Erase previous disk content\n"); in usage()
461 fprintf(stderr, "\t-J Enable journaling via gjournal\n"); in usage()
462 fprintf(stderr, "\t-L volume label to add to superblock\n"); in usage()
463 fprintf(stderr, in usage()
465 fprintf(stderr, "\t-O file system format: 1 => UFS1, 2 => UFS2\n"); in usage()
466 fprintf(stderr, "\t-R regression test, suppress random factors\n"); in usage()
[all …]
/NextBSD/contrib/apr/passwd/
HDapr_getpass.c98 fputs(prompt, stderr); in get_password()
123 fputs(prompt, stderr); in get_password()
127 fputs("[EOF]\n", stderr); in get_password()
136 fputs("\b \b", stderr); in get_password()
139 fputc('\a', stderr); in get_password()
144 fputs("\b \b", stderr); in get_password()
148 fputs("^C\n", stderr); in get_password()
152 fputs("^Z\n", stderr); in get_password()
156 fputc('\n', stderr); in get_password()
157 fputs(prompt, stderr); in get_password()
[all …]
/NextBSD/crypto/openssl/ssl/
HDssltest.c288 fprintf(stderr, "User %s doesn't exist\n", SSL_get_srp_username(s)); in ssl_srp_server_param_cb()
356 fprintf(stderr, "failed to parser ALPN server protocol string: %s\n", in cb_server_alpn()
677 fprintf(stderr, "usage: ssltest [args ...]\n"); in sv_usage()
678 fprintf(stderr, "\n"); in sv_usage()
680 fprintf(stderr, "-F - run test in FIPS mode\n"); in sv_usage()
682 fprintf(stderr, " -server_auth - check server certificate\n"); in sv_usage()
683 fprintf(stderr, " -client_auth - do client authentication\n"); in sv_usage()
684 fprintf(stderr, " -proxy - allow proxy certificates\n"); in sv_usage()
685 fprintf(stderr, " -proxy_auth <val> - set proxy policy rights\n"); in sv_usage()
686 fprintf(stderr, in sv_usage()
[all …]
/NextBSD/usr.bin/aslutil/
HDsyslog.c162 fprintf(stderr, "usage:\n"); in usage()
163 fprintf(stderr, "%s -s [-r host] [-l level] message...\n", myname); in usage()
164 fprintf(stderr, " send a message\n"); in usage()
165 fprintf(stderr, "\n"); in usage()
166 fprintf(stderr, "%s -s [-r host] -k key val [key val]...\n", myname); in usage()
167 fprintf(stderr, " send a message with the given keys and values\n"); in usage()
168 fprintf(stderr, "\n"); in usage()
169 fprintf(stderr, "%s -c process [filter]\n", myname); in usage()
170 fprintf(stderr, " get (set if filter is specified) syslog filter for process (pid or name)\n"); in usage()
171 fprintf(stderr, " level may be any combination of the characters \"p a c e w n i d\"\n"); in usage()
[all …]
/NextBSD/contrib/llvm/projects/libunwind/src/
HDDwarfInstructions.hpp226 fprintf(stderr, "evaluateExpression(): length=%" PRIu64 "\n", in evaluateExpression()
235 fprintf(stderr, "sp[] = 0x%" PRIx64 "\n", (uint64_t)(*t)); in evaluateExpression()
249 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
257 fprintf(stderr, "dereference 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
266 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
275 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression()
284 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
293 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression()
302 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
311 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression()
[all …]
/NextBSD/contrib/amd/amd/
HDconf.c277 fprintf(stderr, "set_conf_kv: section=%s, key=%s, val=%s\n", in set_conf_kv()
292 fprintf(stderr, "found regular map \"%s\" before global one.\n", in set_conf_kv()
361 fprintf(stderr, "conf: unknown global key: \"%s\"\n", key); in process_global_option()
379 fprintf(stderr, "conf: bad attrcache value: \"%s\"\n", val); in gopt_auto_attrcache()
405 fprintf(stderr, "conf: unknown value to autofs_use_lofs \"%s\"\n", val); in gopt_autofs_use_lofs()
424 fprintf(stderr, "conf: unknown value to browsable_dirs \"%s\"\n", val); in gopt_browsable_dirs()
462 fprintf(stderr, "%s: not compiled with DEBUG option -- sorry.\n", in gopt_debug_options()
490 fprintf(stderr, "conf: unknown value to domain_strip \"%s\"\n", val); in gopt_domain_strip()
510 fprintf(stderr, "conf: forced_unmounts unsupported on this system.\n"); in gopt_forced_unmounts()
525 fprintf(stderr, "warning: forced-unmounts (MNT_FORCE) may not work well before 2.4.0\n"); in gopt_forced_unmounts()
[all …]
/NextBSD/contrib/binutils/gas/
HDmessages.c81 fprintf (stderr, "%s: ", file); in identify()
82 fprintf (stderr, _("Assembler messages:\n")); in identify()
116 fprintf (stderr, "%s:%u: ", file, line); in as_show_where()
133 vfprintf (stderr, format, args); in as_tsktsk()
135 (void) putc ('\n', stderr); in as_tsktsk()
147 vfprintf (stderr, format, args);
149 (void) putc ('\n', stderr);
165 fprintf (stderr, "%s:%u: ", file, line); in as_warn_internal()
166 fprintf (stderr, _("Warning: ")); in as_warn_internal()
167 fputs (buffer, stderr); in as_warn_internal()
[all …]
/NextBSD/gnu/usr.bin/grep/
HDerror.c150 fprintf (stderr, "%s: ", program_name);
156 vfprintf (stderr, message, args);
158 _doprnt (message, args, stderr);
162 fprintf (stderr, message, a1, a2, a3, a4, a5, a6, a7, a8);
171 fprintf (stderr, ": %s", __strerror_r (errnum, errbuf, sizeof errbuf));
176 fprintf (stderr, ": %s", errbuf);
179 fprintf (stderr, ": %s", strerror (errnum));
182 putc ('\n', stderr);
183 fflush (stderr);
229 fprintf (stderr, "%s:", program_name);
[all …]

12345678910>>...106