Searched refs:fprintf (Results 126 - 150 of 2840) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/ar/
H A Dutil.c51 fprintf(stderr, "%s: warning: ", bsdar->progname);
54 fprintf(stderr, ": %s", strerror(code));
55 fprintf(stderr, "\n");
72 fprintf(stderr, "%s: fatal: ", bsdar->progname);
75 fprintf(stderr, ": %s", strerror(code));
76 fprintf(stderr, "\n");
/freebsd-11-stable/contrib/gcc/
H A Dprint-rtl.c79 fprintf (outfile, "L." HOST_WIDE_INT_PRINT_DEC, LABEL_DECL_UID (node));
83 fprintf (outfile, "%c.%u", c, DECL_UID (node));
143 fprintf (outfile, "\n%s%*s", print_rtx_head, indent * 2, "");
155 fprintf (outfile, "(??? bad code %d\n)", GET_CODE (in_rtx));
177 fprintf (outfile, "(%s", GET_RTX_NAME (GET_CODE (in_rtx)));
205 fprintf (outfile, ":%s",
210 fprintf (outfile, ":%s", GET_MODE_NAME (GET_MODE (in_rtx)));
241 fprintf (outfile, " (\\\"%s\\\")", str);
243 fprintf (outfile, " (\"%s\")", str);
255 fprintf (outfil
[all...]
H A Dcollect2.c123 fprintf ((STREAM), "void _GLOBAL__DI() {\n\t%s();\n}\n", (FUNC))
127 fprintf ((STREAM), "void _GLOBAL__DD() {\n\t%s();\n}\n", (FUNC))
333 fprintf (stderr, "collect2: ");
335 fprintf (stderr, ": %s\n", xstrerror (e));
349 fprintf (stderr, "collect2: ");
351 fprintf (stderr, "\n");
365 fprintf (stderr, "collect2: ");
367 fprintf (stderr, "\n");
585 fprintf (stderr, "Looking for '%s'\n", name);
606 fprintf (stder
[all...]
H A Dtree-vect-analyze.c107 fprintf (vect_dump, "=== vect_determine_vectorization_factor ===");
122 fprintf (vect_dump, "==> examining statement: ");
132 fprintf (vect_dump, "skip.");
140 fprintf (vect_dump, "not vectorized: vector stmt in loop:");
163 fprintf (vect_dump, "get vectype for scalar type: ");
172 fprintf (vect_dump,
183 fprintf (vect_dump, "vectype: ");
189 fprintf (vect_dump, "nunits = %d", nunits);
198 fprintf (vect_dump, "not vectorized: mixed data-types");
215 fprintf (vect_dum
[all...]
/freebsd-11-stable/contrib/libucl/utils/
H A Ducl-tool.c39 fprintf(out, "Usage: %s [--help] [-i|--in file] [-o|--out file]\n", name);
40 fprintf(out, " [-s|--schema file] [-f|--format format]\n\n");
41 fprintf(out, " --help - print this message and exit\n");
42 fprintf(out, " --in - specify input filename "
44 fprintf(out, " --out - specify output filename "
46 fprintf(out, " --schema - specify schema file for validation\n");
47 fprintf(out, " --format - output format. Options: ucl (default), "
92 fprintf(stderr, "Unknown output format: %s\n", optarg);
121 fprintf(stderr, "Failed to read the input file.\n");
126 fprintf(stder
[all...]
/freebsd-11-stable/lib/libsysdecode/
H A Dutrace.c63 fprintf(fp, "dlopen(%s, ", ut->name);
66 fprintf(fp, "RTLD_NOW");
69 fprintf(fp, "RTLD_LAZY");
72 fprintf(fp, "%#x", mode & RTLD_MODEMASK);
75 fprintf(fp, " | RTLD_GLOBAL");
77 fprintf(fp, " | RTLD_TRACE");
79 fprintf(fp, " | %#x", mode &
81 fprintf(fp, ")");
84 fprintf(fp, "%p = dlopen(%s) ref %d", ut->handle, ut->name,
88 fprintf(f
[all...]
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c420 fprintf(fp, " nop ");
423 fprintf(fp, " lshift");
426 fprintf(fp, " rshift");
429 fprintf(fp, " clock ");
432 fprintf(fp, " nlock ");
435 fprintf(fp, " slock ");
438 fprintf(fp, " btab ");
441 fprintf(fp, " lalt ");
444 fprintf(fp, " lctrl ");
447 fprintf(f
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Ded.c59 fprintf (outfile, "%c\n", change_letter[changes]);
73 fprintf (outfile, "..\n.\ns/.//\na\n");
79 fprintf (outfile, ".\n");
106 fprintf (outfile, "%c", change_letter[changes]);
108 fprintf (outfile, "\n");
121 fprintf (outfile, ".\n");
154 fprintf (outfile, "d");
157 fprintf (outfile, "%ld %ld\n", tf0, tf0 <= tl0 ? tl0 - tf0 + 1 : 1);
162 fprintf (outfile, "a");
166 fprintf (outfil
[all...]
/freebsd-11-stable/sbin/bectl/
H A Dbectl.c69 fprintf(fp, "%s",
151 fprintf(stderr, "bectl activate: unknown option '-%c'\n",
161 fprintf(stderr, "bectl activate: wrong number of arguments\n");
204 fprintf(stderr, "bectl create: unknown option '-%c'\n",
214 fprintf(stderr, "bectl create: wrong number of arguments\n");
251 fprintf(stderr,
255 fprintf(stderr,
258 fprintf(stderr,
273 fprintf(stderr, "bectl export: missing boot environment name\n");
278 fprintf(stder
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dprint.c55 (void) fprintf(stderr, "%u: %.*s %u", m->lineno,
59 (void) fprintf(stderr, "(%s,",
65 (void) fprintf(stderr, "%c%u),",
70 (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "",
110 (void) fprintf(stderr, "/%u", m->str_range);
120 (void) fprintf(stderr, "%.8llx",
124 (void) fprintf(stderr, ",%c", m->reln);
137 (void) fprintf(stderr, "%d", m->value.l);
143 (void) fprintf(stderr, "%" INT64_T_FORMAT "d",
159 (void)fprintf(stder
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dptree.c40 fprintf (file, " mutable ");
51 fprintf (file, " pending-inline-info %p",
55 fprintf (file, " sorted-fields %p",
59 fprintf (file, " template-info %p",
72 fprintf (file, "index " HOST_WIDE_INT_PRINT_DEC " level "
130 fprintf (file, " n_parents=%d",
133 fprintf (file, " no-binfo");
135 fprintf (file, " use_template=%d", CLASSTYPE_USE_TEMPLATE (node));
137 fprintf (file, " interface-only");
139 fprintf (fil
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Drelocate.cpp80 fprintf(stderr, "searchpath: pathp: `%s'\n", pathp);
81 fprintf(stderr, "searchpath: trying `%s'\n", name);
93 fprintf(stderr, "searchpath: found `%s'\n", path);
112 fprintf(stderr, "searchpath: trying `%s'\n", path);
116 fprintf(stderr, "searchpath: found `%s'\n", name);
174 fprintf(stderr, "curr_prefix: %s\n", curr_prefix);
190 fprintf(stderr, "curr_prefix: %s\n", curr_prefix);
196 fprintf(stderr, "curr_prefix: %s\n", curr_prefix);
197 fprintf(stderr, "curr_prefix_len: %d\n", curr_prefix_len);
206 fprintf(stder
[all...]
/freebsd-11-stable/share/examples/ses/srcs/
H A Dgetencstat.c61 fprintf(stderr, "usage: %s [ -v ] device [ device ... ]\n", *v);
105 fprintf(stdout, "%s: Enclosure OK\n", *v);
109 fprintf(stdout, "%s: Enclosure Status ", *v);
111 fprintf(stdout, "<OK");
116 fprintf(stdout, "%cINFO", f);
120 fprintf(stdout, "%cNONCRITICAL", f);
124 fprintf(stdout, "%cCRITICAL", f);
128 fprintf(stdout, "%cUNRECOV", f);
132 fprintf(stdout, ">\n");
179 fprintf(stdou
[all...]
/freebsd-11-stable/usr.bin/mklocale/
H A Dyacc.y267 fprintf(stderr, "usage: mklocale [-d] [-o output] [source]\n");
274 fprintf(stderr, "%s\n", s);
731 fprintf(stderr, "ENCODING %s\n", new_locale.encoding);
733 fprintf(stderr, "VARIABLE %s\n", variable);
735 fprintf(stderr, "\nMAPLOWER:\n\n");
739 fprintf(stderr, " '%c'", (int)maplower.map[x]);
741 fprintf(stderr, "%04x", maplower.map[x]);
743 fprintf(stderr, "%4x", 0);
745 fprintf(stderr, "\n");
747 fprintf(stder
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c94 fprintf(stderr, "\"%s\"", SourceName ? SourceName : "?");
96 fprintf(stderr, ", line %d", _nc_curr_line);
98 fprintf(stderr, ", col %d", _nc_curr_col);
100 fprintf(stderr, ", terminal '%s'", TermType);
116 fprintf(stderr, "\n");
128 fprintf(stderr, "\n");
141 fprintf(stderr, "\n");
/freebsd-11-stable/sbin/ddb/
H A Dddb.c48 fprintf(stderr, "usage: ddb capture [-M core] [-N system] print\n");
49 fprintf(stderr, " ddb capture [-M core] [-N system] status\n");
50 fprintf(stderr, " ddb script scriptname\n");
51 fprintf(stderr, " ddb script scriptname=script\n");
52 fprintf(stderr, " ddb scripts\n");
53 fprintf(stderr, " ddb unscript scriptname\n");
54 fprintf(stderr, " ddb pathname\n");
/freebsd-11-stable/contrib/file/tests/
H A Dtest.c38 (void)fprintf(stderr, "ERROR slurping file: out of memory\n");
79 (void)fprintf(stderr, "ERROR opening MAGIC_NONE: out of memory\n");
83 (void)fprintf(stderr, "ERROR loading with NULL file: %s\n",
90 (void)fprintf(stderr, "Usage: test TEST-FILE RESULT\n");
93 (void)fprintf(stderr, "ERROR loading file %s: %s\n", argv[1], magic_error(ms));
98 (void)fprintf(stderr, "ERROR opening `%s': ", argv[2]);
106 (void)fprintf(stderr, "Error: result was\n%s\nexpected:\n%s\n", result, desired);
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c221 fprintf (stderr, _("GNU assembler version %s (%s) using BFD version %s\n"),
228 fprintf (stream, _("Usage: %s [option...] [asmfile...]\n"), myname);
230 fprintf (stream, _("\
243 fprintf (stream, _("\
245 fprintf (stream, _("\
247 fprintf (stream, _("\
254 fprintf (stream, "\
257 fprintf (stream, "%s | ", emulations[i]->name);
258 fprintf (stream, "%s]\n", emulations[i]->name);
263 fprintf (strea
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_dump.c77 fprintf(file, "dump_ucast_path_distribution: Switch 0x%" PRIx64 "\n"
83 fprintf(file, "\n %03u : %u", i, num_paths);
85 fprintf(file, " (switch management port)");
98 fprintf(file, " (link to switch");
101 fprintf(file, " (link to router");
104 fprintf(file, " (link to CA");
107 fprintf(file, " (link to unknown node type");
111 fprintf(file, " 0x%" PRIx64 ")", remote_guid_ho);
114 fprintf(file, "\n");
136 fprintf(fil
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Dconstant_time_test.c64 fprintf(stderr, "Test failed for %s(%du, %du): expected %du "
68 fprintf(stderr, "Test failed for %s(%du, %du): expected %du "
82 fprintf(stderr, "Test failed for %s(%du, %du): expected %u "
86 fprintf(stderr, "Test failed for %s(%du, %du): expected %u "
97 fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
101 fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
112 fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
116 fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
127 fprintf(stderr, "Test failed for constant_time_select(%du, %du,"
134 fprintf(stder
[all...]
/freebsd-11-stable/usr.sbin/ctm/ctm/
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(stder
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dtarg.c517 fprintf(debug_file, "%s%s ", gn->name, gn->cohort_num);
526 fprintf(debug_file, "\t%s\n", (char *)cmd);
572 #define PRINTBIT(attr) case CONCAT(OP_,attr): fprintf(debug_file, "." #attr " "); break
573 #define PRINTDBIT(attr) case CONCAT(OP_,attr): if (DEBUG(TARG))fprintf(debug_file, "." #attr " "); break
594 case OP_MEMBER: if (DEBUG(TARG))fprintf(debug_file, ".MEMBER "); break;
630 fprintf(debug_file, "# %s%s, flags %x, type %x, made %d\n",
636 fprintf(debug_file, "#\n");
638 fprintf(debug_file, "# *** MAIN TARGET ***\n");
642 fprintf(debug_file, "# %d unmade children\n", gn->unmade);
644 fprintf(debug_fil
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmisc.c137 fprintf (fp, "0x%s", p);
148 fprintf (fp, _("no symbol"));
159 fprintf (fp, "%s", demangled);
164 fprintf (fp, "%s", name);
176 fprintf (fp, "%s", sec->name);
188 fprintf (fp, "[%s]", group);
198 fprintf (fp, "%s generated", program_name);
200 fprintf (fp, "%s(%s)", abfd->my_archive->filename,
203 fprintf (fp, "%s", abfd->filename);
214 fprintf (f
[all...]
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dndiscvt.c158 fprintf(stderr, "Usage: %s [-O] [-i <inffile>] -s <sysfile> "
160 fprintf(stderr, " %s -f <firmfile>\n", __progname);
334 fprintf(stderr, "section relocation failed\n");
346 fprintf(outfp, "\n/*\n");
347 fprintf(outfp, " * Generated from %s and %s (%d bytes)\n",
349 fprintf(outfp, " */\n\n");
355 fprintf (outfp, "#define NDIS_DEVNAME \"%s\"\n", dname);
356 fprintf (outfp, "#define NDIS_MODNAME %s\n\n", dname);
360 fprintf (outfp, "#ifdef NDIS_REGVALS\n");
361 fprintf (outf
[all...]
/freebsd-11-stable/tools/test/ppsapi/
H A Dppsapitest.c58 fprintf(stderr,
87 fprintf(stderr, "Supported modebits:");
89 fprintf(stderr, " CAPTUREASSERT");
91 fprintf(stderr, " CAPTURECLEAR");
93 fprintf(stderr, " OFFSETASSERT");
95 fprintf(stderr, " OFFSETCLEAR");
97 fprintf(stderr, " ECHOASSERT");
99 fprintf(stderr, " ECHOCLEAR");
101 fprintf(stderr, " CANWAIT");
103 fprintf(stder
[all...]

Completed in 184 milliseconds

1234567891011>>