Searched refs:infile (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dprog_cxxcom.c29 cxxcom_exec(const char *infile, const char *outfile) argument
H A Dprog_fcom.c29 fcom_exec(const char *infile, const char *outfile) argument
H A Dprog_ccom.c29 ccom_exec(const char *infile, const char *outfile) argument
59 if (infile != NULL)
60 list_add(l, infile);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/kasp/ns2/
H A Dsetup.sh22 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
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dpem_read_depr_test.c29 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, NUL
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...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D03-test_fipsinstall.t29 my $infile = bldtop_file('providers', platform->dso('fips'));
33 # Read in a text $infile and replace the regular expression in $srch with the
37 my ($infile, $srch, $repl, $outfile) = @_;
40 open(my $in, "<", $infile) or return 0;
91 ok(!run(app(['openssl', 'fipsinstall', '-in', 'dummy.tmp', '-module', $infile,
99 ok(run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile,
106 ok(run(app(['openssl', 'fipsinstall', '-in', 'fips.cnf', '-module', $infile,
115 '-module', $infile,
124 '-module', $infile,
134 '-module', $infile,
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkds/ns5/
H A Dsetup.sh20 infile="checkds.db.infile"
24 cat template.db.in "${CSK}.key" >"$infile"
25 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$CSK" >>"$infile"
26 $SIGNER -S -g -z -x -s now-1h -e now+30d -o $zone -O full -f $zonefile $infile >signer.out.$zone 2>&1
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dns64/ns1/
H A Dsign.sh17 infile=example.db
23 cat $infile $key1.key $key2.key >$zonefile
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dnssec/ns6/
H A Dsign.sh22 infile=optout-tld.db.in
27 cat "$infile" "$keyname.key" >"$zonefile"
/netbsd-current/usr.bin/m4/
H A Dexpr.c39 fprintf(stderr, "m4:%s:%lu: %s in expr %s\n", infile[ilevel].name,
40 infile[ilevel].lineno, msg, copy_toeval);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkds/ns2/
H A Dsetup.sh29 infile="checkds.db.infile"
33 cat template.db.in "${CSK}.key" >"$infile"
34 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$CSK" >>"$infile"
35 $SIGNER -S -g -z -x -s now-1h -e now+30d -o $zone -O full -f $zonefile $infile >signer.out.$zone 2>&1
/netbsd-current/external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/
H A Dsetup.sh23 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...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/redirect/ns1/
H A Dsign.sh17 infile=example.db
23 cat $infile $key1.key $key2.key >$zonefile
28 infile=example.db
34 cat $infile $key1.key $key2.key >$zonefile
/netbsd-current/external/mpl/bind/dist/bin/tests/system/redirect/ns3/
H A Dsign.sh17 infile=example.db
23 cat $infile $key1.key $key2.key >$zonefile
28 infile=example.db
34 cat $infile $key1.key $key2.key >$zonefile
/netbsd-current/external/bsd/bzip2/dist/
H A Dformat.pl24 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
34 die "Can't input $infile
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/
H A Dsign.sh18 infile=example.db.in
22 cat "$infile" "$keyname.key" >"$zonefile"
29 infile=example.db.in
33 cat "$infile" "$keyname.key" >"$zonefile"
38 infile=dnamed.db.in
42 cat "$infile" "$keyname.key" >"$zonefile"
47 infile=minimal.db.in
51 cat "$infile" "$keyname.key" >"$zonefile"
57 infile=soa-without-dnskey.db.in
61 cat "$infile" "
[all...]
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_revokeek.c34 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)
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/kasp/ns6/
H A Dsetup.sh23 infile="${zone}.db.infile"
44 cat template.db.in "${KSK}.key" "${ZSK}.key" >"$infile"
45 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$KSK" >>"$infile"
46 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$ZSK" >>"$infile"
47 cp $infile $zonefile
48 $SIGNER -S -x -s now-1h -e now+2w -o $zone -O raw -f "${zonefile}.signed" $infile >signer.out.$zone.1 2>&1
66 cat template.db.in "${KSK}.key" "${ZSK}.key" >"$infile"
67 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$KSK" >>"$infile"
68 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$ZSK" >>"$infile"
[all...]
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctfconvert.c53 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, outfil
[all...]
/netbsd-current/sys/arch/alpha/stand/mkbootimage/
H A Dmkbootimage.c60 const char *infile, *outfile; local
89 infile = argv[0];
93 fprintf(stderr, "input file: %s\n", infile);
102 if ((infd = open(infile, O_RDONLY)) == -1)
103 err(EXIT_FAILURE, "open %s", infile);
105 err(EXIT_FAILURE, "fstat %s", infile);
107 errx(EXIT_FAILURE, "%s must be a regular file", infile);
126 err(EXIT_FAILURE, "read %s", infile);
128 errx(EXIT_FAILURE, "read %s: short read", infile);
/netbsd-current/external/public-domain/xz/dist/doc/examples/
H A D02_decompress.c104 decompress(lzma_stream *strm, const char *inname, FILE *infile, FILE *outfile) argument
127 if (strm->avail_in == 0 && !feof(infile)) {
130 infile);
132 if (ferror(infile)) {
143 if (feof(infile))
264 FILE *infile = fopen(argv[i], "rb"); local
266 if (infile == NULL) {
272 success &= decompress(&strm, argv[i], infile, stdout);
273 fclose(infile);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkds/ns9/
H A Dsetup.sh23 infile="${zone}.db.infile"
43 cat template.db.in "${CSK}.key" >"$infile"
44 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$CSK" >>"$infile"
45 cp $infile $zonefile
46 $SIGNER -S -z -x -s now-1h -e now+30d -o $zone -O raw -f "${zonefile}.signed" $infile >signer.out.$zone.1 2>&1
57 cat template.db.in "${CSK}.key" >"$infile"
58 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$CSK" >>"$infile"
59 cp $infile $zonefile
60 $SIGNER -S -z -x -s now-1h -e now+30d -o $zone -O raw -f "${zonefile}.signed" $infile >signe
[all...]
/netbsd-current/games/adventure/
H A Dsetup.c77 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);
/netbsd-current/usr.bin/rpcgen/
H A Drpc_main.c79 char *infile; /* input module name */ member in struct:commandline
197 checkfiles(cmd.infile, cmd.outfile);
199 checkfiles(cmd.infile, NULL);
202 c_output(cmd.infile, "-DRPC_XDR", DONT_EXTEND, cmd.outfile);
205 h_output(cmd.infile, "-DRPC_HDR", DONT_EXTEND, cmd.outfile);
208 l_output(cmd.infile, "-DRPC_CLNT", DONT_EXTEND, cmd.outfile);
211 s_output(argc, argv, cmd.infile, "-DRPC_SVC", DONT_EXTEND,
215 t_output(cmd.infile, "-DRPC_TBL", DONT_EXTEND, cmd.outfile);
218 svc_output(cmd.infile, "-DRPC_SERVER", DONT_EXTEND, cmd.outfile);
221 clnt_output(cmd.infile, "
295 open_output(const char *infile, const char *outfile) argument
336 open_input(const char *infile, const char *define) argument
439 c_output(const char *infile, const char *define, int extend, const char *outfile) argument
555 h_output(const char *infile, const char *define, int extend, const char *outfile) argument
617 s_output(int argc, char *argv[], char *infile, const char *define, int extend, const char *outfile, int nomain, int netflag) argument
707 l_output(const char *infile, const char *define, int extend, const char *outfile) argument
738 t_output(const char *infile, const char *define, int extend, const char *outfile) argument
760 svc_output(const char *infile, const char *define, int extend, const char *outfile) argument
794 clnt_output(const char *infile, const char *define, int extend, const char *outfile) argument
894 checkfiles(const char *infile, const char *outfile) argument
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/kasp/ns3/
H A Dsetup.sh23 infile="${zone}.db.infile"
95 infile="${zone}.db.infile"
96 cp template.db.in $infile
167 cat template.db.in "${KSK}.key" "${ZSK}.key" >"$infile"
168 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$KSK" >>"$infile"
169 private_type_record $zone $DEFAULT_ALGORITHM_NUMBER "$ZSK" >>"$infile"
170 cp $infile $zonefile
171 $SIGNER -PS -x -o $zone -O raw -f "${zonefile}.signed" $infile >signe
[all...]

Completed in 711 milliseconds

1234567891011>>