Lines Matching defs:str
109 ASN1_UTF8STRING *str = sk_ASN1_UTF8STRING_value(ss, i);
110 ASN1_UTF8STRING *dup = ASN1_STRING_dup(str);
274 char str[OSSL_CMP_PKISI_BUFLEN];
292 if (BIO_snprintf(str, OSSL_CMP_PKISI_BUFLEN, "value = %jd",
294 ERR_add_error_data(1, str);
299 || (len = BIO_snprintf(str, OSSL_CMP_PKISI_BUFLEN,
301 *str = '\0';
304 sizeof(str) - len - 2);
307 || BIO_snprintf(str + len, sizeof(str) - len,
309 *str = '\0';
314 str, check_after);