Lines Matching refs:FMT_istext
2935 BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0));
2941 BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0));
2948 if (FMT_istext(format))
2952 if (FMT_istext(format)
2964 BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0));
2966 if (b != NULL && FMT_istext(format))
2997 return FMT_istext(format) ? "a" : "ab";
2999 return FMT_istext(format) ? "r" : "rb";
3001 return FMT_istext(format) ? "w" : "wb";
3035 textmode = FMT_istext(format);