Searched refs:infiles (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssl/apps/
H A DCA.sh135 -infiles ${CATOP}/$CAREQ
141 $CA -policy policy_anything -infiles newreq.pem
156 $CA -policy policy_anything -out newcert.pem -infiles newreq.pem
162 $CA -policy policy_anything -out newcert.pem -extensions v3_ca -infiles newreq.pem
169 $CA -policy policy_anything -out newcert.pem -infiles tmp.pem
/freebsd-10-stable/contrib/texinfo/util/
H A Dtexindex.c84 char **infiles; variable
90 /* Length of `infiles'. */
141 int merge_files (char **infiles, int nfiles, char *outfile);
142 int merge_direct (char **infiles, int nfiles, char *outfile);
203 desc = open (infiles[i], O_RDONLY, 0);
205 pfatal_with_name (infiles[i]);
207 if (stat (infiles[i], &instat))
208 pfatal_with_name (infiles[i]);
214 pfatal_with_name (infiles[i]);
224 outfile = concat (infiles[
1443 merge_files(char **infiles, int nfiles, char *outfile) argument
1491 merge_direct(char **infiles, int nfiles, char *outfile) argument
[all...]
/freebsd-10-stable/sys/xen/interface/foreign/
H A Dmkheader.py9 infiles = sys.argv[3:]; variable
72 for name in infiles:
/freebsd-10-stable/contrib/gcc/
H A Dgcc.c3134 static struct infile *infiles;
4129 infiles = XNEWVEC (struct infile, n_infiles + 1);
4136 Store all the infiles in their vector. */
4202 infiles[n_infiles].language = "*";
4203 infiles[n_infiles++].name
4208 infiles[n_infiles].language = "*";
4209 infiles[n_infiles++].name = argv[i] + prev;
4213 infiles[n_infiles].language = "*";
4214 infiles[n_infiles++].name = argv[++i];
4225 infiles[n_infile
3116 static struct infile *infiles; variable in typeref:struct:infile
[all...]
/freebsd-10-stable/etc/rc.d/
H A Dsendmail143 -key "$certpass" -batch -infiles tmp.pem >/dev/null 2>&1 &&

Completed in 169 milliseconds