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

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dsmime.c93 const char *inmode = "r", *outmode = "w"; local
532 inmode = "rb";
537 inmode = "rb";
610 if (!(in = BIO_new_file(infile, inmode)))
H A Dcms.c108 const char *inmode = "r", *outmode = "w"; local
685 inmode = "rb";
690 inmode = "rb";
776 if (!(in = BIO_new_file(infile, inmode)))

Completed in 277 milliseconds