Home | History | Annotate | Download | only in apps

Lines Matching refs:outmode

105 	const char *inmode = "r", *outmode = "w";
667 outmode = "wb";
672 outmode = "wb";
854 if (!(out = BIO_new_file(outfile, outmode)))