Searched refs:FMT_istext (Results 1 – 6 of 6) sorted by relevance
12 int FMT_istext(int format) in FMT_istext() function
2935 BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0)); in dup_bio_in()2941 BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0)); in dup_bio_out()2948 if (FMT_istext(format)) in dup_bio_out()2952 if (FMT_istext(format) in dup_bio_out()2964 BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0)); in dup_bio_err()2966 if (b != NULL && FMT_istext(format)) in dup_bio_err()2997 return FMT_istext(format) ? "a" : "ab"; in modestr()2999 return FMT_istext(format) ? "r" : "rb"; in modestr()3001 return FMT_istext(format) ? "w" : "wb"; in modestr()3035 textmode = FMT_istext(format); in bio_open_owner()
2939 BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0)); in dup_bio_in()2945 BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0)); in dup_bio_out()2952 if (FMT_istext(format)) in dup_bio_out()2956 if (FMT_istext(format) in dup_bio_out()2968 BIO_NOCLOSE | (FMT_istext(format) ? BIO_FP_TEXT : 0)); in dup_bio_err()2970 if (b != NULL && FMT_istext(format)) in dup_bio_err()3001 return FMT_istext(format) ? "a" : "ab"; in modestr()3003 return FMT_istext(format) ? "r" : "rb"; in modestr()3005 return FMT_istext(format) ? "w" : "wb"; in modestr()3039 textmode = FMT_istext(format); in bio_open_owner()
43 int FMT_istext(int format);