Searched refs:stderr (Results 276 - 300 of 2322) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Deabispe.h28 #define TARGET_VERSION fprintf (stderr, " (PowerPC Embedded SPE)");
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Dmark.cpp68 fprintf(stderr, "mark { ");
70 fprintf(stderr, " }");
118 fprintf(stderr, "lineup { ");
120 fprintf(stderr, " }");
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dipresend.c73 fprintf(stderr, "Usage: %s [options] <-r filename|-R filename>\n\
108 fprintf(stderr, "mtu must be > 28\n");
129 fprintf(stderr, "Unknown option \"%c\"\n", c);
139 fprintf(stderr,"Cant resolve %s\n", gateway);
/freebsd-10.0-release/contrib/opie/
H A Dopieauto.c64 fprintf(stderr, "%s: %s: %s(%d)\n", myname, x, strerror(errno), errno);
69 fprintf(stderr, "%s: %s\n", myname, x);
91 fprintf(stderr, "%s: got bogus command: %s\n", myname, cmd);
101 fprintf(stderr, "%s: got bogus algorithm: %s\n", myname, cmd);
108 fprintf(stderr, "%s: got bogus sequence: %s\n", myname, cmd);
116 fprintf(stderr, "%s: got bogus seed: %s\n", myname, cmd);
125 fprintf(stderr, "%s: got bogus response: %s\n", myname, cmd);
134 fprintf(stderr, "%s: got bogus seed: %s\n", myname, cmd);
144 fprintf(stderr, "got cmd=%c, algorithm=%d sequence=%d seed=+%s+ response=+%s+ on fd %d\n", cmd[0], algorithm, sequence, seed, response, fd);
151 fprintf(stderr, "sequenc
[all...]
/freebsd-10.0-release/contrib/xz/src/xz/
H A Dprivate.h44 # define STDERR_FILENO (fileno(stderr))
/freebsd-10.0-release/crypto/openssh/
H A Dsftp-server-main.c45 fprintf(stderr, "No user found for uid %lu\n",
/freebsd-10.0-release/games/caesar/
H A Dcaesar.c89 (void)fprintf(stderr, "caesar: out of memory.\n");
101 (void)fprintf(stderr, "caesar: %s\n", strerror(errno));
140 (void)fprintf(stderr, "caesar: %s\n", strerror(errno));
153 (void)fprintf(stderr, "caesar: bad rotation value.\n");
/freebsd-10.0-release/lib/libc/rpc/
H A Dgetpublickey.c131 fprintf(stderr, "match failed error %d\n", err);
142 fprintf(stderr,
150 fprintf(stderr,
158 fprintf(stderr,
/freebsd-10.0-release/lib/libutil/
H A Dlogin_crypt.c43 fprintf(stderr, "login_setcryptfmt: "
/freebsd-10.0-release/share/examples/hast/
H A Ducarp.sh58 echo "Unable to determine which node is this (both match)." >/dev/stderr
66 echo "Unable to determine which node is this (none match)." >/dev/stderr
/freebsd-10.0-release/share/examples/ses/srcs/
H A Dchpmon.c56 fprintf(stderr, "usage: %s polling-interval device "
81 fprintf(stderr, "%s: SESIOC_SETENCSTAT1: %s\n",
90 fprintf(stderr, "%s: SESIOC_GETENCSTAT: %s\n",
118 fprintf(stderr, "%s: SESIOC_SETENCSTAT 2: %s\n",
/freebsd-10.0-release/usr.bin/logname/
H A Dlogname.c65 (void)fprintf(stderr, "usage: logname\n");
/freebsd-10.0-release/usr.bin/tip/tip/
H A Duucplock.c79 fprintf(stderr, "Can't open lock file.\n");
86 fprintf(stderr, "Can't read lock file.\n");
100 fprintf(stderr, "Stale lock on %s PID=%ld... overriding.\n",
105 fprintf(stderr, "Can't seek lock file.\n");
/freebsd-10.0-release/usr.bin/tty/
H A Dtty.c77 fprintf(stderr, "usage: tty [-s]\n");
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dutils.c69 (void) fprintf(stderr, "%s: ", pname);
71 (void) vfprintf(stderr, format, alist);
74 (void) fprintf(stderr, ": %s\n", strerror(err));
/freebsd-10.0-release/contrib/expat/examples/
H A Doutline.c77 fprintf(stderr, "Couldn't allocate memory for parser\n");
89 fprintf(stderr, "Read error\n");
95 fprintf(stderr, "Parse error at line %" XML_FMT_INT_MOD "u:\n%s\n",
/freebsd-10.0-release/contrib/expat/xmlwf/
H A Dreadfilemap.c65 fprintf(stderr, "%s: not a regular file\n", name);
79 fprintf(stderr, "%s: out of memory\n", name);
91 fprintf(stderr, "%s: read unexpected number of bytes\n", name);
/freebsd-10.0-release/contrib/gperf/src/
H A Dpositions.cc59 fprintf (stderr, "Positions::add internal error: overflow\n");
69 fprintf (stderr, "Positions::add internal error: duplicate\n");
119 fprintf (stderr, "Positions::remove internal error: not found\n");
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dload_file.c22 fprintf(stderr, "load_file cannot open '%s'\n", filename);
39 fprintf(stderr, "%d:%s: line too long\n",
89 fprintf(stderr, "%s:%d unrecognised content :%s\n",
H A Doptname.c32 fprintf(stderr, "%d: unknown IP option name %s\n",
41 fprintf(stderr, "%d: missing security level after sec-class\n",
55 fprintf(stderr,
/freebsd-10.0-release/contrib/ntp/util/
H A Dtimetrim.c63 fprintf(stderr, USAGE);
87 fprintf(stderr, USAGE);
92 fprintf(stderr, USAGE);
/freebsd-10.0-release/lib/libc/db/test/hash.tests/
H A Dtread2.c77 fprintf(stderr, "cannot open: hash table\n" );
94 fprintf ( stderr, "Error retrieving %s\n", key.data );
97 fprintf ( stderr, "%s not found\n", key.data );
/freebsd-10.0-release/usr.bin/hesinfo/
H A Dhesinfo.c53 fprintf(stderr, "usage: hesinfo [-bl] name type\n");
54 fprintf(stderr, "\t-l selects long format\n");
55 fprintf(stderr, "\t-b also does hes_to_bind conversion\n");
/freebsd-10.0-release/usr.sbin/nandtool/
H A Dnand_writeoob.c49 fprintf(stderr, "Please supply valid 'dev' parameter.\n");
54 fprintf(stderr, "Please supply valid 'in' parameter.\n");
59 fprintf(stderr, "Please supply valid 'page' parameter.\n");
/freebsd-10.0-release/contrib/ofed/libibverbs/examples/
H A Dsrq_pingpong.c120 fprintf(stderr, "Failed to modify QP[%d] to RTR\n", i);
137 fprintf(stderr, "Failed to modify QP[%d] to RTS\n", i);
168 fprintf(stderr, "%s for %s:%d\n", gai_strerror(n), servername, port);
187 fprintf(stderr, "Couldn't connect to %s:%d\n", servername, port);
195 fprintf(stderr, "Couldn't send local address\n");
210 fprintf(stderr, "%d/%d: Couldn't read remote address [%d]\n",
256 fprintf(stderr, "%s for port %d\n", gai_strerror(n), port);
279 fprintf(stderr, "Couldn't listen to port %d\n", port);
287 fprintf(stderr, "accept() failed\n");
301 fprintf(stderr, "
[all...]

Completed in 147 milliseconds

<<11121314151617181920>>