Searched refs:outfile (Results 1 - 25 of 147) sorted by relevance

123456

/freebsd-11-stable/sys/kern/
H A Dgenassym.sh6 echo "usage: genassym [-o outfile] objfile"
52 o) outfile="$OPTARG"
65 work $1 3>"$outfile" >&3 3>&-
/freebsd-11-stable/usr.bin/etdump/
H A Doutput_text.c39 output_image(FILE *outfile, const char *filename, boot_volume_descriptor *bvd __unused) argument
42 fprintf(outfile, "Image in %s\n", filename);
46 output_section(FILE *outfile, const char *filename __unused, argument
50 fprintf(outfile, "\nSection header: %s",
54 fprintf(outfile, ", final\n");
56 fprintf(outfile, "\n");
60 output_entry(FILE *outfile, const char *filename __unused, argument
75 fprintf(outfile, "Default entry\n");
78 fprintf(outfile, "\tSection entry\n");
82 fprintf(outfile, "
[all...]
H A Detdump.h33 void (*output_image)(FILE *outfile, const char *filename,
35 void (*output_section)(FILE *outfile, const char *filename,
37 void (*output_entry)(FILE *outfile, const char *filename,
H A Doutput_shell.c39 output_entry(FILE *outfile, const char *filename __unused, argument
57 fprintf(outfile,
H A Detdump.c119 dump_section(char *buffer, size_t offset, FILE *outfile, const char *filename, argument
130 outputter->output_section(outfile, filename, sh);
140 outputter->output_entry(outfile, filename, entry,
149 dump_eltorito(FILE *iso, const char *filename, FILE *outfile, argument
181 outputter->output_image(outfile, filename, bvd);
186 outputter->output_entry(outfile, filename,
198 entry_count = dump_section(buffer, offset, outfile, filename,
222 FILE *outfile, *iso; local
225 outfile = stdout;
246 outfile
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dprint-rtl.c46 static FILE *outfile; variable
72 print_decl_name (FILE *outfile, tree node) argument
75 fputs (IDENTIFIER_POINTER (DECL_NAME (node)), outfile);
79 fprintf (outfile, "L." HOST_WIDE_INT_PRINT_DEC, LABEL_DECL_UID (node));
83 fprintf (outfile, "%c.%u", c, DECL_UID (node));
89 print_mem_expr (FILE *outfile, tree expr) argument
94 print_mem_expr (outfile, TREE_OPERAND (expr, 0));
96 fputs (" <variable>", outfile);
97 fputc ('.', outfile);
98 print_decl_name (outfile, TREE_OPERAN
[all...]
H A Dlambda-trans.c76 print_lambda_trans_matrix (FILE *outfile, lambda_trans_matrix mat) argument
78 print_lambda_matrix (outfile, LTM_MATRIX (mat), LTM_ROWSIZE (mat),
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymmisc.c81 struct ui_file *outfile; member in struct:print_symbol_args
301 dump_msymbols (struct objfile *objfile, struct ui_file *outfile)
307 fprintf_filtered (outfile, "\nObject file %s:\n\n", objfile->name);
310 fprintf_filtered (outfile, "No minimal symbols found.\n");
349 fprintf_filtered (outfile, "[%2d] %c ", index, ms_type); local
350 print_address_numeric (SYMBOL_VALUE_ADDRESS (msymbol), 1, outfile);
351 fprintf_filtered (outfile, " %s", DEPRECATED_SYMBOL_NAME (msymbol));
353 fprintf_filtered (outfile, " section %s",
358 fprintf_filtered (outfile, " %s", SYMBOL_DEMANGLED_NAME (msymbol));
362 fprintf_filtered (outfile, "
300 dump_msymbols(struct objfile *objfile, struct ui_file *outfile) argument
374 dump_psymtab(struct objfile *objfile, struct partial_symtab *psymtab, struct ui_file *outfile) argument
441 dump_symtab(struct objfile *objfile, struct symtab *symtab, struct ui_file *outfile) argument
492 gdb_print_host_address (BLOCK_SUPERBLOCK (b), outfile); local
499 print_address_numeric (BLOCK_START (b), 1, outfile); local
501 print_address_numeric (BLOCK_END (b), 1, outfile); local
538 struct ui_file *outfile; local
594 struct ui_file *outfile = ((struct print_symbol_args *) args)->outfile; local
600 print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
613 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
623 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
635 outfile, local
665 print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
675 print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
725 print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
735 gdb_print_host_address (SYMBOL_BLOCK_VALUE (symbol), outfile); local
778 struct ui_file *outfile; local
824 print_partial_symbols(struct partial_symbol **p, int count, char *what, struct ui_file *outfile) argument
926 struct ui_file *outfile; local
[all...]
/freebsd-11-stable/usr.bin/head/tests/
H A Dhead_test.sh33 head infile > outfile
35 atf_check cmp expectfile outfile
47 head infile > outfile
48 atf_check -e empty cmp expectfile outfile
56 jot -b test 100 > outfile
57 head -n 50 outfile > expectfile
66 jot -b test 100 > outfile
67 head -c 50 outfile > expectfile
76 jot -b test 10 > outfile
77 truncate -s +1K outfile
[all...]
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Drunit.pl19 $outfile = $date."_".$kernel.".csv";
20 unlink($outfile);
21 open(OUTFILE, ">".$outfile) || die $outfile;
48 "$outfile $prefix)'");
/freebsd-11-stable/usr.bin/tail/tests/
H A Dtail_test.sh35 tail -r infile > outfile
37 atf_check cmp expectfile outfile
58 tail -r infile > outfile
60 atf_check cmp expectfile outfile
80 tail -rn2 infile > outfile
82 atf_check cmp expectfile outfile
101 printf '\n1\n2\n3\n' | tail -r > outfile
103 atf_check cmp expectfile outfile
123 tail -rc28 infile > outfile
125 atf_check cmp expectfile outfile
[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 (outfile, "
[all...]
H A Dnormal.c55 fprintf (outfile, "%c", change_letter[changes]);
57 fprintf (outfile, "\n");
65 fprintf (outfile, "---\n");
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dndiscvt.c159 "[-n devname] [-o outfile]\n", __progname);
166 bincvt(char *sysfile, char *outfile, void *img, int fsize) argument
184 outfile = strdup(basename(outfile));
185 if (strchr(outfile, '.'))
186 *strchr(outfile, '.') = '\0';
195 tname, outfile);
211 tname, sysfile, tname, tname, sysfile, outfile, outfile);
221 char *basefile, *outfile, *pt local
283 char *outfile = NULL, *firmfile = NULL; local
[all...]
/freebsd-11-stable/contrib/libxo/xopo/
H A Dxopo.c203 FILE *outfile; local
216 outfile = fopen(opt_output, "w");
217 if (outfile == NULL)
221 outfile = stdout;
235 fprintf(outfile, "%s", buf);
260 fprintf(outfile, "msgid \"%s\"\n", cp);
266 fprintf(outfile, "\n");
271 fprintf(outfile, "msgid \"%s\"\n"
277 fprintf(outfile, "msgid \"%s\"\nmsgstr \"\"\n\n", xmp->xm_data);
283 if (outfile !
[all...]
/freebsd-11-stable/contrib/expat/tests/
H A Dxmltest.sh55 $XMLWF -p -N -d "$OUTPUT$reldir" "$file" > outfile || return $?
56 read outdata < outfile
59 $DIFF "$OUTPUT$reldir$file" "out/$file" > outfile
60 if [ -s outfile ] ; then
61 cp outfile "$OUTPUT$reldir$file.diff"
105 rm -f outfile
114 rm outfile
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgather-docs47 $outfile = shift;
49 if ($outfile !~ /\S/ || ! -f "$srcdir/Makefile.in" ) {
50 print STDERR "Usage: gather-docs [-v] srcdir outfile.txi [files with snippets in them ...]\n";
103 if (!open (OUT, "> $outfile")) {
104 print STDERR "Cannot open $outfile for writing: $!\n";
108 print "Writing $outfile\n" if $verbose;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dgather-docs47 $outfile = shift;
49 if ($outfile !~ /\S/ || ! -f "$srcdir/Makefile.in" ) {
50 print STDERR "Usage: gather-docs [-v] srcdir outfile.txi [files with snippets in them ...]\n";
103 if (!open (OUT, "> $outfile")) {
104 print STDERR "Cannot open $outfile for writing: $!\n";
108 print "Writing $outfile\n" if $verbose;
/freebsd-11-stable/usr.bin/uudecode/
H A Duudecode.c68 static const char *infile, *outfile; variable
104 outfile = optarg; /* set the output filename */
155 outfile = "/dev/stdout";
253 outfile = q;
256 if (pflag || strcmp(outfile, "/dev/stdout") == 0)
260 if (lstat(outfile, &st) == 0) {
262 warnc(EEXIST, "%s: %s", infile, outfile);
269 if (unlink(outfile) == 0 || errno == ENOENT)
271 warn("%s: unlink %s", infile, outfile);
274 warnc(EISDIR, "%s: %s", infile, outfile);
[all...]
/freebsd-11-stable/usr.bin/sed/
H A Dextern.h45 extern FILE *infile, *outfile;
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4.c77 char *infile = NULL, *outfile = NULL, *keystr = NULL; local
94 outfile = *(++argv);
125 if (outfile == NULL)
128 out = fopen(outfile, "w");
/freebsd-11-stable/usr.bin/ctags/
H A Dctags.c90 static const char *outfile = "tags"; /* output file */ local
119 outfile = optarg;
168 if ((oldf = fopen(outfile, "r")) == NULL)
169 err(1, "opening %s", outfile);
170 if (unlink(outfile))
171 err(1, "unlinking %s", outfile);
172 if ((outf = fopen(outfile, "w")) == NULL)
173 err(1, "recreating %s", outfile);
199 if (!(outf = fopen(outfile, aflag ? "a" : "w")))
200 err(1, "%s", outfile);
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dnseq.c73 char **args, *infile = NULL, *outfile = NULL; local
96 outfile = *args;
122 if (outfile) {
123 if (!(out = BIO_new_file(outfile, "w"))) {
124 BIO_printf(bio_err, "Can't open output file %s\n", outfile);
H A Dpkeyparam.c72 char **args, *infile = NULL, *outfile = NULL; local
100 outfile = *args;
146 if (outfile) {
147 if (!(out = BIO_new_file(outfile, "w"))) {
148 BIO_printf(bio_err, "Can't open output file %s\n", outfile);
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_main.c142 * so in that case only, check if the outfile exists, and if so,
146 checkfiles(cmd.infile, cmd.outfile);
152 c_output(cmd.infile, "-DRPC_XDR", DONT_EXTEND, cmd.outfile);
154 h_output(cmd.infile, "-DRPC_HDR", DONT_EXTEND, cmd.outfile,
157 l_output(cmd.infile, "-DRPC_CLNT", DONT_EXTEND, cmd.outfile);
160 cmd.outfile, cmd.mflag, cmd.nflag);
162 t_output(cmd.infile, "-DRPC_TBL", DONT_EXTEND, cmd.outfile);
165 cmd.outfile);
168 cmd.outfile);
238 open_output(const char *infile, const char *outfile) argument
378 c_output(const char *infile, const char *define, int extend, const char *outfile) argument
480 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) argument
566 s_output(int argc, const char *argv[], const char *infile, const char *define, int extend, const char *outfile, int nomain, int netflag) argument
653 l_output(const char *infile, const char *define, int extend, const char *outfile) argument
684 t_output(const char *infile, const char *define, int extend, const char *outfile) argument
706 svc_output(const char *infile, const char *define, int extend, const char *outfile) argument
739 clnt_output(const char *infile, const char *define, int extend, const char *outfile) argument
969 checkfiles(const char *infile, const char *outfile) argument
[all...]

Completed in 318 milliseconds

123456