Home
last modified time | relevance | path

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

12345678910>>...77

/dragonfly/usr.sbin/mfiutil/
H A Dmfiutil.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()
72 fprintf(stderr, " start rebuild <drive>\n"); in usage()
73 fprintf(stderr, " abort rebuild <drive>\n"); in usage()
74 fprintf(stderr, " locate <drive> <on|off> - toggle drive LED\n"); in usage()
75 fprintf(stderr, " cache <volume> [command [setting]]\n"); in usage()
76 fprintf(stderr, " name <volume> <name>\n"); in usage()
80 fprintf(stderr, " delete <volume>\n"); in usage()
81 fprintf(stderr, " add <drive> [volume] - add a hot spare\n"); in usage()
[all …]
/dragonfly/contrib/byacc/
H A Derror.c54 putc(*s, stderr); in print_pos()
56 putc('?', stderr); in print_pos()
58 putc('\n', stderr); in print_pos()
66 putc('^', stderr); in print_pos()
145 fprintf(stderr, in used_reserved()
154 fprintf(stderr, in tokenized_start()
170 fprintf(stderr, in reprec_warning()
272 fprintf(stderr, in default_action_warning()
311 fprintf(stderr, in at_error()
321 fprintf(stderr, in unterminated_arglist()
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dgetopt.c562 fputs (buf, stderr); in _getopt_internal_r()
607 fprintf (stderr, _("\ in _getopt_internal_r()
621 fprintf (stderr, _("\ in _getopt_internal_r()
688 fprintf (stderr, in _getopt_internal_r()
757 fputs (buf, stderr); in _getopt_internal_r()
815 _IO_flockfile (stderr); in _getopt_internal_r()
823 fputs (buf, stderr); in _getopt_internal_r()
999 fprintf (stderr, _("\ in _getopt_internal_r()
1041 fprintf (stderr, in _getopt_internal_r()
1107 fputs (buf, stderr); in _getopt_internal_r()
[all …]
/dragonfly/usr.sbin/mptutil/
H A Dmptutil.c50 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()
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()
61 fprintf(stderr, " name <volume> <name>\n"); in usage()
63 fprintf(stderr, " volume cache <volume> <enable|disable>\n"); in usage()
67 fprintf(stderr, " delete <volume>\n"); in usage()
68 fprintf(stderr, " add <drive> [volume] - add a hot spare\n"); in usage()
[all …]
/dragonfly/contrib/file/src/
H A Dprint.c59 (void) fprintf(stderr, "(%s,", in file_mdump()
64 (void) fputc('~', stderr); in file_mdump()
74 (void) fputc('~', stderr); in file_mdump()
78 (void) fputc('/', stderr); in file_mdump()
83 stderr); in file_mdump()
107 stderr); in file_mdump()
117 (void) fputc('?', stderr); in file_mdump()
159 (void)fprintf(stderr, "%s,", in file_mdump()
166 (void)fprintf(stderr, "%s,", in file_mdump()
218 (void)fprintf(stderr, "%s", in file_mdump()
[all …]
/dragonfly/lib/libc/db/btree/
H A Dbt_debug.c117 fprintf(stderr, ")"); in __bt_dmpage()
168 fprintf(stderr, ")\n"); in __bt_dpage()
183 fprintf(stderr, in __bt_dpage()
188 fprintf(stderr, in __bt_dpage()
199 fprintf(stderr, in __bt_dpage()
207 fprintf(stderr, in __bt_dpage()
219 fprintf(stderr, in __bt_dpage()
224 fprintf(stderr, in __bt_dpage()
291 fprintf(stderr, in __bt_stat()
300 fprintf(stderr, in __bt_stat()
[all …]
/dragonfly/contrib/flex/src/
H A Dyylex.c93 (void) putc (toktype, stderr); in yylex()
97 (void) putc ('\n', stderr); in yylex()
105 fputs ("%s", stderr); in yylex()
109 fputs ("%x", stderr); in yylex()
113 fputs ("%%\n", stderr); in yylex()
125 fprintf (stderr, "'%s'", nmstr); in yylex()
160 (void) putc (yylval, stderr); in yylex()
167 fprintf (stderr, "%d", yylval); in yylex()
175 fprintf (stderr, "<<EOF>>"); in yylex()
196 fprintf (stderr, "%s", yytext); in yylex()
[all …]
H A Dmain.c845 fprintf (stderr, in flexend()
850 fprintf (stderr, in flexend()
855 fprintf (stderr, in flexend()
860 fprintf (stderr, in flexend()
868 fprintf (stderr, in flexend()
877 fprintf (stderr, in flexend()
890 fprintf (stderr, in flexend()
893 fprintf (stderr, in flexend()
897 fprintf (stderr, in flexend()
928 fprintf (stderr, in flexend()
[all …]
/dragonfly/usr.sbin/keyserv/
H A Dkeyserv.c332 fflush(stderr); in key_set_1_svc_prog()
358 fflush(stderr); in key_encrypt_pk_2_svc_prog()
384 fflush(stderr); in key_decrypt_pk_2_svc_prog()
405 fflush(stderr); in key_net_put_2_svc_prog()
431 fflush(stderr); in key_net_get_2_svc_prog()
458 fflush(stderr); in key_get_conv_2_svc_prog()
485 fflush(stderr); in key_encrypt_1_svc_prog()
511 fflush(stderr); in key_decrypt_1_svc_prog()
534 fflush(stderr); in key_gen_1_svc_prog()
562 fflush(stderr); in key_getcred_1_svc_prog()
[all …]
/dragonfly/contrib/lvm2/dist/lib/log/
H A Dlog.c241 fprintf(stderr, " "); in print_log()
242 vfprintf(stderr, trformat, ap); in print_log()
243 fputc('\n', stderr); in print_log()
252 fprintf(stderr, " "); in print_log()
253 vfprintf(stderr, trformat, ap); in print_log()
254 fputc('\n', stderr); in print_log()
262 fprintf(stderr, " "); in print_log()
263 vfprintf(stderr, trformat, ap); in print_log()
264 fputc('\n', stderr); in print_log()
280 fputc('\n', stderr); in print_log()
[all …]
/dragonfly/sbin/vinum/
H A Dcommands.c469 fprintf(stderr, in initsd()
937 fprintf(stderr, in vinum_attach()
1060 fprintf(stderr, in vinum_detach()
1093 fprintf(stderr, in vinum_detach()
1147 fprintf(stderr, in dorename()
1314 fprintf(stderr, in vinum_mv()
1643 fprintf(stderr, in vinum_concat()
1649 fprintf(stderr, in vinum_concat()
1727 fprintf(stderr, in vinum_stripe()
1792 fprintf(stderr, in vinum_stripe()
[all …]
/dragonfly/sbin/mountctl/
H A Dmountctl.c113 fprintf(stderr, "too many action options specified\n"); in main()
120 fprintf(stderr, "too many action options specified\n"); in main()
127 fprintf(stderr, "too many action options specified\n"); in main()
137 fprintf(stderr, "too many action options specified\n"); in main()
186 fprintf(stderr, "unknown option: -%c\n", optopt); in main()
276 fprintf(stderr, "%d journals restarted\n", ch); in main()
283 fprintf(stderr, "%d journals deleted\n", ch); in main()
290 fprintf(stderr, "%d journals modified\n", ch); in main()
435 fprintf(stderr, "Unable to access status, " in mountctl_scan()
511 fprintf(stderr, "%s:%s added\n", mountpt, joinfo.id); in mountctl_add()
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Derrors.cc82 vfprintf(stderr, format, args); in fatal()
83 fputc('\n', stderr); in fatal()
93 vfprintf(stderr, format, args); in fallback()
94 fputc('\n', stderr); in fallback()
105 fputc('\n', stderr); in error()
117 fputc('\n', stderr); in warning()
128 fputc('\n', stderr); in info()
142 fputc('\n', stderr); in error_at_location()
158 fputc('\n', stderr); in warning_at_location()
193 fprintf(stderr, in undefined_symbol()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Derrors.cc82 vfprintf(stderr, format, args); in fatal()
83 fputc('\n', stderr); in fatal()
93 vfprintf(stderr, format, args); in fallback()
94 fputc('\n', stderr); in fallback()
105 fputc('\n', stderr); in error()
117 fputc('\n', stderr); in warning()
128 fputc('\n', stderr); in info()
142 fputc('\n', stderr); in error_at_location()
158 fputc('\n', stderr); in warning_at_location()
193 fprintf(stderr, in undefined_symbol()
[all …]
/dragonfly/sbin/hammer2/
H A Dmain.c98 fprintf(stderr, "-m: Unrecognized suffix\n"); in main()
150 fprintf(stderr, "Unknown option: %c\n", ch); in main()
163 fprintf(stderr, "Missing command\n"); in main()
206 fprintf(stderr, in main()
214 fprintf(stderr, in main()
254 fprintf(stderr, "pfs-clid: requires name\n"); in main()
473 fprintf(stderr, in main()
489 fprintf(stderr, in main()
509 fprintf(stderr, in main()
525 fprintf(stderr, in main()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dinput.c110 fprintf (stderr, in dump_line_table_statistics()
113 fprintf (stderr, "Number of ordinary maps used: %5ld%c\n", in dump_line_table_statistics()
116 fprintf (stderr, "Ordinary map used size: %5ld%c\n", in dump_line_table_statistics()
119 fprintf (stderr, "Number of ordinary maps allocated: %5ld%c\n", in dump_line_table_statistics()
122 fprintf (stderr, "Ordinary maps allocated size: %5ld%c\n", in dump_line_table_statistics()
125 fprintf (stderr, "Number of macro maps used: %5ld%c\n", in dump_line_table_statistics()
128 fprintf (stderr, "Macro maps used size: %5ld%c\n", in dump_line_table_statistics()
131 fprintf (stderr, "Macro maps locations size: %5ld%c\n", in dump_line_table_statistics()
134 fprintf (stderr, "Macro maps size: %5ld%c\n", in dump_line_table_statistics()
137 fprintf (stderr, "Duplicated maps locations size: %5ld%c\n", in dump_line_table_statistics()
[all …]
H A Derrors.c49 fprintf (stderr, "%s: warning: ", progname); in warning()
50 vfprintf (stderr, format, ap); in warning()
52 fputc('\n', stderr); in warning()
64 fprintf (stderr, "%s: ", progname); in error()
65 vfprintf (stderr, format, ap); in error()
67 fputc('\n', stderr); in error()
81 fprintf (stderr, "%s: ", progname); in fatal()
82 vfprintf (stderr, format, ap); in fatal()
84 fputc('\n', stderr); in fatal()
97 vfprintf (stderr, format, ap); in internal_error()
[all …]
/dragonfly/contrib/bzip2/
H A Dbzip2.c663 stderr, in cadvise()
678 stderr, in showFileNames()
748 fprintf ( stderr, in panic()
763 fprintf ( stderr, in crcError()
793 fprintf ( stderr, in ioError()
807 fprintf ( stderr, in mySignalCatcher()
820 stderr, in mySIGSEGVorSIGBUScatcher()
841 stderr, in mySIGSEGVorSIGBUScatcher()
923 stderr, in copyFileName()
1629 stderr, in usage()
[all …]
/dragonfly/bin/pax/
H A Doptions.c372 fprintf(stderr, " %s", fsub[i].name); in pax_options()
373 fputs("\n\n", stderr); in pax_options()
813 listf = stderr; in tar_options()
1194 fputs("\n\n", stderr); in cpio_options()
1286 fprintf(stderr, " -%c", flgch[pos-1]); in printflg()
1288 putc('\n', stderr); in printflg()
1527 fputs("[pattern ...]\n", stderr); in pax_usage()
1533 fputs(" [pattern ...]\n", stderr); in pax_usage()
1540 fputs("[file ...]\n", stderr); in pax_usage()
1558 stderr); in tar_usage()
[all …]
/dragonfly/sbin/newfs/
H A Dnewfs.c606 fprintf(stderr, "%s (%d) %s (%u)\n", in main()
725 fprintf(stderr, in usage()
729 fprintf(stderr, in usage()
740 fprintf(stderr, "\t-L volume name\n"); in usage()
741 fprintf(stderr, in usage()
744 fprintf(stderr, "\t-S sector size\n"); in usage()
746 fprintf(stderr, "\t-T disktype\n"); in usage()
750 fprintf(stderr, "\t-b block size\n"); in usage()
754 fprintf(stderr, "\t-f frag size\n"); in usage()
767 fprintf(stderr, "\t-u sectors/track\n"); in usage()
[all …]
/dragonfly/share/mk/
H A Dversion_gen.awk45 stderr = "/dev/stderr";
72 vfile) > stderr;
78 vfile, symver, v) > stderr;
88 vfile) > stderr;
96 vfile) > stderr;
103 vfile, $0) > stderr;
128 filename, FNR) > stderr;
161 current_version, names[$1]) > stderr;
178 filename, FNR, $1) > stderr;
188 filename, FNR, $1) > stderr;
[all …]
/dragonfly/contrib/binutils-2.27/gas/
H A Dmessages.c79 fprintf (stderr, "%s: ", file); in identify()
80 fprintf (stderr, _("Assembler messages:\n")); in identify()
116 fprintf (stderr, "%s:%u: ", file, line); in as_show_where()
118 fprintf (stderr, "%s: ", file); in as_show_where()
135 vfprintf (stderr, format, args); in as_tsktsk()
137 (void) putc ('\n', stderr); in as_tsktsk()
278 fprintf (stderr, _("Fatal error: ")); in as_fatal()
279 vfprintf (stderr, format, args); in as_fatal()
280 (void) putc ('\n', stderr); in as_fatal()
296 fprintf (stderr, _("Internal error!\n")); in as_assert()
[all …]
/dragonfly/test/stress/stress2/misc/
H A Dldt.sh131 fprintf(stderr, "descs != descsk\n");
134 fprintf(stderr, "selector %d\n", sel);
147 fprintf(stderr, "test %d.1 ok\n", tnum);
153 fprintf(stderr, "test %d.2 ok\n", tnum);
233 fprintf(stderr, "Got SIGBUS\n");
245 fprintf(stderr, "get 1: %s\n", strerror(errno));
249 fprintf(stderr, "enable1: enabled\n");
253 fprintf(stderr, "set 1: %s\n", strerror(errno));
258 fprintf(stderr, "set 2: %s\n", strerror(errno));
262 fprintf(stderr, "get 1: %s\n", strerror(errno));
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Derrors.c49 fprintf (stderr, "%s: warning: ", progname); in warning()
50 vfprintf (stderr, format, ap); in warning()
52 fputc ('\n', stderr); in warning()
64 fprintf (stderr, "%s: ", progname); in error()
65 vfprintf (stderr, format, ap); in error()
67 fputc ('\n', stderr); in error()
81 fprintf (stderr, "%s: ", progname); in fatal()
82 vfprintf (stderr, format, ap); in fatal()
84 fputc ('\n', stderr); in fatal()
97 vfprintf (stderr, format, ap); in internal_error()
[all …]
/dragonfly/sbin/restore/
H A Dtape.c323 fprintf(stderr, "%s%s%s%s%s%s%s", in getvol()
339 fprintf(stderr, "\n"); in getvol()
343 fflush(stderr); in getvol()
349 fprintf(stderr, in getvol()
361 fflush(stderr); in getvol()
743 fprintf(stderr, in xtrfile()
758 fprintf(stderr, in xtrskip()
920 fprintf(stderr, in readtape()
1161 fprintf(stderr, "\n"); in accthdr()
1187 fprintf(stderr, "\n"); in accthdr()
[all …]

12345678910>>...77