Searched refs:ossl_isgraph (Results 1 – 2 of 2) sorted by relevance
79 # define ossl_isgraph(c) (ossl_ctype_check((c), CTYPE_MASK_graph)) macro
43 && TEST_int_eq(isgraph(n) != 0, ossl_isgraph(n) != 0) in test_ctype_chars()