Searched refs:outfile (Results 76 - 100 of 147) sorted by relevance

123456

/freebsd-11-stable/contrib/atf/atf-c/
H A Dcheck.c76 cleanup_tmpdir(const atf_fs_path_t *dir, const atf_fs_path_t *outfile, argument
80 atf_error_t err = atf_fs_unlink(outfile);
130 init_sbs(const atf_fs_path_t *outfile, atf_process_stream_t *outsb, argument
135 err = init_sb(outfile, outsb);
168 fork_and_wait(const char *const *argv, const atf_fs_path_t *outfile, argument
176 err = init_sbs(outfile, &outsb, errfile, &errsb);
/freebsd-11-stable/crypto/openssl/apps/
H A Ddhparam.c160 char *infile, *outfile, *prog; local
176 outfile = NULL;
199 outfile = *(++argv);
413 if (outfile == NULL) {
422 if (BIO_write_filename(out, outfile) <= 0) {
423 perror(outfile);
507 BIO_printf(bio_err, "bad output format specified for outfile\n");
H A Ddsaparam.c121 char *infile, *outfile, *prog, *inrand = NULL; local
140 outfile = NULL;
163 outfile = *(++argv);
208 BIO_printf(bio_err, "%s [options] [bits] <infile >outfile\n", prog);
250 if (outfile == NULL) {
259 if (BIO_write_filename(out, outfile) <= 0) {
260 perror(outfile);
394 BIO_printf(bio_err, "bad output format specified for outfile\n");
420 BIO_printf(bio_err, "bad output format specified for outfile\n");
H A Drsautl.c90 char *infile = NULL, *outfile = NULL; local
129 outfile = *(++argv);
247 if (outfile) {
248 if (!(out = BIO_new_file(outfile, "wb"))) {
H A DCA.pl.in175 my ($infile, $outfile, $bound) = @_;
177 open OUT, ">$outfile";
H A DCA.pl175 my ($infile, $outfile, $bound) = @_;
177 open OUT, ">$outfile";
H A Ddgst.c118 const char *outfile = NULL, *keyfile = NULL; local
168 outfile = *(++argv);
327 if (outfile) {
329 out = BIO_new_file(outfile, "wb");
331 out = BIO_new_file(outfile, "w");
344 outfile ? outfile : "(stdout)");
H A Dcrl.c111 char *infile = NULL, *outfile = NULL, *crldiff = NULL, *keyfile = NULL; local
191 outfile = *(++argv);
390 if (outfile == NULL) {
399 if (BIO_write_filename(out, outfile) <= 0) {
400 perror(outfile);
421 BIO_printf(bio_err, "bad output format specified for outfile\n");
H A Decparam.c130 char *infile = NULL, *outfile = NULL, *prog; local
171 outfile = *(++argv);
235 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
300 if (outfile == NULL) {
309 if (BIO_write_filename(out, outfile) <= 0) {
310 perror(outfile);
559 " outfile\n");
602 "for outfile\n");
H A Dpkeyutl.c92 char *infile = NULL, *outfile = NULL, *sigfile = NULL; local
132 outfile = *(++argv);
271 if (outfile) {
272 if (!(out = BIO_new_file(outfile, "wb"))) {
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsgen.c157 buildrevision(deltas, target, outfile, expandflag)
160 FILE *outfile;
164 * If outfile is set, the revision is output to it,
168 * Return 0 if outfile is set, the name of the temporary file otherwise.
180 openfcopy(outfile);
182 if (outfile)
196 if (expandflag || outfile) {
198 finishedit((struct hshentry*)0, outfile, false);
203 outfile, true
205 if (outfile)
[all...]
H A Drcsedit.c434 finishedit(delta, outfile, done)
436 FILE *outfile;
444 openfcopy(outfile);
445 outfile = fcopy;
447 snapshotedit(outfile);
453 finisheditline(fin, outfile, *p++, delta);
455 finisheditline(fin, outfile, *p++, delta);
493 swapeditfiles(outfile)
494 FILE *outfile;
496 * and rewinds fedit for reading. Set fcopy to outfile i
[all...]
/freebsd-11-stable/usr.bin/sort/
H A Dfile.h126 void sort_list_to_file(struct sort_list *list, const char *outfile);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c660 svn_fs_x__write_noderev(svn_stream_t *outfile, argument
667 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_ID ": %s\n",
670 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_NODE ": %s\n",
673 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COPY ": %s\n",
676 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TYPE ": %s\n",
681 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PRED ": %s\n",
685 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COUNT ": %d\n",
689 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TEXT ": %s\n",
696 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PROPS ": %s\n",
701 SVN_ERR(svn_stream_printf(outfile, scratch_poo
[all...]
H A Dlow_level.h114 svn_fs_x__write_noderev(svn_stream_t *outfile,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.c1179 svn_fs_fs__write_noderev(svn_stream_t *outfile, argument
1185 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_ID ": %s\n",
1189 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TYPE ": %s\n",
1194 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PRED ": %s\n",
1198 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COUNT ": %d\n",
1202 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TEXT ": %s\n",
1210 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PROPS ": %s\n",
1215 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_CPATH ": %s\n",
1219 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COPYFROM ": %ld"
1226 SVN_ERR(svn_stream_printf(outfile, scratch_poo
[all...]
/freebsd-11-stable/usr.bin/truss/
H A Dtruss.h114 FILE *outfile; member in struct:trussinfo
/freebsd-11-stable/usr.bin/m4/
H A Dmain.c67 FILE **outfile; /* diversion array(0=bitbucket)*/ variable
186 outfile = NULL;
285 if (outfile[n] != NULL)
288 if (outfile[0] != NULL) {
289 (void) fclose(outfile[0]);
H A Dextern.h157 extern FILE **outfile; /* diversion array(0=bitbucket) */
/freebsd-11-stable/contrib/gcc/
H A Dlambda-code.c194 print_lambda_body_vector (FILE * outfile, lambda_body_vector body) argument
196 print_lambda_vector (outfile, LBV_COEFFICIENTS (body), LBV_SIZE (body));
246 print_linear_expression (FILE * outfile, lambda_vector expr, int size, argument
258 fprintf (outfile, "-");
262 fprintf (outfile, " + ");
264 fprintf (outfile, " - ");
266 fprintf (outfile, "%c", start + i);
268 fprintf (outfile, "%d%c", abs (expr[i]), start + i);
279 print_lambda_linear_expression (FILE * outfile, argument
283 fprintf (outfile, "\tLinea
298 print_lambda_loop(FILE * outfile, lambda_loop loop, int depth, int invariants, char start) argument
345 print_lambda_loopnest(FILE * outfile, lambda_loopnest nest, char start) argument
[all...]
H A Dlambda.h372 print_lambda_vector (FILE * outfile, lambda_vector vector, int n) argument
377 fprintf (outfile, "%3d ", vector[i]);
378 fprintf (outfile, "\n");
/freebsd-11-stable/contrib/diff/src/
H A Dsdiff.c380 lf_copy (struct line_filter *lf, lin lines, FILE *outfile)
389 ck_fwrite (start, lf->buflim - start, outfile);
401 ck_fwrite (start, lf->bufpos - start, outfile);
906 FILE *outfile)
978 lf_copy (left, llen, outfile);
982 lf_copy (right, rlen, outfile);
1112 ck_fwrite (buf, size, outfile);
1131 FILE *outfile)
1170 lf_copy (left, llen, outfile);
1178 outfile))
379 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-11-stable/contrib/tnftp/src/
H A Dfetch.c540 if (urltype != HTTP_URL_T || outfile == NULL) {
549 if (outfile)
550 savefile = outfile;
1105 if (outfile == savefile) {
1328 if (savefile != outfile)
1667 if (outfile == NULL) {
1670 outfile = cp + 1;
1672 outfile = file;
1674 xargv[2] = (char *)outfile;
1698 * Retrieve the given file to outfile
[all...]
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dpipeline.c365 int outfile = 1; local
400 f = open(tmpfiles[outfile], O_WRONLY|O_CREAT|O_TRUNC|O_BINARY, 0666);
434 outfile = 1 - outfile;
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_util.h101 const char *outfile; /* output module name */ member in struct:commandline

Completed in 377 milliseconds

123456