Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Do_str.c19 #define CH_ZERO '\0' macro
46 ret[maxlen] = CH_ZERO; in CRYPTO_strndup()
70 for (p = str; maxlen-- != 0 && *p != CH_ZERO; ++p) ; in OPENSSL_strnlen()
83 *dst = CH_ZERO; in OPENSSL_strlcpy()
150 if (ch == sep && sep != CH_ZERO) in hexstr2buf_sep()
229 int has_sep = (sep != CH_ZERO); in buf2hexstr_sep()
251 *q = CH_ZERO; in buf2hexstr_sep()
274 tmp_n = (sep != CH_ZERO) ? buflen * 3 : 1 + buflen * 2; in ossl_buf2hexstr_sep()