| /src/external/bsd/pkg_install/dist/x509/ |
| pkgsrc.sh | 26 -infiles $1/careq.pem 31 $CA -extensions pkgkey -policy policy_match -out pkgkey_cert.pem -infiles pkgkey_req.pem 38 $CA -extensions pkgsec -policy policy_match -out pkgsec_cert.pem -infiles pkgsec_req.pem
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| driver.c | 109 } infiles = { variable in typeref:struct:__anon7930 111 .last = &infiles.first; 127 *infiles->last = in; 128 infiles->last = &in->next; 218 for (in = infiles->first; in != NULL; in = in->next)
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| config.pl | 182 my ($outf, $infiles, $identline) = @_; 184 my @infiles=split(' ', $infiles); 187 foreach my $name (@infiles) {
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_oqsprovider_data/ |
| oqsprovider-ca.sh | 49 $OPENSSL_APP ca -batch -days 100 -keyfile $1_rootCA.key -cert $1_rootCA.crt -policy policy_anything -notext -out $1.crt -infiles $1.csr
|
| /src/external/gpl2/texinfo/dist/util/ |
| texindex.c | 83 char **infiles; variable 89 /* Length of `infiles'. */ 177 desc = open (infiles[i], O_RDONLY, 0); 179 pfatal_with_name (infiles[i]); 181 if (stat (infiles[i], &instat)) 182 pfatal_with_name (infiles[i]); 188 pfatal_with_name (infiles[i]); 198 outfile = concat3 (infiles[i], "s", ""); 206 infiles[i]); 209 sort_in_core (infiles[i], (int)ptr, outfile) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gcc.cc | 3663 static struct infile *infiles; 3844 /* Allocate space for an input file in infiles. */ 3852 infiles = XNEWVEC (struct infile, n_infiles_alloc); 3857 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); 3862 infiles. */ 3868 infiles[n_infiles].name = name; 3869 infiles[n_infiles++].language = language; 4738 /* Return the index into infiles for the single non-library 4748 if (infiles[i].languag 3645 static struct infile *infiles; variable in typeref:struct:infile [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcc.cc | 3694 static struct infile *infiles; 3875 /* Allocate space for an input file in infiles. */ 3883 infiles = XNEWVEC (struct infile, n_infiles_alloc); 3888 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); 3893 infiles. */ 3899 infiles[n_infiles].name = name; 3900 infiles[n_infiles++].language = language; 4681 /* Return the index into infiles for the single non-library 4691 if (infiles[i].languag 3676 static struct infile *infiles; variable in typeref:struct:infile [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/ |
| CA.pl.in | 330 @EXTENSIONS, "-infiles", "${CATOP}/$CAREQ", @{$EXTRA{ca}}) 342 $RET = run(@CA, @POLICY, "-infiles", $NEWREQ, @{$EXTRA{ca}}); 345 "-infiles", $NEWREQ, @{$EXTRA{ca}}); 349 "-infiles", $NEWREQ, @{$EXTRA{ca}}); 355 qw(-infiles tmp.pem), @{$EXTRA{ca}}) if $RET == 0;
|