| /src/external/bsd/pcc/dist/pcc/driver/ |
| prog_cxxcom.c | 29 cxxcom_exec(const char *infile, const char *outfile)
|
| prog_fcom.c | 29 fcom_exec(const char *infile, const char *outfile)
|
| /src/external/mpl/bind/dist/bin/tests/system/kasp/ns2/ |
| setup.sh | 22 infile="${zonefile}.in" 23 cp $infile $zonefile 28 infile="template.tld.db.in" 29 cp $infile $zonefile 34 infile="template.tld.db.in" 35 cp $infile $zonefile
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 15-test_rsax931.t | 21 my $infile = srctop_file("test", "certs", "sm2.key"); 24 ok(run(app(['openssl', 'pkeyutl', '-in', $infile, '-rawin', '-inkey', $inkey, 31 ok(run(app(['openssl', 'pkeyutl', '-in', $infile, '-rawin', '-inkey', $inkey, 38 ok(!run(app(['openssl', 'pkeyutl', '-in', $infile, '-rawin', '-inkey', $inkey, 45 ok(!run(app(['openssl', 'pkeyutl', '-in', $infile, '-rawin', '-inkey', $inkey, 51 ok(run(app(['openssl', 'pkeyutl', '-in', $infile, '-rawin', '-inkey', $inkey, 58 ok(!run(app(['openssl', 'pkeyutl', '-in', $infile, '-rawin', '-inkey', $inkey,
|
| 03-test_fipsinstall.t | 69 my $infile = bldtop_file('providers', platform->dso('fips')); 73 # Read in a text $infile and replace the regular expression in $srch with the 77 my ($infile, $srch, $repl, $outfile) = @_; 80 open(my $in, "<", $infile) or return 0; 147 ok(!run(app(['openssl', 'fipsinstall', '-in', 'dummy.tmp', '-module', $infile, 154 ok(run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile, 161 ok(run(app(['openssl', 'fipsinstall', '-in', 'fips.cnf', '-module', $infile, 192 '-module', $infile, 201 '-module', $infile, 211 '-module', $infile, [all...] |
| /src/external/bsd/bzip2/dist/ |
| format.pl | 24 my $infile = shift; 25 # check infile exists 26 die "Can't find file \"$infile\"" 27 unless -f $infile; 28 # check we can read infile 29 if (! -r $infile) { 30 die "Can't read input $infile\n"; 32 # check we can open infile 33 open( INFILE,"<$infile" ) or [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| pem_read_depr_test.c | 29 BIO *infile = NULL; local 33 infile = BIO_new_file(paramsfile, "r"); 37 return infile; 44 BIO *infile = getfile("dhparams.pem"); local 47 if (!TEST_ptr(infile)) 50 dh = PEM_read_bio_DHparams(infile, NULL, NULL, NULL); 57 BIO_free(infile); 65 BIO *infile = getfile("x942params.pem"); local 68 if (!TEST_ptr(infile)) 71 dh = PEM_read_bio_DHparams(infile, NULL, NULL, NULL) 88 BIO *infile = getfile("dsaparams.pem"); local 109 BIO *infile = getfile("dsaprivatekey.pem"); local 130 BIO *infile = getfile("dsapublickey.pem"); local 152 BIO *infile = getfile("rsaprivatekey.pem"); local 173 BIO *infile = getfile("rsapublickey.pem"); local [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| pem_read_depr_test.c | 29 BIO *infile = NULL; local 33 infile = BIO_new_file(paramsfile, "r"); 37 return infile; 44 BIO *infile = getfile("dhparams.pem"); local 47 if (!TEST_ptr(infile)) 50 dh = PEM_read_bio_DHparams(infile, NULL, NULL, NULL); 57 BIO_free(infile); 65 BIO *infile = getfile("x942params.pem"); local 68 if (!TEST_ptr(infile)) 71 dh = PEM_read_bio_DHparams(infile, NULL, NULL, NULL) 88 BIO *infile = getfile("dsaparams.pem"); local 109 BIO *infile = getfile("dsaprivatekey.pem"); local 130 BIO *infile = getfile("dsapublickey.pem"); local 152 BIO *infile = getfile("rsaprivatekey.pem"); local 173 BIO *infile = getfile("rsapublickey.pem"); local [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 03-test_fipsinstall.t | 29 my $infile = bldtop_file('providers', platform->dso('fips')); 36 # Read in a text $infile and replace the regular expression in $srch with the 40 my ($infile, $srch, $repl, $outfile) = @_; 43 open(my $in, "<", $infile) or return 0; 94 ok(!run(app(['openssl', 'fipsinstall', '-in', 'dummy.tmp', '-module', $infile, 102 ok(run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile, 109 ok(run(app(['openssl', 'fipsinstall', '-in', 'fips.cnf', '-module', $infile, 118 '-module', $infile, 127 '-module', $infile, 137 '-module', $infile, [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/checkds/ns2/ |
| setup.sh | 23 infile="${zn}.db.infile" 28 cat "${zn}.db.in" "${CSK}.key" >"$infile" 29 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$CSK" >>"$infile" 30 $SIGNER -S -g -z -x -s now-1h -e now+30d -o $zone -O full -f $zonefile $infile >signer.out.$zone 2>&1
|
| /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/ |
| sign.sh | 18 infile=example.db.in 22 cat "$infile" "$keyname.key" >"$zonefile" 29 infile=no-apex-covering.db.in 33 cat "$infile" "$keyname.key" >"$zonefile" 40 infile=example.db.in 44 cat "$infile" "$keyname.key" >"$zonefile" 49 infile=dnamed.db.in 53 cat "$infile" "$keyname.key" >"$zonefile" 58 infile=minimal.db.in 62 cat "$infile" "$keyname.key" >"$zonefile [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/migrate2kasp/ns3/ |
| setup.sh | 23 infile="${zone}.db.infile" 39 cat template.db.in "${KSK}.key" "${ZSK}.key" >"$infile" 40 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$KSK" >>"$infile" 41 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$ZSK" >>"$infile" 42 $SIGNER -S -x -s now-1h -e now+2w -o $zone -O full -f $zonefile $infile >signer.out.$zone.1 2>&1 51 cat template.db.in "${CSK}.key" >"$infile" 52 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$CSK" >>"$infile" 53 $SIGNER -S -z -s now-1h -e now+2w -o $zone -O full -f $zonefile $infile >signer.out.$zone.1 2>&1 59 cat template.db.in "${CSK}.key" >"$infile" [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dns64/ns1/ |
| sign.sh | 17 infile=example.db 23 cat $infile $key1.key $key2.key >$zonefile
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns6/ |
| sign.sh | 22 infile=optout-tld.db.in 27 cat "$infile" "$keyname.key" >"$zonefile"
|
| /src/external/mpl/bind/dist/bin/tests/system/glue/ns1/ |
| sign.sh | 17 infile=tc-test-signed.db.in 25 cat "$infile" "$keyname.key" >"$zonefile"
|
| /src/external/public-domain/xz/dist/doc/examples/ |
| 11_file_info.c | 26 print_file_size(lzma_stream *strm, FILE *infile, const char *filename) 34 if (fseek(infile, 0, SEEK_END)) { 40 const long file_size = ftell(infile); 43 rewind(infile); 78 infile); 80 if (ferror(infile)) { 104 if (fseek(infile, (long)(strm->seek_pos), SEEK_SET)) { 182 FILE *infile = fopen(argv[i], "rb"); local 184 if (infile == NULL) { 190 success &= print_file_size(&strm, infile, argv[i]) [all...] |
| 02_decompress.c | 103 decompress(lzma_stream *strm, const char *inname, FILE *infile, FILE *outfile) 126 if (strm->avail_in == 0 && !feof(infile)) { 129 infile); 131 if (ferror(infile)) { 142 if (feof(infile)) 263 FILE *infile = fopen(argv[i], "rb"); local 265 if (infile == NULL) { 271 success &= decompress(&strm, argv[i], infile, stdout); 272 fclose(infile);
|
| /src/usr.bin/m4/ |
| expr.c | 39 fprintf(stderr, "m4:%s:%lu: %s in expr %s\n", infile[ilevel].name, 40 infile[ilevel].lineno, msg, copy_toeval);
|
| /src/external/mpl/bind/dist/bin/tests/system/checkds/ns5/ |
| setup.sh | 23 infile="${zn}.db.infile" 27 cat "${zn}.db.in" "${CSK}.key" >"$infile" 28 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$CSK" >>"$infile" 29 $SIGNER -S -g -z -x -s now-1h -e now+30d -o $zone -O full -f $zonefile $infile >signer.out.$zone 2>&1
|
| /src/external/mpl/bind/dist/bin/tests/system/redirect/ns1/ |
| sign.sh | 17 infile=example.db 23 cat $infile $key1.key $key2.key >$zonefile 28 infile=example.db 34 cat $infile $key1.key $key2.key >$zonefile
|
| /src/external/mpl/bind/dist/bin/tests/system/redirect/ns3/ |
| sign.sh | 17 infile=example.db 23 cat $infile $key1.key $key2.key >$zonefile 28 infile=example.db 34 cat $infile $key1.key $key2.key >$zonefile
|
| /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
| tpm_revokeek.c | 34 logCmdOption("-i, --infile FILE", 65 FILE *infile = NULL; local 70 infile = fopen(in_filename, "r"); 71 if ( !infile ){ 78 iBytes = fread( *buffer, 1, bytesToRead, infile ); 83 } else if ( (iBytes = fread( &eofile, 1, 1, infile )) ) { 85 if ( !feof( infile)) 93 fclose( infile); 103 {"infile", required_argument, NULL, 'i'}, 118 logError(_("Please specify which file contains the secret to revoke the Ek (use option -i, --infile).\n")) [all...] |
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| ctfconvert.c | 53 static char *infile = NULL; variable 73 fprintf(stderr, "Removing %s\n", infile); 74 unlink(infile); 213 infile = argv[optind]; 214 if (access(infile, R_OK) != 0) 215 terminate("Can't access %s", infile); 240 if (!file_read(filetd, infile, ignore_non_c)) 241 terminate("%s doesn't have type data to convert\n", infile); 256 if (outfile && strcmp(infile, outfile) != 0) { 257 write_ctf(mstrtd, infile, outfile, dynsym | keep_stabs) [all...] |
| /src/sys/arch/alpha/stand/mkbootimage/ |
| mkbootimage.c | 61 const char *infile, *outfile; local 90 infile = argv[0]; 94 fprintf(stderr, "input file: %s\n", infile); 103 if ((infd = open(infile, O_RDONLY)) == -1) 104 err(EXIT_FAILURE, "open %s", infile); 106 err(EXIT_FAILURE, "fstat %s", infile); 108 errx(EXIT_FAILURE, "%s must be a regular file", infile); 127 err(EXIT_FAILURE, "read %s", infile); 129 errx(EXIT_FAILURE, "read %s: short read", infile);
|
| /src/games/adventure/ |
| setup.c | 77 FILE *infile; local 85 if ((infile = fopen(argv[1], "r")) == NULL) { 99 while ((c = getc(infile)) != EOF) { 103 while ((c = getc(infile)) == ' ' && c != EOF); 121 fclose(infile);
|