HomeSort by: relevance | last modified time | path
    Searched defs:istext (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 2500 static int istext(int format) function
2508 BIO_NOCLOSE | (istext(format) ? BIO_FP_TEXT : 0));
2516 BIO_NOCLOSE | (istext(format) ? BIO_FP_TEXT : 0));
2520 if (istext(format))
2524 if (istext(format) && (prefix = getenv("HARNESS_OSSL_PREFIX")) != NULL) {
2537 BIO_NOCLOSE | (istext(format) ? BIO_FP_TEXT : 0));
2539 if (istext(format))
2576 return istext(format) ? "a" : "ab";
2578 return istext(format) ? "r" : "rb";
2580 return istext(format) ? "w" : "wb"
    [all...]

Completed in 33 milliseconds