Searched refs:fprintf (Results 76 - 100 of 2794) sorted by relevance

1234567891011>>

/freebsd-10-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-10-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",
/freebsd-10-stable/sys/contrib/xz-embedded/userspace/
H A Dboottest.c19 fprintf(stderr, "%s\n", msg);
44 fprintf(stderr, "ret = %d\n", ret);
54 fprintf(stderr, "ret = %d; in_used = %d\n", ret, in_used);
61 fprintf(stderr, "ret = %d\n", ret);
74 fprintf(stderr, "ret = %d; in_used = %d\n", ret, in_used);
80 fprintf(stderr, "Usage: %s [bb|bc|cc|cb]\n", argv[0]);
90 fprintf(stderr, "Usage: %s [bb|bc|cc|cb]\n", argv[0]);
/freebsd-10-stable/tools/regression/p1003_1b/
H A Dmain.c29 fprintf(stderr, "%s is unknown\n", argv[1]);
31 fprintf(stderr, "usage: %s [-a] or one of [", argv[0]);
33 fprintf(stderr, "%s%s", (i)? " | " : "", tab[i].t);
34 fprintf(stderr, "]\n");
45 fprintf(stderr,
52 fprintf(stderr, "p1003_1b %s\n", tab[i].t);
61 fprintf(stderr,
/freebsd-10-stable/contrib/tcsh/
H A Dgethost.c187 (void) fprintf(stderr, "%s: missing close paren `%s'\n",
196 (void) fprintf(stderr, "%s: empty define `%s'\n",
217 (void) fprintf(stderr, "%s: invalid input `%s'\n", pname, defs);
245 (void) fprintf(stderr, "Usage: %s [<filename>]\n", pname);
251 (void) fprintf(stderr, "%s: Cannot open `%s'\n", pname, fname);
298 (void) fprintf(stderr, "%s: \"%s\", %d: Missing macro name\n",
303 (void) fprintf(stderr, "%s: \"%s\", %d: Missing macro body\n",
307 (void) fprintf(stdout, "\n#if %s\n# define %s\n#endif\n\n",
313 (void) fprintf(stderr, "%s: \"%s\", %d: Discarded\n",
316 (void) fprintf(stder
[all...]
/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
H A Duwx_trace.h37 #define fprintf(f, ...) printf(__VA_ARGS__) macro
61 fprintf(stderr, "uwx_alloc_scoreboard: reuse id %d\n", (id));
65 fprintf(stderr, "uwx_prealloc_scoreboard: prealloc id %d\n", (id));
69 fprintf(stderr, "uwx_alloc_scoreboard: alloc id %d\n", (id));
73 fprintf(stderr, "uwx_pop_scoreboards: free id %d\n", (id));
77 fprintf(stderr, "uwx_label_scoreboard: label %d\n", (label));
81 fprintf(stderr, "uwx_label_scoreboard: copy id %d\n", (id));
85 fprintf(stderr, "uwx_label_scoreboard: reverse link %d -> %d\n", \
90 fprintf(stderr, "uwx_copy_scoreboard: label %d, cur sb id %d\n", (label), (id));
94 fprintf(stder
[all...]
/freebsd-10-stable/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",
98 fprintf(stdout, "%s: Clearing CRITICAL "
106 fprintf(stdout, "%s: Setting CRITICAL from:", v[dev]);
108 fprintf(stdout, " UNRECOVERABLE");
111 fprintf(stdout, " CRITICAL");
114 fprintf(stdout, " NONCRITICAL");
118 fprintf(stderr, "%s: SESIOC_SETENCSTAT 2: %s\n",
/freebsd-10-stable/contrib/gcc/
H A Dgen-protos.c77 fprintf (stderr, "Funny input line: %s\n", start);
83 fprintf (stderr, "Funny input line: %s\n", start);
103 fprintf (stderr, "%s: Can't handle this complex prototype: %s\n",
147 fprintf (outf, "struct fn_decl std_protos[] = {\n");
150 fprintf (outf, " {\"\", \"\", \"\", 0},\n");
172 fprintf (outf, " {\"%s\", \"%s\", \"%s\", 0},\n",
178 fprintf (outf, " {0, 0, 0, 0}\n};\n");
181 fprintf (outf, "#define HASH_SIZE %d\n", HASH_SIZE);
182 fprintf (outf, "short hash_tab[HASH_SIZE] = {\n");
184 fprintf (out
[all...]
H A Dgenchecksum.c42 fprintf (stderr, "opening %s: %s\n", file, xstrerror (errno));
49 fprintf (stderr, "seeking in %s: %s\n", file, xstrerror (errno));
56 fprintf (stderr, "reading %s: %s\n", file, xstrerror (errno));
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dmutex_emul.c26 fprintf(mutex_file, "%s:%d:eMmutex_enter(%s)\n", file, line,
29 fprintf(stderr, "%s:eMmutex_enter(%p): bad magic: %#x\n",
34 fprintf(stderr, "%s:eMmutex_enter(%p): already locked: %d\n",
51 fprintf(mutex_file, "%s:%d:eMmutex_exit(%s)\n", file, line,
54 fprintf(stderr, "%s:eMmutex_exit(%p): bad magic: %#x\n",
59 fprintf(stderr, "%s:eMmutex_exit(%p): not locked: %d\n",
79 fprintf(mutex_file, "%s:%d:eMmutex_init(%p,%s)\n",
82 fprintf(stderr,
104 fprintf(mutex_file,
108 fprintf(stder
[all...]
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
H A Dtabtest.c77 fprintf(stderr, "Extension number invalid expecting %d\n", i);
87 fprintf(stderr, "Extensions out of order!\n");
91 fprintf(stderr, "Order OK\n");
/freebsd-10-stable/contrib/wpa/hostapd/
H A Ddump_state.c27 fprintf(f, "%c", c);
29 fprintf(f, "<%02x>", c);
40 fprintf(f, "%sIEEE 802.1X:\n", prefix);
44 fprintf(f, "%sidentity=", prefix);
47 fprintf(f, "\n");
50 fprintf(f, "%slast EAP type: Authentication Server: %d (%s) "
56 fprintf(f, "%scached_packets=%s\n", prefix,
92 fprintf(f, "hostapd state dump - %s", ctime(&now));
93 fprintf(f, "num_sta=%d num_sta_non_erp=%d "
101 fprintf(
[all...]
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dgen_decode.c43 fprintf (codefile,
50 fprintf (codefile,
191 fprintf (codefile,
197 fprintf (codefile,
203 fprintf (codefile,
218 fprintf(codefile,
222 fprintf (codefile,
226 fprintf (codefile,
235 fprintf (codefile,
238 fprintf (codefil
[all...]
H A Dgen_copy.c43 fprintf (codefile, "if(der_copy_%s(%s, %s)) goto fail;\n",
56 fprintf (codefile, "if(copy_%s(%s, %s)) goto fail;\n",
67 fprintf(codefile, "*(%s) = *(%s);\n", to, from);
76 fprintf(codefile, "*(%s) = *(%s);\n", to, from);
87 fprintf(codefile,
97 fprintf(codefile, "(%s)->element = (%s)->element;\n", to, from);
98 fprintf(codefile, "switch((%s)->element) {\n", from);
111 fprintf(codefile, "case %s:\n", m->label);
126 fprintf(codefile, "if(%s) {\n", fs);
127 fprintf(codefil
[all...]
/freebsd-10-stable/lib/libkse/test/
H A Dsigwait_d.c65 fprintf (stderr,
71 fprintf (stderr, "Sigwait caught signal %d\n", signo);
86 fprintf (stderr, " -> Signal handler caught signal %d\n", signo);
96 fprintf (stderr, "Unable to send thread signal, errno %d.\n",
106 fprintf (stderr, "Unable to send process signal, errno %d.\n",
160 fprintf (stderr, "Unable to initialize thread attributes.\n");
169 fprintf (stderr, "Unable to create waiter mutex.\n");
177 fprintf (stderr, "Unable to create thread.\n");
193 fprintf (stderr,
205 fprintf (stder
[all...]
/freebsd-10-stable/usr.sbin/ngctl/
H A Ddot.c112 fprintf(f, "graph netgraph {\n");
114 fprintf(f, "\tedge [ weight = 1.0 ];\n");
115 fprintf(f, "\tnode [ shape = record, fontsize = 12 ] {\n");
117 fprintf(f, "\t\t\"%jx\" [ label = \"{%s:|{%s|[%jx]:}}\" ];\n",
122 fprintf(f, "\t};\n");
124 fprintf(f, "\tsubgraph cluster_disconnected {\n");
125 fprintf(f, "\t\tbgcolor = pink;\n");
128 fprintf(f, "\t\t\"%jx\";\n",
130 fprintf(f, "\t};\n");
162 fprintf(
[all...]
/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c296 (void) fprintf(fp, "No data returned in response to query\n");
313 (void) fprintf(stderr,
332 (void) fprintf(fp, "No data returned in response to query\n");
336 (void) fprintf(fp, "Expected one item in response, got %lu\n",
385 (void) fprintf(fp, "%-9s %s\n",
460 (void) fprintf(fp,
462 (void) fprintf(fp,
497 (void) fprintf(fp,
537 fprintf(fp, " none\n");
542 fprintf(f
[all...]
/freebsd-10-stable/contrib/byacc/
H A Dverbose.c29 fprintf(verbose_file, "\f\n");
39 fprintf(verbose_file, "\n\n%d terminals, %d nonterminals\n", ntokens,
41 fprintf(verbose_file, "%d grammar rules, %d states\n", nrules - 2, nstates);
52 fprintf(verbose_file, " %5d %5d %s\n",
58 fprintf(verbose_file, " %5d %5d %s\n",
70 fprintf(verbose_file, "\n\nRules never reduced:\n");
75 fprintf(verbose_file, "\t%s :", symbol_name[rlhs[i]]);
77 fprintf(verbose_file, " %s", symbol_name[*p]);
78 fprintf(verbose_file, " (%d)\n", i - 2);
88 fprintf(verbose_fil
[all...]
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c454 fprintf(f, "\t%s=%s\n", field, value);
463 fprintf(f, "\t%s=%d\n", field, value);
472 fprintf(f, "\tbssid=%s\n", value);
482 fprintf(f, "\tpsk=%s\n", value);
498 fprintf(f, "\tproto=%s\n", value);
514 fprintf(f, "\tkey_mgmt=%s\n", value);
530 fprintf(f, "\tpairwise=%s\n", value);
546 fprintf(f, "\tgroup=%s\n", value);
562 fprintf(f, "\tauth_alg=%s\n", value);
577 fprintf(
[all...]
/freebsd-10-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c233 fprintf(stderr, "%s%s\n\t%s%s\n", "usage: crunchgen [-foq] ",
623 fprintf(stderr,
735 fprintf(f, ".include \"%s\"\n", outhdrname);
736 fprintf(f, ".include \"%s\"\n", path);
737 fprintf(f, ".POSIX:\n");
739 fprintf(f, "BUILDOPTS+=");
742 fprintf(f, ".if defined(PROG)\n");
743 fprintf(f, "%s?=${PROG}.o\n", objvar);
744 fprintf(f, ".endif\n");
745 fprintf(
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post.c39 (void) fprintf(stderr, "failed to post sysevent\n");
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Deprintf.c29 fprintf(stderr, format, assertion_expression, line, file);
/freebsd-10-stable/contrib/gcc/config/arm/
H A Daof.h109 fprintf ((STREAM), "\tDCB"); \
111 fprintf ((STREAM), " &%02x%s", \
124 fprintf ((STREAM), "\tAREA "), \
126 fprintf ((STREAM), ", DATA, COMMON\n\t%% %d\t%s size=%d\n", \
132 fprintf ((STREAM), "\n"), \
133 fprintf ((STREAM), "\t%% %d\t%s size=%d\n", \
176 (fprintf ((STREAM), "\tIMPORT\t"), \
181 fprintf ((STREAM), "|%s|", NAME)
266 fprintf ((STREAM), "\tb\t|L..%d|\n", (VALUE)); \
268 fprintf ((STREA
[all...]
/freebsd-10-stable/contrib/gcc/config/i386/
H A Ddarwin64.h23 #define TARGET_VERSION fprintf (stderr, " (x86_64 Darwin)");
H A Dfreebsd64.h26 #define TARGET_VERSION fprintf (stderr, " (FreeBSD/amd64 ELF)");

Completed in 400 milliseconds

1234567891011>>