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

/freebsd-13-stable/bin/date/
H A Dvary.c149 adjmon(struct tm *t, char type, int val, int istext, int mk) argument
158 if (istext) {
175 if (istext) {
253 adjwday(struct tm *t, char type, int val, int istext, int mk) argument
260 if (istext)
269 if (istext) {
/freebsd-13-stable/crypto/openssl/apps/
H A Dapps.c2483 static int istext(int format) function
2491 BIO_NOCLOSE | (istext(format) ? BIO_FP_TEXT : 0));
2499 BIO_NOCLOSE | (istext(format) ? BIO_FP_TEXT : 0));
2503 if (istext(format))
2507 if (istext(format) && (prefix = getenv("HARNESS_OSSL_PREFIX")) != NULL) {
2520 BIO_NOCLOSE | (istext(format) ? BIO_FP_TEXT : 0));
2522 if (istext(format))
2559 return istext(format) ? "a" : "ab";
2561 return istext(format) ? "r" : "rb";
2563 return istext(forma
[all...]

Completed in 113 milliseconds