Home
last modified time | relevance | path

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

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