Searched refs:stderr (Results 126 - 150 of 2322) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.sbin/ctm/ctm/
H A Dctm_pass1.c40 fprintf(stderr,"Expected \"CTM_BEGIN\" got \"%s\".\n",p);
48 fprintf(stderr,"Expected \"%s\" got \"%s\".\n",VERSION,p);
62 fprintf(stderr,"Delta number %u is already applied; ignoring.\n",
82 fprintf(stderr,"Got [%s]\n",p);
93 fprintf(stderr,"Got [%s]\n",p);
97 fprintf(stderr,"%s ",sp->Key);
105 fprintf(stderr," %x(%d)",sp->List[i],sep);
112 fprintf(stderr,"Warning: contains trailing slash\n");
197 fprintf(stderr,"List = 0x%x\n",j);
213 fprintf(stderr,"Lis
[all...]
H A Dctm_pass2.c103 fprintf(stderr," %s: %s exists.\n",
110 fprintf(stderr," %s: %s doesn't exist.\n",
119 fprintf(stderr,
126 fprintf(stderr,
135 fprintf(stderr,
156 fprintf(stderr," %s: %s md5 mismatch.\n",
160 fprintf(stderr," %s: %s already applied.\n",
165 fprintf(stderr," Can and will force.\n");
167 fprintf(stderr," Could have forced.\n");
194 fprintf(stderr, "
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.c310 (void) fprintf(stderr, "Unable to list handlers: %s\n",
431 (void) fprintf(stderr, "failed to remove handler %d: %s\n",
464 (void) fprintf(stderr, "failed to remove handler %d: %s\n",
488 (void) fprintf(stderr, "failed to add handler: %s\n",
579 (void) fprintf(stderr, "internal error: failed to "
587 (void) fprintf(stderr, "failed to open ZFS device\n");
618 (void) fprintf(stderr, "invalid action '%s': "
636 (void) fprintf(stderr, "invalid i/o delay "
652 (void) fprintf(stderr, "invalid error type "
662 (void) fprintf(stderr, "frequenc
[all...]
/freebsd-10.0-release/tools/LibraryReport/
H A DLibraryReport.tcl68 puts stderr "ldconfig returned nonzero, persevering.";
86 puts stderr "Unparseable ldconfig output line :";
87 puts stderr $line;
108 puts stderr "Symbolic link points to nothing : $lib";
146 puts stderr "Can't search under '$dir' : $msg";
206 puts stderr "$fname : library '$mlname' not known.";
212 puts stderr "Unparseable ldd output line :";
213 puts stderr $line;
269 puts stderr "Unknown option '$arg'.";
/freebsd-10.0-release/usr.sbin/digictl/
H A Ddigictl.c44 fprintf(stderr, "usage: %s -a disable|enable|query device\n", prog);
45 fprintf(stderr, " %s [-d debug] [-ir] ctrl-device...\n", prog);
107 fprintf(stderr, "%s: %s: open: %s\n", prog, argv[i],
120 fprintf(stderr, "%s: %s: set altpin: %s\n",
128 fprintf(stderr, "%s: %s: get altpin: %s\n",
140 fprintf(stderr, "%s: %s: debug: %s\n",
147 fprintf(stderr, "%s: %s: model: %s\n",
151 fprintf(stderr, "%s: %s: ident: %s\n",
162 fprintf(stderr, "%s: %s: reinit: %s\n",
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dgen-aout.c38 fprintf(stderr, "Cannot open gen-aout!\n");
42 fprintf(stderr, "Cannot read gen-aout!\n");
48 fprintf(stderr, "Usage: gen-aout target_name\n");
90 fprintf (stderr, _("warning: preprocessor substituted architecture name inside string;"));
91 fprintf (stderr, _(" fix DEFAULT_ARCH in the output file yourself\n"));
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dbase64-test.c63 fprintf(stderr, "failed test %d: %s != %s\n", numtest,
71 fprintf(stderr, "failed test %d: len %lu != %lu\n", numtest,
75 fprintf(stderr, "failed test %d: data\n", numtest);
85 fprintf(stderr, "failed test %d: successful decode of `M=M='\n",
90 fprintf(stderr, "failed test %d: successful decode of `MQ==='\n",
/freebsd-10.0-release/sbin/nandfs/
H A Dlssnap.c51 fprintf(stderr, "usage:\n");
52 fprintf(stderr, "\tlssnap node\n");
84 fprintf(stderr, "cannot allocate memory\n");
91 fprintf(stderr, "nandfs_open: %s\n", nandfs_errmsg(&fs));
105 fprintf(stderr, "nandfs_get_snap: %s\n", nandfs_errmsg(&fs));
/freebsd-10.0-release/tools/regression/netinet/ipbroadcast/
H A Dipbroadcast.c81 fprintf(stderr, "IPv4 broadcast test program. Sends a %d byte UDP "
83 fprintf(stderr,
87 fprintf(stderr, "-1: Set IP_ONESBCAST\n");
88 fprintf(stderr, "-A: specify laddr (default: INADDR_ANY)\n");
89 fprintf(stderr, "-b: bind socket to <laddr>:<lport>\n");
90 fprintf(stderr, "-B: Set SO_BROADCAST\n");
91 fprintf(stderr, "-d: Set SO_DONTROUTE\n");
92 fprintf(stderr, "-i: Set IP_SENDIF <iface> (if supported)\n");
93 fprintf(stderr, "-l: Set payload size to <len>\n");
94 fprintf(stderr, "
[all...]
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dsocket.c68 fprintf(stderr,"%.2x",((const unsigned char *)data)[i]);
83 fprintf(stderr,"/");
89 fprintf(stderr,"/");
106 fprintf(stderr,"/");
135 fprintf(stderr,"Looking for the socket addresses\n");
138 fprintf(stderr,"Internet address: address=");
140 fprintf(stderr," anywhere=");
142 fputc('\n',stderr);
155 fprintf(stderr,"Initial sockets: here=");
157 fprintf(stderr," ther
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c64 (void) fprintf(stderr, "Usage:\n %s -l [-is] dir-to-look-in "
66 (void) fprintf(stderr, " %s -i [-ls] dir-to-look-in "
68 (void) fprintf(stderr, " %s -s [-il] dir-to-look-in "
70 (void) fprintf(stderr, "\t Perform a lookup\n");
71 (void) fprintf(stderr, "\t -l == lookup\n");
72 (void) fprintf(stderr, "\t -i == request FIGNORECASE\n");
73 (void) fprintf(stderr, "\t -s == request stat(2) and xvattr info\n");
74 (void) fprintf(stderr, " %s -r [-ea] [-b buffer-size-in-bytes] "
76 (void) fprintf(stderr, " %s -e [-ra] [-b buffer-size-in-bytes] "
78 (void) fprintf(stderr, "
[all...]
/freebsd-10.0-release/usr.sbin/keyserv/
H A Dkeyserv.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, "decryp
[all...]
/freebsd-10.0-release/contrib/opie/
H A Dopiekey.c71 fprintf(stderr, "usage: %s [-v] [-h] [-f] [-x] [-t type] [-4 | -5 | -s] [-a] [-n count] sequence_number seed\n", s);
100 fprintf(stderr, "Enter %ssecret pass phrase: ", promptextra);
102 fprintf(stderr, "Error reading %ssecret pass phrase!\n", promptextra);
108 fprintf(stderr, "Again %ssecret pass phrase: ", promptextra);
110 fprintf(stderr, "Error reading %ssecret pass phrase!\n", promptextra);
116 fprintf(stderr, "They don't match. Try again.\n");
125 fprintf(stderr, "Secret pass phrases must be between %d and %d characters long.\n", OPIE_SECRET_MIN, OPIE_SECRET_MAX);
178 fprintf(stderr, "Sorry, but the -f option is not supported by this build of OPIE.\n");
201 fprintf(stderr, "%s: %s: unknown response type.\n", argv[0], optarg);
220 fprintf(stderr, "Usin
[all...]
/freebsd-10.0-release/bin/sh/bltin/
H A Dbltin.h50 #undef stderr macro
51 #define stderr out2 macro
70 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(2);} else
/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsupport.c48 fprintf(stderr, "warning: ");
49 vfprintf(stderr, fmt, ap);
50 fprintf(stderr, "\n");
61 fprintf(stderr, "warning: ");
62 vfprintf(stderr, fmt, ap);
63 fprintf(stderr, ": %s\n", strerror(e));
73 fprintf(stderr, "error: ");
74 vfprintf(stderr, fmt, ap);
75 fprintf(stderr, "\n");
87 fprintf(stderr, "erro
[all...]
/freebsd-10.0-release/contrib/libpcap/tests/
H A Dreactivatetest.c73 (void)fprintf(stderr, "reactivatetest: ");
75 (void)vfprintf(stderr, fmt, ap);
80 (void)fputc('\n', stderr);
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c47 fprintf (stderr, "%s\n", name);
49 fprintf (stderr, "%s\n", banner);
51 fflush(stderr);
/freebsd-10.0-release/crypto/openssl/crypto/pqueue/
H A Dpq_test.c80 fprintf(stderr, "found %ld\n", item->priority);
83 fprintf(stderr, "found %ld\n", item->priority);
86 fprintf(stderr, "found %ld\n", item ? item->priority: 0);
/freebsd-10.0-release/sbin/growfs/
H A Ddebug.h91 fprintf(stderr, "~>%s: %s\n", __FILE__, __FKT__ ); \
94 fprintf(stderr, "~<%s[%d]: %s\n", __FILE__, __LINE__, __FKT__ ); \
97 fprintf(stderr, "~=%s[%d]: %s\n", __FILE__, __LINE__, __FKT__ ); \
100 fprintf(stderr, "~ %s", (A)); \
103 fprintf(stderr, "~ "); \
104 fprintf(stderr, (A), (B)); \
107 fprintf(stderr, "~ "); \
108 fprintf(stderr, (A), (B), (C)); \
111 fprintf(stderr, "~ "); \
112 fprintf(stderr, (
[all...]
/freebsd-10.0-release/share/examples/sunrpc/sort/
H A Drsort.c19 fprintf(stderr, "usage: %s machinename [s1 ...]\n", argv[0]);
30 fprintf(stderr, "%s: call to sort service failed. ", argv[0]);
32 fprintf(stderr, "\n");
/freebsd-10.0-release/usr.sbin/clear_locks/
H A Dclear_locks.c46 fprintf(stderr, "Usage: clear_locks <hostname>\n");
52 fprintf(stderr, "clear_locks: must be root\n");
66 fprintf(stderr, "clear_locks: cleared locks for hostname %s\n",
/freebsd-10.0-release/usr.sbin/fwcontrol/
H A Dfwmpegts.c193 fprintf(stderr, "Read %d bytes.\n", len);
197 fprintf(stderr, "(EAGAIN) - push 'Play'?\n");
207 fprintf(stderr, "\nReading new packet.\n");
208 fprintf(stderr, "%08x %08x %08x %08x\n",
230 fprintf(stderr,
233 fprintf(stderr, "Data block size (CIP header): %d [q], %d [B]\n",
235 fprintf(stderr,
238 fprintf(stderr, "QCP (CIP header): %d\n", ciph->qpc );
239 fprintf(stderr, "DBC counter (CIP header): %d\n", ciph->dbc );
240 fprintf(stderr, "MPE
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Dconf_parse.y64 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s))
105 fprintf(stderr, "sec_header1 = \"%s\"\n", $2);
117 fprintf(stderr,"parse1: key=\"%s\", val=\"%s\"\n", $1, $3);
127 fprintf(stderr,"parse2: key=\"%s\", val=\"%s\"\n", $1, $3);
137 fprintf(stderr,"parse3: key=\"%s\", val=\"%s\"\n", $1, $3);
153 fprintf(stderr, "AMDCONF: %s on line %d (section %s)\n",
/freebsd-10.0-release/contrib/apr-util/test/
H A Dabts.c220 vfprintf(stderr, fmt, args);
222 fprintf(stderr, "\n");
223 fflush(stderr);
236 fprintf(stderr, "Line %d: expected <%d>, but saw <%d>\n", lineno, expected, actual);
237 fflush(stderr);
250 fprintf(stderr, "Line %d: expected <%d>, but saw <%d>\n", lineno, expected, actual);
251 fflush(stderr);
267 fprintf(stderr, "Line %d: expected <%s>, but saw <%s>\n", lineno, expected, actual);
268 fflush(stderr);
282 fprintf(stderr, "Lin
[all...]
/freebsd-10.0-release/sys/contrib/xz-embedded/userspace/
H A Dxzminidec.c80 fputs(argv[0], stderr);
81 fputs(": ", stderr);
83 "file integrity\n", stderr);
128 fputs(argv[0], stderr);
129 fputs(": ", stderr);
130 fputs(msg, stderr);

Completed in 327 milliseconds

1234567891011>>