Searched refs:rctfile (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dcms.c120 char *infile = NULL, *outfile = NULL, *rctfile = NULL; local
192 rctfile = *args;
816 if (rctfile) {
818 if (!(rctin = BIO_new_file(rctfile, rctmode))) {
819 BIO_printf(bio_err, "Can't open receipt file %s\n", rctfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dcms.c120 char *infile = NULL, *outfile = NULL, *rctfile = NULL; local
192 rctfile = *args;
816 if (rctfile) {
818 if (!(rctin = BIO_new_file(rctfile, rctmode))) {
819 BIO_printf(bio_err, "Can't open receipt file %s\n", rctfile);

Completed in 65 milliseconds