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

1234567891011>>

/freebsd-10.0-release/tools/regression/security/access/
H A Dtestaccess.c174 fprintf(stderr, "testaccess must run as root.\n");
221 fprintf(stderr, "saved uid used instead of real uid\n");
228 fprintf(stderr, "saved uid used instead of effective uid\n");
250 fprintf(stderr, "Effective uid was used instead of real uid in access().\n");
258 fprintf(stderr, "Real uid was used instead of effective uid in eaccess().\n");
266 fprintf(stderr, "Effective uid was used instead of real uid in access().\n");
274 fprintf(stderr, "Real uid was used instead of effective uid in eaccess().\n");
304 fprintf(stderr, "saved gid used instead of real gid\n");
310 fprintf(stderr, "saved gid used instead of effective gid\n");
318 fprintf(stderr, "Effectiv
[all...]
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dmain.c263 fprintf(stderr,"%s: ",argv0);
264 fprintf(stderr,message,insert);
265 fprintf(stderr,"\n");
285 fprintf(stderr,"Syntax: %s [ --help | -h | -? ] [ -v | -V | -W ] \n",argv0);
286 fprintf(stderr," [ -q [ -f savefile ] |\n");
287 fprintf(stderr," [ { -r | -a } [ -P prompt ] [ -l lockfile ] ]\n");
288 fprintf(stderr," [ -c count ] [ -e minerr ] [ -E maxerr ]\n");
289 fprintf(stderr," [ -d delay | -x [ separation ] ");
290 fprintf(stderr,"[ -f savefile ] ]\n");
291 fprintf(stderr," [
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Darsup.c88 fprintf (stderr, _("No entry %s in archive.\n"), ptr->name);
113 fprintf (stderr,_("Can't open file %s\n"), output);
162 fprintf (stderr,
180 fprintf (stderr,_("%s: Can't open input archive %s\n"),
188 fprintf (stderr,
228 fprintf (stderr, _("%s: no output archive specified yet\n"), program_name);
248 fprintf (stderr, _("%s: no open output archive\n"), program_name);
259 fprintf (stderr, _("%s: can't open file %s\n"),
286 fprintf (stderr, _("%s: no open output archive\n"), program_name);
313 fprintf (stderr,
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dtcpdump.c415 fprintf(stderr, "Time stamp type cannot be set for %s\n",
419 fprintf(stderr, "Time stamp types for %s (use option -j to set):\n",
424 (void) fprintf(stderr, " %s (%s)\n", tstamp_type_name,
427 (void) fprintf(stderr, " %d\n", tstamp_types[i]);
457 (void) fprintf(stderr, "Data link types for %s %s (use option -y to set):\n",
461 (void) fprintf(stderr, "Data link types for %s (use option -y to set):\n",
467 (void) fprintf(stderr, " %s (%s)", dlt_name,
475 (void) fprintf(stderr, " (printing not supported)");
476 fprintf(stderr, "\n");
478 (void) fprintf(stderr, " DL
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Dconf.c277 fprintf(stderr, "set_conf_kv: section=%s, key=%s, val=%s\n",
292 fprintf(stderr, "found regular map \"%s\" before global one.\n",
361 fprintf(stderr, "conf: unknown global key: \"%s\"\n", key);
379 fprintf(stderr, "conf: bad attrcache value: \"%s\"\n", val);
405 fprintf(stderr, "conf: unknown value to autofs_use_lofs \"%s\"\n", val);
424 fprintf(stderr, "conf: unknown value to browsable_dirs \"%s\"\n", val);
462 fprintf(stderr, "%s: not compiled with DEBUG option -- sorry.\n",
490 fprintf(stderr, "conf: unknown value to domain_strip \"%s\"\n", val);
510 fprintf(stderr, "conf: forced_unmounts unsupported on this system.\n");
525 fprintf(stderr, "warnin
[all...]
/freebsd-10.0-release/contrib/ofed/librdmacm/examples/
H A Drping.c211 fprintf(stderr, "cma event %s, error %d\n",
218 fprintf(stderr, "%s DISCONNECT EVENT...\n",
224 fprintf(stderr, "cma detected device removal!!!!\n");
229 fprintf(stderr, "unhandled event: %s, ignoring\n",
240 fprintf(stderr, "Received bogus data, size %d\n", wc->byte_len);
261 fprintf(stderr, "Received bogus data, size %d\n", wc->byte_len);
283 fprintf(stderr, "cq completion failed status %d\n",
312 fprintf(stderr, "recv wc error: %d\n", ret);
318 fprintf(stderr, "post recv error: %d\n", ret);
331 fprintf(stderr, "pol
[all...]
/freebsd-10.0-release/contrib/ntp/util/
H A Dntp-keygen.c206 fprintf(stderr, "No useable winsock.dll");
254 fprintf(stderr, "Unable to initialize .rnd file\n");
263 fprintf(stderr,
269 fprintf(stderr,
366 fprintf(stderr, "RAND_file_name %s\n",
372 fprintf(stderr,
376 fprintf(stderr,
411 fprintf(stderr, "Host key\n%s\n",
416 fprintf(stderr,
441 fprintf(stderr, "Sig
[all...]
/freebsd-10.0-release/contrib/gperf/src/
H A Dhash-table.cc105 fprintf (stderr,
115 fprintf (stderr, "%8d, ", i);
117 fprintf (stderr, "%*s", field_width - _table[i]->_selchars_length, "");
119 putc (_table[i]->_selchars[j], stderr);
120 fprintf (stderr, ", %.*s\n",
124 fprintf (stderr, "\nend dumping hash table\n\n");
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibsendtrap.c102 fprintf(stderr, "Usage: %s [-hV]"
104 fprintf(stderr, " -V print version\n");
105 fprintf(stderr, " <trap_name> can be one of the following\n");
107 fprintf(stderr, " %s\n", traps[i].trap_name);
109 fprintf(stderr, " default behavior is to send \"%s\"\n",
150 fprintf(stderr, "%s %s\n", argv0, get_build_version());
/freebsd-10.0-release/lib/libkse/test/
H A Dguard_b.c73 fprintf(stderr,
97 fprintf(stderr, "usage: guard_b <stacksize> <guardsize>\n");
100 fprintf(stderr, "Test begin\n");
132 fprintf(stderr, "No overflow:\n");
143 fprintf(stderr, "Overflow:\n");
148 fprintf(stderr, "Unexpected success\n");
/freebsd-10.0-release/tools/regression/p1003_1b/
H A Dyield.c85 fprintf(stderr, "usage: prog [n_instances]\n");
106 fprintf(stderr, "line %d: scheduler screwup\n",
123 fprintf(stderr, "line %d: scheduler screwup\n",
140 fprintf(stderr,
161 fprintf(stderr,
179 fprintf(stderr, "%d ran before %d on iteration %d.\n",
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dcu.c73 fprintf(stderr,
89 fprintf(stderr,
102 fprintf(stderr, "%s: unsupported speed %s\n",
183 fprintf(stderr, "%s: unsupported speed %ld\n",
196 fprintf(stderr, "%s: unsupported speed %ld\n",
207 fprintf(stderr, "usage: cu [-ehot] [-a acu] [-l line] "
/freebsd-10.0-release/usr.sbin/ctm/ctm/
H A Dctm_input.c20 fprintf(stderr,"Fatal error. (%s:%d)\n",fn,ln);
21 fprintf(stderr,"%s Fatal error: %s\n",FileName, kind);
52 fprintf(stderr,"Expected \"%s\" but didn't find it {%02x}.\n",
55 fprintf(stderr,"{%s}\n",buf);
60 fprintf(stderr,"<%s>\n",buf);
130 fprintf(stderr,"Using %s as substitute file\n", Buffer);
/freebsd-10.0-release/contrib/opie/
H A Dopiesu.c232 fprintf(stderr, "Can't update su log!\n");
284 fprintf(stderr, "Sorry, but the -f option is not supported by this build of OPIE.\n");
338 fprintf(stderr, "Unknown user: %s\n", user);
347 fprintf(stderr, "You do not have permission to su %s\n", user);
360 fprintf(stderr, "You do not have permission to su %s\n", user);
377 fprintf(stderr, "That account requires OTP responses.\n");
381 fprintf(stderr, "Reminder - Only use this method from the console; NEVER from remote. If you\n");
382 fprintf(stderr, "are using telnet, xterm, or a dial-in, type ^C now or exit with no password.\n");
383 fprintf(stderr, "Then run su without the -c parameter.\n");
385 fprintf(stderr, "Sorr
[all...]
/freebsd-10.0-release/share/examples/ppi/
H A Dppilcd.c20 #define debug(lev, fmt, args...) if (debuglevel >= lev) fprintf(stderr, fmt "\n" , ## args);
171 fprintf(stderr, "usage: %s [-v] [-d drivername] [-f device] [-o options] [args...]\n", progname);
172 fprintf(stderr, " -D Increase debugging\n");
173 fprintf(stderr, " -f Specify device, default is '%s'\n", DEFAULT_DEVICE);
174 fprintf(stderr, " -d Specify driver, one of:\n");
176 fprintf(stderr, " %-10s (%s)%s\n",
181 fprintf(stderr, " %s\n", lcd_drivertab[i].l_options[j]);
184 fprintf(stderr, " -o Specify driver option string\n");
185 fprintf(stderr, " args Message strings. Embedded escapes supported:\n");
186 fprintf(stderr, " \\
[all...]
/freebsd-10.0-release/bin/ed/
H A Dmain.c127 fprintf(stderr, "crypt unavailable\n?\n");
132 fprintf(stderr, usage, red ? "red" : "ed");
160 fputs("\n?\n", stderr);
173 fputs("?\n", stderr);
182 fprintf(stderr, "%s\n", errmsg);
192 fputs("?\n", stderr);
196 fprintf(stderr,
226 fputs("?\n", stderr); /* give warning */
230 fprintf(stderr, "script, line %d: %s\n",
238 fprintf(stderr, "scrip
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/gdbserver/
H A Dgdbreplay.c70 fprintf (stderr, "\n%s.\n", combined);
71 fflush (stderr);
78 fprintf (stderr, "\n%s\n", desc);
79 fprintf (stderr, "At logfile offset %ld, expected '0x%x' got '0x%x'\n",
81 fflush (stderr);
99 fprintf (stderr, "%s: Must specify tcp connection as host:addr\n", name);
100 fflush (stderr);
155 fprintf (stderr, "Replay logfile using %s\n", name);
156 fflush (stderr);
174 fprintf (stderr, "\nInvali
[all...]
/freebsd-10.0-release/contrib/groff/src/utils/xtotroff/
H A Dxtotroff.c65 fprintf(stderr, "not a standard name: %s\n", font_name);
87 fprintf(stderr, "bad font name: %s\n", names[i]);
91 fprintf(stderr, "ambiguous font name: %s\n", font_name);
92 fprintf(stderr, " matches %s\n", names[0]);
93 fprintf(stderr, " and %s\n", names[i]);
117 fprintf(stderr, "not a standard name: %s\n", font_name);
132 fprintf(stderr, "bad font name: %s\n", font_name);
147 fprintf(stderr, "not a standard encoding: %s\n", encoding);
153 fprintf(stderr, "font does not exist: %s\n", names[0]);
258 usage(stderr);
[all...]
/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dclktest.c78 fputs( "The command option string must not be empty\n", stderr );
83 fputs( "Missing tty device name\n", stderr );
95 fprintf(stderr, "%s: open(%s): ", progname, *argv);
101 (void) fprintf(stderr, "%s: ioctl(TIOCEXCL): ", progname);
117 (void) fprintf(stderr, "%s: ioctl(TIOCSETP): ", progname);
123 (void) fprintf(stderr, "%s: fcntl(F_SETOWN): ", progname);
133 (void) fprintf(stderr, "%s: ioctl(TIOCSETD): ", progname);
142 (void) fprintf(stderr, "%s: ioctl(I_PUSH): ", progname);
147 (void) fprintf(stderr, "%s: ioctl(CLK_SETSTR): ", progname);
162 (void) fprintf(stderr, "
[all...]
/freebsd-10.0-release/usr.bin/ar/
H A Dar.c363 (void)fprintf(stderr, "usage: ar -d [-Tjsvz] archive file ...\n");
364 (void)fprintf(stderr, "\tar -m [-Tjsvz] archive file ...\n");
365 (void)fprintf(stderr, "\tar -m [-Tabijsvz] position archive file ...\n");
366 (void)fprintf(stderr, "\tar -p [-Tv] archive [file ...]\n");
367 (void)fprintf(stderr, "\tar -q [-TcDjsvz] archive file ...\n");
368 (void)fprintf(stderr, "\tar -r [-TcDjsuvz] archive file ...\n");
369 (void)fprintf(stderr, "\tar -r [-TabcDijsuvz] position archive file ...\n");
370 (void)fprintf(stderr, "\tar -s [-jz] archive\n");
371 (void)fprintf(stderr, "\tar -t [-Tv] archive [file ...]\n");
372 (void)fprintf(stderr, "\ta
[all...]
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgost2001.c69 fprintf(stderr,"Set params index %d oid %s\nq=",
71 BN_print_fp(stderr,q);
72 fprintf(stderr,"\n");
119 fprintf(stderr,"digest as bignum=");
120 BN_print_fp(stderr,md);
121 fprintf(stderr,"\ndigest mod q=");
122 BN_print_fp(stderr,e);
123 fprintf(stderr,"\n");
219 fprintf(stderr,"digest as bignum: ");
220 BN_print_fp(stderr,m
[all...]
/freebsd-10.0-release/bin/pax/
H A Dgetoldopt.c56 fprintf(stderr, "%s: unknown option %c\n", argv[0], c);
66 fprintf(stderr, "%s: %c argument missing\n",
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_util.c44 (void) fprintf(stderr, "internal error: out of memory\n");
58 (void) fprintf(stderr,
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_subr.c79 (void) fputs("libctf DEBUG: ", stderr);
80 (void) vfprintf(stderr, format, alist);
/freebsd-10.0-release/contrib/amd/amq/
H A Dpawd.c100 fprintf(stderr, "hack_name(%s)\n", dir);
122 fprintf(stderr, "partition %s, username %s\n", partition, username);
131 fprintf(stderr, "hesiod -> <%s>\n", *hes);
137 fprintf(stderr, "hesiod -> <%s>\n", hes_name);
143 fprintf(stderr, "hesiod -> <%s>\n", hes_name);
148 fprintf(stderr, "A match, munging....\n");
155 fprintf(stderr, "Munged to <%s>\n", transform);
249 fprintf(stderr, "pawd: %s\n", tmp_buf);

Completed in 398 milliseconds

1234567891011>>