Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Do_str.c16 #define CH_ZERO '\0' macro
43 ret[maxlen] = CH_ZERO; in CRYPTO_strndup()
67 for (p = str; maxlen-- != 0 && *p != CH_ZERO; ++p) ; in OPENSSL_strnlen()
80 *dst = CH_ZERO; in OPENSSL_strlcpy()
147 if (ch == sep && sep != CH_ZERO) in hexstr2buf_sep()
226 int has_sep = (sep != CH_ZERO); in buf2hexstr_sep()
248 *q = CH_ZERO; in buf2hexstr_sep()
271 tmp_n = (sep != CH_ZERO) ? buflen * 3 : 1 + buflen * 2; in ossl_buf2hexstr_sep()

Completed in 3 milliseconds