Searched refs:contfile (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/usr.sbin/pkg_install/add/
H A Dperform.c506 FILE *contfile; local
543 contfile = fopen(contents, "w");
544 if (!contfile) {
549 write_plist(&Plist, contfile);
550 fclose(contfile);
577 contfile = fopen(contents, "a");
578 if (!contfile) {
582 fprintf(contfile, "%s\n", Plist.name);
583 if (fclose(contfile) == EOF) {
604 contfile
[all...]
/freebsd-10.3-release/crypto/openssl/apps/
H A Dsmime.c98 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
325 contfile = *++args;
583 if (contfile) {
585 if (!(indata = BIO_new_file(contfile, "rb"))) {
586 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
H A Dcms.c113 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
451 contfile = *++args;
731 if (contfile) {
733 if (!(indata = BIO_new_file(contfile, "rb"))) {
734 BIO_printf(bio_err, "Can't read content file %s\n", contfile);

Completed in 64 milliseconds