Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Dctype.h78 # define ossl_iscntrl(c) (ossl_ctype_check((c), CTYPE_MASK_cntrl)) macro
/openssl/test/
H A Dctype_internal_test.c41 && TEST_int_eq(iscntrl(n) != 0, ossl_iscntrl(n) != 0) in test_ctype_chars()
/openssl/crypto/pem/
H A Dpem_lib.c720 if (ossl_iscntrl(linebuf[i])) in sanitize_line()

Completed in 11 milliseconds