Searched refs:outfile (Results 251 - 275 of 323) sorted by relevance

<<111213

/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Ddgst.c104 const char *outfile = NULL, *keyfile = NULL, *prog = NULL; local
152 outfile = opt_arg();
270 out = bio_open_default(outfile, 'w', out_bin ? FORMAT_BINARY : FORMAT_TEXT);
H A Dpkeyutl.c110 char *infile = NULL, *outfile = NULL, *sigfile = NULL, *passinarg = NULL; local
148 outfile = opt_arg();
402 out = bio_open_default(outfile, 'w', FORMAT_BINARY);
H A Dsmime.c147 char *infile = NULL, *outfile = NULL, *signerfile = NULL, *recipfile = NULL; local
187 outfile = opt_arg();
530 out = bio_open_default(outfile, 'w', outformat);
H A Dreq.c251 char *outfile = NULL, *keyfile = NULL, *digest = NULL; local
327 outfile = opt_arg();
949 out = bio_open_default(outfile,
950 keyout != NULL && outfile != NULL &&
951 strcmp(keyout, outfile) == 0 ? 'a' : 'w',
H A Dx509.c277 char *infile = NULL, *outfile = NULL, *privkeyfile = NULL, *CAfile = NULL; local
341 outfile = opt_arg();
773 out = bio_open_default(outfile, 'w', outformat);
1055 BIO_printf(bio_err, "Bad output format specified for outfile\n");
/netbsd-current/sys/arch/x68k/stand/aout2hux/
H A Daout2hux.c828 const char *outfile = DEFAULT_OUTPUT_FILE; local
836 outfile = argv[2];
847 return aout2hux(argv[1], argv[3], adr1, adr2, outfile);
/netbsd-current/usr.bin/ftp/
H A Dmain.c174 outfile = NULL;
334 outfile = ftp_strdup(optarg);
335 if (strcmp(outfile, "-") == 0)
H A Dftp_var.h284 GLOBAL char *outfile; /* filename to output URLs to */ variable
/netbsd-current/external/gpl2/groff/dist/src/devices/grolbp/
H A Dlbp.h36 lbpinit(FILE *outfile) argument
38 lbpoutput = outfile;
/netbsd-current/tests/net/
H A Dnet_common.sh140 local outfile=$3
155 env LD_PRELOAD=/usr/lib/librumphijack.so nc $opts $port > $outfile &
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dmkoffload.c358 compile_native (const char *infile, const char *outfile, const char *compiler) argument
386 obstack_ptr_grow (&argv_obstack, outfile);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dmkoffload.cc359 compile_native (const char *infile, const char *outfile, const char *compiler, argument
398 obstack_ptr_grow (&argv_obstack, outfile);
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Difdef.c105 format_group (outfile, format, 0, groups);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dpkcs12.c120 char *infile = NULL, *outfile = NULL, *keyname = NULL, *certfile = NULL; local
255 outfile = opt_arg();
479 out = bio_open_owner(outfile, FORMAT_PKCS12, private);
500 out = bio_open_owner(outfile, FORMAT_PEM, private);
H A Dreq.c230 char *outfile = NULL, *keyfile = NULL; local
302 outfile = opt_arg();
869 out = bio_open_default(outfile,
870 keyout != NULL && outfile != NULL &&
871 strcmp(keyout, outfile) == 0 ? 'a' : 'w',
H A Dx509.c170 char *infile = NULL, *outfile = NULL, *keyfile = NULL, *CAfile = NULL; local
232 outfile = opt_arg();
597 out = bio_open_default(outfile, 'w', outformat);
883 BIO_printf(bio_err, "bad output format specified for outfile\n");
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_build.c130 npfctl_config_save(nl_config_t *ncf, const char *outfile) argument
140 if ((fd = open(outfile, O_CREAT | O_TRUNC | O_WRONLY, 0644)) == -1) {
141 err(EXIT_FAILURE, "could not open %s", outfile);
144 err(EXIT_FAILURE, "write to %s failed", outfile);
/netbsd-current/usr.bin/fgen/
H A Dfgen.l86 static char *outfile, *infile;
990 (void)fprintf(stderr, "usage: %s [-d level] [-o outfile] infile\n",
1014 outfile = optarg;
1059 if ((outf = open(outfile, O_WRONLY|O_CREAT|O_TRUNC, 0666)) == -1)
1060 err(EXIT_FAILURE, "Cannot open `%s'", outfile);
1065 unlink(outfile);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c370 char *infile, *outfile = NULL; local
377 ret = asprintf(&outfile, "%s.%s", infile,
379 if (ret == -1 || 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);
1329 const char *outfile = argv[0]; local
1394 rk_dumpdata(outfile, request.data, request.length);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlto-wrapper.cc1175 char *outfile; local
1216 outfile = concat (orig_infile, ".debug.temp.o", NULL);
1218 outfile = make_temp_file (".debug.temp.o");
1219 errmsg = simple_object_copy_lto_debug_sections (inobj, outfile, &err, rename);
1222 unlink_if_ordinary (outfile);
1229 return outfile;
/netbsd-current/games/adventure/
H A Dsave.c662 save(const char *outfile) argument
671 sf = savefile_open(outfile, true);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dmkoffload.c485 compile_native (const char *infile, const char *outfile, const char *compiler) argument
513 obstack_ptr_grow (&argv_obstack, outfile);
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Doptions.c129 { "o", ARG(1), str_set, &opt.outfile },
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dginsn.h380 void gcfg_print (const gcfgS *gcfg, FILE *outfile);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp320 raw_fd_ostream outfile(CacheName, EC, sys::fs::OF_None);
321 outfile.write(Obj.getBufferStart(), Obj.getBufferSize());
322 outfile.close();

Completed in 510 milliseconds

<<111213