Searched refs:stderr (Results 226 - 250 of 2618) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dcan_set_rfmon_test.c58 fprintf(stderr, "Usage: %s <device>\n", program_name);
85 (void)fprintf(stderr, "%s: ", program_name);
87 (void)vfprintf(stderr, fmt, ap);
92 (void)fputc('\n', stderr);
/freebsd-11-stable/usr.bin/dtc/
H A Ddtc.cc73 fprintf(stderr, "Usage:\n"
151 fprintf(stderr, "Unknown input format: %s\n", optarg);
177 fprintf(stderr, "Unknown output format: %s\n", optarg);
202 fprintf(stderr, "Unknown output format version: %s\n", optarg);
244 fprintf(stderr, "Unknown phandle format: %s\n", optarg);
267 fprintf(stderr, "Checker %s either does not exist or is already disabled\n", optarg+3);
273 fprintf(stderr, "Checker %s either does not exist or is already enabled\n", optarg);
302 fprintf(stderr, "Invalid predefine value %s\n",
307 fprintf(stderr, "Unknown option %c\n", ch);
347 fprintf(stderr, "Faile
[all...]
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c107 fprintf(stderr, "Usage: %s interface [-abBcCdDeEfhiLmMpPsStTuUvVwWxXyYzZ?]\n", progname);
108 fprintf(stderr, "or\n");
109 fprintf(stderr, "Usage: %s interface -1 [-aABcdeEfFgiIlLpPstTuUvxX]\n", progname);
110 fprintf(stderr, "or\n");
111 fprintf(stderr, "Usage: %s interface -3 [-aABcdefFlLsSvV]\n\n", progname);
112 fprintf(stderr, "\tInterface is the interface name, e.g. '%s'\n", ifname);
114 fprintf(stderr, "\tIf interface name ends with ':' then use netgraph\n");
116 fprintf(stderr, "\t-1 following parameters apply to T1E1 cards\n");
117 fprintf(stderr, "\t-3 following parameters apply to T3 cards\n");
118 fprintf(stderr, "\
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dmutex_emul.c29 fprintf(stderr, "%s:eMmutex_enter(%p): bad magic: %#x\n",
34 fprintf(stderr, "%s:eMmutex_enter(%p): already locked: %d\n",
54 fprintf(stderr, "%s:eMmutex_exit(%p): bad magic: %#x\n",
59 fprintf(stderr, "%s:eMmutex_exit(%p): not locked: %d\n",
82 fprintf(stderr,
108 fprintf(stderr, "%s:eMmutex_destroy(%p): bad magic: %#x\n",
113 fprintf(stderr,
/freebsd-11-stable/crypto/heimdal/admin/
H A Dktutil.c103 fprintf (stderr, "Using keytab %s\n", keytab_string);
116 fprintf (stderr, "No such command: %s. "
127 fprintf(stderr, "\n");
130 fprintf (stderr, "%s\n", c->help);
133 fprintf (stderr, "Synonyms:");
135 fprintf (stderr, "%s%s", f ? ", " : " ", (c++)->name);
138 fprintf (stderr, "\n");
/freebsd-11-stable/tools/tools/cfi/
H A Dcfi.c54 fprintf(stderr, "usage: %s [-f device] op...\n", progname);
55 fprintf(stderr, "where op's are:\n");
56 fprintf(stderr, "fact\t\tread factory PR segment\n");
57 fprintf(stderr, "oem\t\tread OEM segment\n");
58 fprintf(stderr, "woem value\twrite OEM segment\n");
59 fprintf(stderr, "plr\t\tread PLR\n");
60 fprintf(stderr, "wplr\t\twrite PLR\n");
/freebsd-11-stable/bin/dd/
H A Dmisc.c86 fprintf(stderr, "\n");
90 (void)fprintf(stderr,
94 (void)fprintf(stderr, "%ju odd length swab %s\n",
97 (void)fprintf(stderr, "%ju truncated %s\n",
100 (void)fprintf(stderr,
126 outlen = fprintf(stderr, "%-*s\r", outlen, buf) - 1;
127 fflush(stderr);
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsdlpi.c70 fprintf(stderr, "bad device name %s\n", devname);
80 fprintf(stderr, "O_RDWR(1) ");
87 fprintf(stderr, "dlattachreq: DLPI error\n");
92 fprintf(stderr, "dlokack(attach): DLPI error\n");
98 fprintf(stderr, "dlpromisconreq: DL_PROMISC_PHYS error\n");
103 fprintf(stderr, "dlokack(promisc): DLPI error\n");
119 fprintf(stderr, "DLIOCRAW error\n");
H A Dipsend.c48 fprintf(stderr, "Usage: %s [options] dest [flags]\n\
64 fprintf(stderr, "Usage: %s [-dv] -L <filename>\n\
87 fprintf(stderr, "ICMP args missing: ,\n");
101 fprintf(stderr,"Cant resolve %s\n", t);
108 fprintf(stderr,"Cant resolve %s\n", t);
116 fprintf(stderr,"Cant resolve %s\n", t);
201 fprintf(stderr, "Protocol already set: %d\n",
209 fprintf(stderr,
216 fprintf(stderr, "can't open file %s\n",
229 fprintf(stderr, "Protoco
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Derrors.c41 fprintf (stderr, "%s: ", progname);
59 fprintf (stderr, "%s:", map->to_file);
61 fprintf (stderr, "%s:%u:", map->to_file, lin);
63 fprintf (stderr, "%s:%u:%u:", map->to_file, lin, col);
65 fputc (' ', stderr);
118 fputs (_("warning: "), stderr);
120 fputs (_("internal error: "), stderr);
122 fputs (_("error: "), stderr);
130 do { vfprintf (stderr, _(msgid), ap); putc ('\n', stderr); } whil
[all...]
/freebsd-11-stable/bin/sh/tests/errors/
H A DMakefile17 ${PACKAGE}FILES+= bad-parm-exp2.2 bad-parm-exp2.2.stderr
18 ${PACKAGE}FILES+= bad-parm-exp3.2 bad-parm-exp3.2.stderr
19 ${PACKAGE}FILES+= bad-parm-exp4.2 bad-parm-exp4.2.stderr
20 ${PACKAGE}FILES+= bad-parm-exp5.2 bad-parm-exp5.2.stderr
21 ${PACKAGE}FILES+= bad-parm-exp6.2 bad-parm-exp6.2.stderr
/freebsd-11-stable/contrib/ntp/util/
H A Djitter.c75 fprintf(stderr, "Average %13.9f\n", average);
76 fprintf(stderr, "First rank\n");
78 fprintf(stderr, "%2d %13.9f\n", i, gtod[i]);
79 fprintf(stderr, "Last rank\n");
81 fprintf(stderr, "%2d %13.9f\n", i, gtod[i]);
/freebsd-11-stable/usr.bin/tset/
H A Dterm.c131 (void)fprintf(stderr, "\n");
136 (void)fprintf(stderr, "Terminal type? [%s] ", dflt);
138 (void)fprintf(stderr, "Terminal type? ");
139 (void)fflush(stderr);
143 (void)fprintf(stderr, "\n");
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunched_main.c68 fprintf(stderr, "%s: %s not compiled in\n", EXECNAME, basename);
113 fprintf(stderr, "usage: %s <prog> <args> ..., where <prog> is one of:\n",
121 fprintf(stderr, "\n");
124 fprintf(stderr, " %s", ep->name);
126 fprintf(stderr, "\n");
/freebsd-11-stable/usr.sbin/bhyve/
H A Dbootrom.c63 fprintf(stderr, "Error opening bootrom \"%s\": %s\n",
69 fprintf(stderr, "Could not fstat bootrom file \"%s\": %s\n",
79 fprintf(stderr, "Invalid bootrom size %ld\n", sbuf.st_size);
84 fprintf(stderr, "Bootrom size %ld is not a multiple of the "
103 fprintf(stderr, "Incomplete read of page %d of bootrom "
/freebsd-11-stable/contrib/bzip2/
H A Dbzip2.c348 if (verbosity >= 2) fprintf ( stderr, "\n" );
383 fprintf ( stderr, " no data compressed.\n");
396 fprintf ( stderr, "%6.3f:1, %6.3f bits/byte, "
501 if (verbosity >= 2) fprintf ( stderr, "\n " );
538 fprintf ( stderr,
601 if (verbosity >= 2) fprintf ( stderr, "\n " );
607 fprintf ( stderr, "%s: %s: ", progName, inName );
615 fprintf ( stderr,
621 fprintf ( stderr,
627 fprintf ( stderr,
[all...]
H A Dbzip2recover.c87 fprintf ( stderr,
91 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n",
100 fprintf ( stderr,
104 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n",
113 fprintf ( stderr,
116 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n",
125 fprintf ( stderr,
128 fprintf ( stderr,
131 fprintf ( stderr,
316 fprintf ( stderr,
[all...]
/freebsd-11-stable/usr.bin/fortune/fortune/
H A Dfortune.c351 fprintf(stderr, "regcomp(%s) fails\n", pat);
379 fprintf(stderr, "No fortunes found in %s.\n",
391 fprintf(stderr, "No fortunes found in %s.\n",
406 fprintf(stderr, "percentages must be <= 100\n");
410 fprintf(stderr, "percentages must be integers\n");
424 fprintf(stderr, "percentages must precede files\n");
438 fprintf(stderr, "No fortunes found in %s.\n",
492 DPRINTF(1, (stderr, "\ttrying \"%s\"\n", path));
497 DPRINTF(1, (stderr, "adding file \"%s\"\n", path));
514 DPRINTF(1, (stderr, "\ttryin
[all...]
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c149 fprintf(stderr, "%s: not a directory\n", name);
162 fprintf(stderr, "%s: not on extraction list\n", name);
187 fprintf(stderr, "%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s",
221 fprintf(stderr, "/\n");
223 fprintf(stderr, "%s\n", &curdir[1]);
243 fprintf(stderr, "verbose mode off\n");
247 fprintf(stderr, "verbose mode on\n");
273 fprintf(stderr, "debugging mode off\n");
277 fprintf(stderr, "debugging mode on\n");
285 fprintf(stderr, "
[all...]
H A Dtape.c157 (void)fprintf(stderr, "cannot open %s: %s\n",
161 (void)fprintf(stderr, "cannot open %s: %s\n",
170 fprintf(stderr, "setuid failed\n");
175 fprintf(stderr, "Cannot allocate space for magtape buffer\n");
192 fprintf(stderr, "Cannot allocate space for tape buffer\n");
212 fprintf(stderr, "Cannot set $RESTORE_VOLUME: %s\n",
229 fprintf(stderr, "%s: %s\n", magtape, strerror(errno));
238 fprintf(stderr, "Tape is not a dump tape\n");
257 fprintf(stderr, "cannot stat .: %s\n", strerror(errno));
265 fprintf(stderr, "Warnin
[all...]
/freebsd-11-stable/usr.sbin/nandtool/
H A Dnandtool.c192 fprintf(stderr, "Cannot allocate buffer of %zd bytes. "
206 vfprintf(stderr, format, args);
208 fprintf(stderr, ": %s\n", strerror(errno));
217 fprintf(stderr, "Usage: nandtool <command> [arguments...]\n");
218 fprintf(stderr, "Arguments are in form 'name=value'.\n\n");
219 fprintf(stderr, "Available commands:\n");
222 fprintf(stderr, "\t%s\n", commands[i].name);
224 fprintf(stderr, "\n");
225 fprintf(stderr, "For information about particular command, "
227 fprintf(stderr, "'nandtoo
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dgethost.c184 (void) fprintf(stderr, "%s: missing close paren `%s'\n",
193 (void) fprintf(stderr, "%s: empty define `%s'\n",
214 (void) fprintf(stderr, "%s: invalid input `%s'\n", pname, defs);
242 (void) fprintf(stderr, "Usage: %s [<filename>]\n", pname);
248 (void) fprintf(stderr, "%s: Cannot open `%s'\n", pname, fname);
295 (void) fprintf(stderr, "%s: \"%s\", %d: Missing macro name\n",
300 (void) fprintf(stderr, "%s: \"%s\", %d: Missing macro body\n",
310 (void) fprintf(stderr, "%s: \"%s\", %d: Discarded\n",
313 (void) fprintf(stderr, "%s: Too many errors\n", pname);
322 (void) fprintf(stderr, "
[all...]
/freebsd-11-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c137 fprintf(stderr, "not yet implemented\n");
148 fprintf(stderr, "not yet implemented\n");
198 fprintf(stderr, "IP_ADD_MEMBERSHIP %s %s\n",
229 fprintf(stderr, "IP_BLOCK_SOURCE %s %s %s\n",
265 fprintf(stderr, "IP_UNBLOCK_SOURCE %s %s %s\n",
288 fprintf(stderr, "IP_DROP_MEMBERSHIP %s %s\n",
307 fprintf(stderr, "not yet implemented\n");
345 fprintf(stderr, "not yet implemented\n");
356 fprintf(stderr, "not yet implemented\n");
448 fprintf(stderr, "
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dconf.c282 fprintf(stderr, "set_conf_kv: section=%s, key=%s, val=%s\n",
297 fprintf(stderr, "found regular map \"%s\" before global one.\n",
366 fprintf(stderr, "conf: unknown global key: \"%s\"\n", key);
384 fprintf(stderr, "conf: bad attrcache value: \"%s\"\n", val);
406 fprintf(stderr, "conf: bad auto nfs version : \"%s\"\n", val);
423 fprintf(stderr, "conf: unknown value to autofs_use_lofs \"%s\"\n", val);
442 fprintf(stderr, "conf: unknown value to browsable_dirs \"%s\"\n", val);
480 fprintf(stderr, "%s: not compiled with DEBUG option -- sorry.\n",
508 fprintf(stderr, "conf: unknown value to domain_strip \"%s\"\n", val);
528 fprintf(stderr, "con
[all...]
/freebsd-11-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c132 fprintf(stderr, "strdup failed\n");
151 fprintf(stderr, "Unrecognised command line option\n");
152 fprintf(stderr, "Usage: %s [-v]\n", __progname);
179 fprintf(stderr, "Cannot access data file %s: %s\n",
259 fprintf(stderr, "\n%s:%d: uncaught OpenSSL error: %s",
297 fprintf(stderr, "\n%s:%d test #%u \"%s\"%s%s\n",
300 fprintf(stderr, "ASSERT_%s_%s(%s%s%s) failed:\n",
313 fprintf(stderr, "%12s = 0x%s\n", a1, BN_bn2hex(aa1));
314 fprintf(stderr, "%12s = 0x%s\n", a2, BN_bn2hex(aa2));
331 fprintf(stderr, "
[all...]

Completed in 323 milliseconds

1234567891011>>