Searched refs:outfile (Results 201 - 222 of 222) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/usr.bin/fgen/
H A Dfgen.l85 static char *outfile, *infile;
992 (void)fprintf(stderr, "%s: [-d level] [-o outfile] <infile>\n", me);
1017 outfile = optarg;
1062 if ((outf = open(outfile, O_WRONLY|O_CREAT|O_TRUNC, 0666)) == -1)
1063 err(1, "can out open %s for writing", outfile);
1067 unlink(outfile);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c370 char *infile, *outfile = NULL; local
377 asprintf(&outfile, "%s.%s", infile,
379 if (outfile == NULL)
382 outfile = argv[1];
488 f = fopen(outfile, "w");
490 err(1, "open %s", outfile);
500 ret = _hx509_write_file(outfile, o.data, o.length);
1290 const char *outfile = argv[0]; local
1354 rk_dumpdata(outfile, request.data, request.length);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddwarf2out.c5675 print_spaces (FILE *outfile)
5677 fprintf (outfile, "%*s", print_indent, "");
5684 print_die (dw_die_ref die, FILE *outfile)
5689 print_spaces (outfile);
5690 fprintf (outfile, "DIE %4lu: %s\n",
5692 print_spaces (outfile);
5693 fprintf (outfile, " abbrev id: %lu", die->die_abbrev);
5694 fprintf (outfile, " offset: %lu\n", die->die_offset);
5698 print_spaces (outfile);
5699 fprintf (outfile, "
5667 print_spaces(FILE *outfile) argument
5676 print_die(dw_die_ref die, FILE *outfile) argument
5772 print_dwarf_line_table(FILE *outfile) argument
[all...]
H A Dtree-ssa-structalias.c3535 dump_sa_points_to_info (FILE *outfile) argument
3539 fprintf (outfile, "\nPoints-to sets\n\n");
3543 fprintf (outfile, "Stats:\n");
3544 fprintf (outfile, "Total vars: %d\n", stats.total_vars);
3545 fprintf (outfile, "Statically unified vars: %d\n",
3547 fprintf (outfile, "Collapsed vars: %d\n", stats.collapsed_vars);
3548 fprintf (outfile, "Dynamically unified vars: %d\n",
3550 fprintf (outfile, "Iterations: %d\n", stats.iterations);
3554 dump_solution_for_var (outfile, i);
/netbsd-6-1-5-RELEASE/games/adventure/
H A Dsave.c662 save(const char *outfile) argument
671 sf = savefile_open(outfile, true);
/netbsd-6-1-5-RELEASE/sys/netiso/xebec/
H A Dmain.c418 FakeFilename(FILE *outfile, char *name, int l) argument
422 fprintf(outfile, "\n\n\n\n# line %d \"%s\"\n", l, name);
424 (void)outfile;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbntest.c142 char *outfile=NULL; local
157 outfile= *(++argv);
169 if (outfile == NULL)
175 if (!BIO_write_filename(out,outfile))
177 perror(outfile);
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dmain.c1322 FILE *outfile;
1363 outfile = open_tmpfile (&stdin_nm, template);
1364 if (outfile == 0)
1370 if (n > 0 && fwrite (buf, 1, n, outfile) != n)
1373 (void) fclose (outfile);
1318 FILE *outfile; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.c7810 print_spaces (FILE *outfile) argument
7812 fprintf (outfile, "%*s", print_indent, "");
7818 print_signature (FILE *outfile, char *sig)
7823 fprintf (outfile, "%02x", sig[i] & 0xff);
7830 print_die (dw_die_ref die, FILE *outfile)
7836 print_spaces (outfile);
7837 fprintf (outfile, "DIE %4ld: %s\n",
7839 print_spaces (outfile);
7840 fprintf (outfile, " abbrev id: %lu", die->die_abbrev);
7841 fprintf (outfile, " offse
7802 print_spaces(FILE *outfile) argument
7822 print_die(dw_die_ref die, FILE *outfile) argument
7945 print_dwarf_line_table(FILE *outfile) argument
[all...]
H A Dtree-ssa-structalias.c5166 dump_sa_points_to_info (FILE *outfile) argument
5170 fprintf (outfile, "\nPoints-to sets\n\n");
5174 fprintf (outfile, "Stats:\n");
5175 fprintf (outfile, "Total vars: %d\n", stats.total_vars);
5176 fprintf (outfile, "Non-pointer vars: %d\n",
5178 fprintf (outfile, "Statically unified vars: %d\n",
5180 fprintf (outfile, "Dynamically unified vars: %d\n",
5182 fprintf (outfile, "Iterations: %d\n", stats.iterations);
5183 fprintf (outfile, "Number of edges: %d\n", stats.num_edges);
5184 fprintf (outfile, "Numbe
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dca.c278 char *outfile=NULL; local
436 outfile= *(++argv);
1018 if (outfile != NULL)
1020 if (BIO_write_filename(Sout,outfile) <= 0)
1022 perror(outfile);
1202 if (outfile)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Drcs.c6277 char *outfile = NULL; local
6626 outfile = cvs_temp_name();
6630 dargc, dargv, outfile);
6645 get_file (outfile, outfile, "r", &diffbuf, &bufsize, &len);
6753 if (outfile != NULL)
6755 if (unlink_file (outfile) < 0)
6756 error (0, errno, "cannot remove %s", outfile);
6757 free (outfile);
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/acpidump/
H A Dacpi.c2350 dsdt_save_file(char *outfile, ACPI_TABLE_HEADER *rsdt, ACPI_TABLE_HEADER *dsdp) argument
2355 assert(outfile != NULL);
2357 fd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, mode);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dgenmloop.sh117 # -outfile-suffix <output-file-suffix>
158 -outfile-suffix) shift ; outsuffix=$1 ;;
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c431 char outfile[FILENAME_MAX]; /* Filename for *out */ member in struct:callback_data
1969 sqlite3_snprintf(sizeof(p->outfile), p->outfile, "stdout");
1977 sqlite3_snprintf(sizeof(p->outfile), p->outfile, "%s", azArg[1]);
2142 strlen30(p->outfile) ? p->outfile : "stdout");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/
H A Dconfigure3344 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3426 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c12737 print_address (unsigned int addr, FILE * outfile)
12739 fprintf (outfile,"0x%8.8x", addr);
12734 print_address(unsigned int addr, FILE * outfile) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Dconfigure7825 # Support "outfile[:infile[:infile...]]"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Dconfigure7825 # Support "outfile[:infile[:infile...]]"
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A Dconfigure7825 # Support "outfile[:infile[:infile...]]"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dconfigure8583 # Support "outfile[:infile[:infile...]]"
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/
H A Dconfigure[all...]

Completed in 827 milliseconds

123456789