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

/freebsd-9.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-9.3-release/crypto/openssl/apps/
H A Dsmime.c94 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
309 contfile = *args;
595 if (contfile) {
597 if (!(indata = BIO_new_file(contfile, "rb"))) {
598 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
H A Dcms.c111 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
437 contfile = *++args;
715 if (contfile) {
717 if (!(indata = BIO_new_file(contfile, "rb"))) {
718 BIO_printf(bio_err, "Can't read content file %s\n", contfile);

Completed in 171 milliseconds