Searched defs:outfile (Results 51 - 75 of 77) sorted by relevance

1234

/freebsd-current/crypto/openssl/apps/
H A Ddgst.c104 const char *outfile = NULL, *keyfile = NULL, *prog = NULL; local
H A Dsmime.c147 char *infile = NULL, *outfile = NULL, *signerfile = NULL, *recipfile = NULL; local
H A Docsp.c238 char *host = NULL, *port = NULL, *path = "/", *outfile = NULL; local
H A Dpkcs12.c157 char *infile = NULL, *outfile = NULL, *keyname = NULL, *certfile = NULL; local
H A Dx509.c277 char *infile = NULL, *outfile = NULL, *privkeyfile = NULL, *CAfile = NULL; local
H A Dreq.c251 char *outfile = NULL, *keyfile = NULL, *digest = NULL; local
H A Dcms.c296 char *infile = NULL, *outfile = NULL, *rctfile = NULL; local
H A Dca.c283 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; local
/freebsd-current/usr.bin/rpcgen/
H A Drpc_main.c229 open_output(const char *infile, const char *outfile) argument
463 c_output(const char *infile, const char *define, int extend, const char *outfile) argument
567 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) argument
655 s_output(int argc, const char *argv[], const char *infile, const char *define, int extend, const char *outfile, int nomain, int netflag) argument
742 l_output(const char *infile, const char *define, int extend, const char *outfile) argument
773 t_output(const char *infile, const char *define, int extend, const char *outfile) argument
795 svc_output(const char *infile, const char *define, int extend, const char *outfile) argument
828 clnt_output(const char *infile, const char *define, int extend, const char *outfile) argument
1057 checkfiles(const char *infile, const char *outfile) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp233 llvm::Error TraceHTR::Export(std::string outfile) { argument
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c211 static char *outfile = NULL; variable
[all...]
/freebsd-current/usr.bin/sdiff/
H A Dsdiff.c214 const char *errstr, *outfile = NULL; local
/freebsd-current/contrib/diff/src/
H A Dsdiff.c379 lf_copy(struct line_filter *lf, lin lines, FILE *outfile) argument
900 edit(struct line_filter *left, char const *lname, lin lline, lin llen, struct line_filter *right, char const *rname, lin rline, lin rlen, FILE *outfile) argument
1123 interact(struct line_filter *diff, struct line_filter *left, char const *lname, struct line_filter *right, char const *rname, FILE *outfile) argument
[all...]
/freebsd-current/contrib/tnftp/src/
H A Dftp_var.h284 GLOBAL char *outfile; /* filename to output URLs to */ variable
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Dmain.c878 const char *infile, *outfile; local
1192 const char *outfile; local
[all...]
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dhxtool.c368 char *infile, *outfile = NULL; local
1288 const char *outfile = argv[0]; local
/freebsd-current/usr.bin/sort/
H A Dsort.c985 char *outfile, *real_outfile; local
[all...]
H A Dfile.c1124 sort_list_to_file(struct sort_list *list, const char *outfile) argument
/freebsd-current/usr.bin/vtfontcvt/
H A Dvtfontcvt.c1035 char *outfile = NULL; local
/freebsd-current/usr.bin/gzip/
H A Dgzip.c1141 check_outfile(const char *outfile) argument
1258 file_compress(char *file, char *outfile, size_t outsize) argument
1371 file_uncompress(char *file, char *outfile, size_t outsize) argument
1954 char outfile[PATH_MAX]; local
2084 print_list(int fd, off_t out, const char *outfile, time_t ts) argument
2142 print_list_out(off_t out, off_t in, const char *outfile) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp622 FileSP outfile = std::make_shared<NativeFile>(out, false); local
H A DSBProcess.cpp308 FileSP outfile = std::make_shared<NativeFile>(out, false); local
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp765 auto outfile = FileSystem::Instance().Open(outfile_spec, open_options); variable
/freebsd-current/usr.sbin/acpi/acpidump/
H A Dacpi.c2549 dsdt_save_file(char *outfile, ACPI_TABLE_HEADER *rsdt, ACPI_TABLE_HEADER *dsdp) argument
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp691 SaveCore(const lldb::ProcessSP &process_sp, const FileSpec &outfile, lldb::SaveCoreStyle &core_style, llvm::StringRef plugin_name) argument

Completed in 332 milliseconds

1234