Searched refs:infile (Results 51 - 75 of 83) sorted by relevance

1234

/freebsd-13-stable/crypto/openssl/apps/
H A Dca.c91 static int certify(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509,
100 static int certify_cert(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509,
108 static int certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey,
243 const char *infile = NULL, *spkac_file = NULL, *ss_cert_file = NULL; local
280 infile = opt_arg();
396 infile = opt_arg();
400 infile = opt_arg();
911 if (infile != NULL) {
913 j = certify(&x, infile, pkey, x509p, dgst, sigopts, attribs, db,
1206 if (infile
1263 certify(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1332 certify_cert(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
1911 certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
[all...]
H A Decparam.c82 char *infile = NULL, *outfile = NULL, *prog; local
108 infile = opt_arg();
167 in = bio_open_default(infile, 'r', informat);
H A Dpkeyutl.c83 char *infile = NULL, *outfile = NULL, *sigfile = NULL, *passinarg = NULL; local
111 infile = opt_arg();
257 in = bio_open_default(infile, 'r', FORMAT_BINARY);
H A Denc.c103 char *infile = NULL, *outfile = NULL, *prog; local
163 infile = opt_arg();
322 if (infile == NULL) {
325 in = bio_open_default(infile, 'r', informat);
H A Dpasswd.c86 char *infile = NULL, *salt = NULL, *passwd = NULL, **passwds = NULL; local
115 infile = opt_arg();
200 if (infile != NULL && in_stdin) {
205 if (infile != NULL || in_stdin) {
207 * If in_stdin is true, we know that infile is NULL, and that
210 in = bio_open_default(infile, 'r', FORMAT_TEXT);
H A Dpkcs12.c94 {"inkey", OPT_INKEY, 's', "Private key if not infile"},
120 char *infile = NULL, *outfile = NULL, *keyname = NULL, *certfile = NULL; local
252 infile = opt_arg();
356 key = load_key(keyname ? keyname : infile,
364 if (!load_certs(infile, &certs, FORMAT_PEM, NULL,
497 in = bio_open_default(infile, 'r', FORMAT_PKCS12);
H A Dsmime.c126 char *infile = NULL, *outfile = NULL, *signerfile = NULL, *recipfile = NULL; local
157 infile = opt_arg();
442 in = bio_open_default(infile, 'r', informat);
H A Dx509.c170 char *infile = NULL, *outfile = NULL, *keyfile = NULL, *CAfile = NULL; local
213 infile = opt_arg();
523 in = bio_open_default(infile, 'r', informat);
584 x = load_cert(infile, informat, "Certificate");
H A Dreq.c229 char *extensions = NULL, *infile = NULL; local
299 infile = opt_arg();
428 if (x509 && infile == NULL)
689 in = bio_open_default(infile, 'r', informat);
H A Dcms.c206 char *infile = NULL, *outfile = NULL, *rctfile = NULL; local
389 infile = opt_arg();
731 in = bio_open_default(infile, 'r', informat);
/freebsd-13-stable/contrib/diff/src/
H A Ddiff3.c1608 output_diff3_merge (FILE *infile, FILE *outputfile, struct diff3_block *diff,
1645 c = getc (infile);
1648 if (ferror (infile))
1650 else if (feof (infile))
1700 while ((c = getc (infile)) != '\n')
1703 if (ferror (infile))
1705 else if (feof (infile))
1714 while ((c = getc (infile)) != EOF || !(ferror (infile) | feof (infile)))
1604 output_diff3_merge(FILE *infile, FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3], char const *file0, char const *file1, char const *file2) argument
[all...]
H A Dsdiff.c352 FILE *infile;
359 lf_init (struct line_filter *lf, FILE *infile)
361 lf->infile = infile;
370 size_t s = ck_fread (lf->buffer, SDIFF_BUFSIZE, lf->infile);
378 /* Advance LINES on LF's infile, copying lines to OUTFILE */
404 /* Advance LINES on LF's infile without doing output */
351 FILE *infile; member in struct:line_filter
358 lf_init(struct line_filter *lf, FILE *infile) argument
/freebsd-13-stable/contrib/sendmail/src/
H A Dmime.c1258 ** infile -- input (encoded) string
1264 ** -1 if infile completely decoded into outfile
1265 ** >= 0 is the position in infile decoding
1270 mime_fromqp(infile, outfile, maxlen)
1271 unsigned char *infile;
1283 b = infile;
1284 while ((c1 = *infile++) != '\0' && nchar < maxlen)
1288 if ((c1 = *infile++) == '\0')
1300 if ((c2 = *infile++) == '\0')
1323 return (infile
[all...]
/freebsd-13-stable/usr.bin/m4/
H A Deval.c113 mark = trace(argv, argc, infile+ilevel);
519 doprintlineno(infile+ilevel);
522 doprintfilename(infile+ilevel);
738 if (fopen_trypath(infile+ilevel+1, ifile) != NULL) {
/freebsd-13-stable/usr.sbin/extattr/tests/
H A Dextattr_test.sh178 dd if=/dev/random of=infile bs=1k count=8
180 setextattr -i user myattr foo < infile || atf_fail "setextattr failed"
183 atf_check -s exit:0 cmp -s infile outfile
/freebsd-13-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c113 usage: gensnmptree [-dEeFfhlt] [-I directory] [-i infile] [-p prefix]\n\
1701 char *infile = NULL; local
1746 infile = optarg;
1771 if (infile == NULL) {
1775 if ((fp = fopen(infile, "r")) == NULL)
1776 err(1, "%s", infile);
1777 input_new(fp, NULL, infile);
/freebsd-13-stable/contrib/byacc/test/
H A Dgrammar.y251 extern void process_file (FILE *infile, char *name);
1131 process_file (FILE *infile, char *name)
1155 yyin = infile;
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h1913 * otherwise, connect it to @a infile (which may be NULL). If
1950 apr_file_t *infile,
1971 apr_file_t *infile,
1992 apr_file_t *infile,
2031 apr_file_t *infile,
/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c229 static const char *infile; /* name of file coming in */ variable
1270 infile = newinfile;
1280 infile = NULL;
1625 maybe_warn("failed infile");
1627 maybe_warn("failed infile fclose");
1765 if (infile) {
1770 infile, (unsigned long long)infile_current,
1774 infile, (unsigned long long)infile_current);
1848 print_list(STDIN_FILENO, in_size, infile, isb.st_mtime);
/freebsd-13-stable/crypto/openssh/
H A Dsftp.c78 FILE* infile; variable
2197 setvbuf(infile, NULL, _IOLBF, 0);
2209 if (fgets(cmd, sizeof(cmd), infile) == NULL) {
2375 infile = stdin;
2434 (infile = fopen(optarg, "r")) == NULL)
2559 fclose(infile);
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dippool.c378 loadpoolfile(argc, argv, infile)
380 char *argv[], *infile;
423 if (ippool_parsefile(fd, infile, ioctl) != 0)
/freebsd-13-stable/contrib/tcpdump/
H A Dtcpdump.c1144 register char *cp, *infile, *cmdbuf, *device, *RFileName, *VFileName, *WFileName; local
1189 infile = NULL;
1279 infile = optarg;
1799 if (infile)
1800 cmdbuf = read_infile(infile);
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c281 extern void process_file (FILE *infile, char *name);
1040 process_file (FILE *infile, char *name) argument
1064 yyin = infile;
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c829 const char *infile, *outfile; local
1043 infile = argv[0];
1048 create_file(ecp, infile, outfile);
1435 Usage: %s [options] infile [outfile]\n\
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c1219 apr_file_t *infile,
1227 infile_pipe, infile, outfile_pipe, outfile,
1237 apr_file_t *infile,
1243 infile, FALSE, outfile, FALSE, errfile, pool);
1211 svn_io_start_cmd2(apr_proc_t *cmd_proc, const char *path, const char *cmd, const char *const *args, svn_boolean_t inherit, svn_boolean_t infile_pipe, apr_file_t *infile, svn_boolean_t outfile_pipe, apr_file_t *outfile, svn_boolean_t errfile_pipe, apr_file_t *errfile, apr_pool_t *pool) argument
1230 svn_io_start_cmd(apr_proc_t *cmd_proc, const char *path, const char *cmd, const char *const *args, svn_boolean_t inherit, apr_file_t *infile, apr_file_t *outfile, apr_file_t *errfile, apr_pool_t *pool) argument

Completed in 315 milliseconds

1234