Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds