Searched refs:fprintf (Results 51 - 75 of 2840) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_passthrough_dotdot.c48 fprintf(filelist, ".\n");
52 fprintf(filelist, "file\n");
H A Dtest_passthrough_reverse.c54 fprintf(filelist, "dir/file\n");
57 fprintf(filelist, "dir\n");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post_chan.c36 (void) fprintf(stderr, "failed to bind to sysevent channel\n");
44 (void) fprintf(stderr, "failed to publisth sysevent\n");
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin9.h8 fprintf ((FILE), ".comm "); \
11 fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dproc-why.c119 fprintf (file, "%s ", pr_why_table[i].name);
121 fprintf (file, ": %s ", pr_why_table[i].desc);
140 fprintf (file, "Entry to ");
146 fprintf (file, "Exit from ");
157 fprintf (file, "Exit status: %d\n", what);
161 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
164 fprintf (file, "\n");
168 fprintf (file, "Unknown pr_why.\n");
H A Dproc-api.c240 fprintf (procfs_file ? procfs_file : stdout,
245 fprintf (procfs_file ? procfs_file : stdout,
257 fprintf (procfs_file ? procfs_file : stdout,
268 fprintf (procfs_file ? procfs_file : stdout,
274 fprintf (procfs_file ? procfs_file : stdout,
281 fprintf (procfs_file ? procfs_file : stdout,
288 fprintf (procfs_file ? procfs_file : stdout,
295 fprintf (procfs_file ? procfs_file : stdout,
302 fprintf (procfs_file ? procfs_file : stdout,
307 fprintf (procfs_fil
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dassert.c44 (void)fprintf(stderr,
48 (void)fprintf(stderr,
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrp_lcl.h66 # define srp_bn_print(a) {fprintf(stderr, #a "="); BN_print_fp(stderr,a); \
67 fprintf(stderr,"\n");}
/freebsd-11-stable/tools/tools/ath/athprom/
H A Dathprom.c69 fprintf(stderr, "usage: %s [-i ifname] [-t pathname] [offset | offset=value]\n", progname);
381 fprintf(fd, "0x%02X", eeprom.ee_antennaControl[ant][curmode]);
391 fprintf(fd, " -- ");
393 fprintf(fd, "%04d", pRdEdgePwrInfo[edge].rdEdge);
403 fprintf(fd, " -- ");
405 fprintf(fd, "%2d.%d",
417 fprintf(fd, "--");
419 fprintf(fd, " %1d", pRdEdgePwrInfo[edge].flag);
439 fprintf(fd, "%2d.%02d", power25dBm / 4, (power25dBm % 4) * 25);
445 fprintf(f
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c82 fprintf(stderr, "Invalid Service Class ID List. " \
102 fprintf(stderr, "Invalid Service Class ID List. " \
109 fprintf(stderr, "Invalid Service Class ID List. " \
119 fprintf(stdout, "\t%s (%#4.4x)\n",
125 fprintf(stdout, "\t%#8.8x\n", value);
132 fprintf(stdout, "\t%#8.8x-%4.4x-%4.4x-%4.4x-%4.4x%8.8x\n",
142 fprintf(stderr, "Invalid Service Class ID List. " \
182 fprintf(stdout, "\t%s (%#4.4x)\n", sdp_uuid2desc(value.uint16),
188 fprintf(stdout, "\t%#8.8x\n", value.uint32);
193 fprintf(stdou
[all...]
/freebsd-11-stable/sbin/nandfs/
H A Drmsnap.c51 fprintf(stderr, "usage:\n");
52 fprintf(stderr, "\trmsnap snap node\n");
69 fprintf(stderr, "%s must be a number greater than 0\n",
77 fprintf(stderr, "nandfs_open: %s\n", nandfs_errmsg(&fs));
83 fprintf(stderr, "nandfs_delete_snap: %s\n", nandfs_errmsg(&fs));
/freebsd-11-stable/contrib/amd/wire-test/
H A Dwire-test.c72 fprintf(stderr, "%s", tmp_buf);
78 fprintf(stderr, "My IP address is 0x%x.\n", (unsigned int) htonl(myipaddr.s_addr));
91 fprintf(stderr, "NFS vers/proto failed: no such hostname \"%s\"\n", testhost);
101 fprintf(stderr, "NFS Version and protocol tests to host \"%s\"...\n", testhost);
104 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, proto);
107 fprintf(stderr, "failed!\n");
109 fprintf(stderr, "found version %d.\n", ret);
114 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, proto);
117 fprintf(stderr, "failed!\n");
119 fprintf(stder
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c338 fprintf (stderr,
348 fprintf (stderr, _("Using popen to read preprocessor output\n"));
414 fprintf (stderr, _("Tried `%s'\n"), cmd);
425 fprintf (stderr, _("Using `%s'\n"), cmd);
584 fprintf (stderr, _("%s:%d: %s\n"), rc_filename, rc_lineno, msg);
2000 fprintf (e, "\n");
2038 fprintf (e, "%s", s);
2181 fprintf (e, " != %d", rt);
2197 fprintf (e, "??Unknown-Name??");
2198 fprintf (
[all...]
/freebsd-11-stable/contrib/opie/
H A Dopiepasswd.c81 fprintf(stderr, "usage: %s [-v] [-h] [-c|-d] [-f] [-n initial_sequence_number]\n [-s seed] [username]\n", myname);
92 fprintf(stderr, "Error verifying database.\n");
105 fprintf(stderr, "Error verifying key -- possible database corruption.\n");
133 fprintf(stderr, "Who are you?");
145 fprintf(stderr, "Sorry, but the -f option is not supported by this build of OPIE.\n");
200 fprintf(stderr, "Error: Can't update key database.\n");
203 fprintf(stderr, "Error reading key database\n");
210 fprintf(stderr, "Seeds must be less than %d characters long.", OPIE_SEED_MAX);
214 fprintf(stderr, "Seeds must be greater than %d characters long.", OPIE_SEED_MIN);
222 fprintf(stder
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_test.c67 fprintf(f, "%s", title);
70 fprintf(f, "\n%04x", n);
71 fprintf(f, " %02x", s[n]);
73 fprintf(f, "\n");
85 fprintf(stderr, "Odd number of hex digits!");
160 fprintf(stderr, "Key length doesn't match, got %d expected %lu\n", kn,
169 fprintf(stderr, "EncryptInit failed\n");
174 fprintf(stderr, "IV length set failed\n");
179 fprintf(stderr, "Key/IV set failed\n");
184 fprintf(stder
[all...]
/freebsd-11-stable/usr.sbin/rtsold/
H A Ddump.c68 fprintf(fp, "Interface %s\n", ifi->ifname);
69 fprintf(fp, " probe interval: ");
71 fprintf(fp, "%d\n", ifi->probeinterval);
72 fprintf(fp, " probe timer: %d\n", ifi->probetimer);
74 fprintf(fp, "infinity\n");
75 fprintf(fp, " no probe timer\n");
77 fprintf(fp, " interface status: %s\n",
79 fprintf(fp, " other config: %s\n",
81 fprintf(fp, " rtsold status: %s\n", ifstatstr[ifi->state]);
82 fprintf(f
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c495 fprintf(f, "\t%s=%s\n", field, value);
504 fprintf(f, "\t%s=%d\n", field, value);
513 fprintf(f, "\tbssid=%s\n", value);
524 fprintf(f, "\tbssid_hint=%s\n", value);
539 fprintf(f, "\tpsk=%s\n", value);
555 fprintf(f, "\tproto=%s\n", value);
571 fprintf(f, "\tkey_mgmt=%s\n", value);
587 fprintf(f, "\tpairwise=%s\n", value);
603 fprintf(f, "\tgroup=%s\n", value);
619 fprintf(
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfcomp.c89 fprintf(fp, "/*\n");
90 fprintf(fp, "* Copyright (C) 2012 by Darren Reed.\n");
91 fprintf(fp, "*\n");
92 fprintf(fp, "* Redistribution and use in source and binary forms are permitted\n");
93 fprintf(fp, "* provided that this notice is preserved and due credit is given\n");
94 fprintf(fp, "* to the original author and the contributors.\n");
95 fprintf(fp, "*/\n\n");
97 fprintf(fp, "#include <sys/param.h>\n");
98 fprintf(fp, "#include <sys/types.h>\n");
99 fprintf(f
[all...]
/freebsd-11-stable/contrib/ldns/drill/
H A Ddrill_util.c51 fprintf(stderr, "Error opening %s: %s\n",
63 fprintf(stderr,
82 /*fprintf(stderr, "No keys read\n");*/
107 fprintf(out, "%s", pre);
132 fprintf(stdout, ";\n; equivalent DS records for key %u:\n",
150 fprintf(fp, " %s", lt->name);
152 fprintf(fp, " CLASS%d", ldns_rr_get_class(r));
157 fprintf(fp, " RRSIG ");
160 fprintf(fp, " DNSKEY ");
163 fprintf(f
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen_length.c43 fprintf (codefile, "%s += der_length_%s(%s);\n", variable, typename, name);
71 fprintf (codefile, "%s += length_%s(%s);\n",
76 fprintf(codefile,
80 fprintf(codefile, "}\n");
95 fprintf (codefile, "%s += 1;\n", variable);
111 fprintf(codefile,
117 fprintf (codefile,
121 fprintf(codefile,
123 fprintf (codefile, "%s += 1;\n", variable);
125 fprintf (codefil
[all...]
/freebsd-11-stable/usr.bin/time/
H A Dtime.c164 fprintf(out, "%10ld %s\n",
166 fprintf(out, "%10ld %s\n",
168 fprintf(out, "%10ld %s\n",
170 fprintf(out, "%10ld %s\n",
172 fprintf(out, "%10ld %s\n",
174 fprintf(out, "%10ld %s\n",
176 fprintf(out, "%10ld %s\n",
178 fprintf(out, "%10ld %s\n",
180 fprintf(out, "%10ld %s\n",
182 fprintf(ou
[all...]
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_debug.c64 (void)fprintf(stderr, "%s: pgsz %u",
67 (void)fprintf(stderr, " keys %u", t->bt_nrecs);
71 (void)fprintf(stderr, "%s%s", sep, name); \
82 (void)fprintf(stderr, ")\n");
104 (void)fprintf(stderr, "magic %x\n", m->magic);
105 (void)fprintf(stderr, "version %u\n", m->version);
106 (void)fprintf(stderr, "psize %u\n", m->psize);
107 (void)fprintf(stderr, "free %u\n", m->free);
108 (void)fprintf(stderr, "nrecs %u\n", m->nrecs);
109 (void)fprintf(stder
[all...]
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_option_T_upper.c62 fprintf(f, "f\x0d"); /* CR */
63 fprintf(f, "d1/f1\x0d\x0a"); /* CRLF */
64 fprintf(f, "d1/d2/f4\x0a"); /* NL */
65 fprintf(f, "d1/d2/f6"); /* EOF */
73 fprintf(f, "d1/d2/f3");
75 fprintf(f, "d1/d2/f5");
78 fprintf(f, "d1/d2/f\x0a");
/freebsd-11-stable/sys/contrib/xz-embedded/userspace/
H A Dboottest.c19 fprintf(stderr, "%s\n", msg);
47 fprintf(stderr, "ret = %d\n", ret);
57 fprintf(stderr, "ret = %d; in_used = %d\n", ret, in_used);
64 fprintf(stderr, "ret = %d\n", ret);
77 fprintf(stderr, "ret = %d; in_used = %d\n", ret, in_used);
83 fprintf(stderr, "Usage: %s [bb|bc|cc|cb]\n", argv[0]);
93 fprintf(stderr, "Usage: %s [bb|bc|cc|cb]\n", argv[0]);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-memstat.c32 fprintf(stderr, "usage: %s [options]\n", prg);
33 fprintf(stderr, "options:\n");
34 fprintf(stderr, "-l n loop n times\n");
35 fprintf(stderr, "-m n allocate n bytes per iteration\n");
36 fprintf(stderr, "-r name use name as resource to query\n");
37 fprintf(stderr, "-s n sleep n seconds per iteration\n");
68 fprintf(stderr, "strdup(%s) failed\n",

Completed in 206 milliseconds

1234567891011>>