FMT_istext
int FMT_istext(int format);
BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0));
BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0));
if (FMT_istext(format))
if (FMT_istext(format)
BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0));
if (b != NULL && FMT_istext(format))
return FMT_istext(format) ? "a" : "ab";
return FMT_istext(format) ? "r" : "rb";
return FMT_istext(format) ? "w" : "wb";
textmode = FMT_istext(format);