Home
last modified time | relevance | path

Searched refs:istext (Results 1 – 1 of 1) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c2500 static int istext(int format) in istext() function
2508 BIO_NOCLOSE | (istext(format) ? BIO_FP_TEXT : 0)); in dup_bio_in()
2516 BIO_NOCLOSE | (istext(format) ? BIO_FP_TEXT : 0)); in dup_bio_out()
2520 if (istext(format)) in dup_bio_out()
2524 if (istext(format) && (prefix = getenv("HARNESS_OSSL_PREFIX")) != NULL) { in dup_bio_out()
2537 BIO_NOCLOSE | (istext(format) ? BIO_FP_TEXT : 0)); in dup_bio_err()
2539 if (istext(format)) in dup_bio_err()
2576 return istext(format) ? "a" : "ab"; in modestr()
2578 return istext(format) ? "r" : "rb"; in modestr()
2580 return istext(format) ? "w" : "wb"; in modestr()
[all …]