Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Dapp_params.c15 const char *type_mod = ""; in describe_param_type() local
22 type_mod = "unsigned "; in describe_param_type()
28 type_mod = "pointer to a "; in describe_param_type()
34 type_mod = "pointer to an "; in describe_param_type()
50 printed_len = BIO_snprintf(buf, bufsz, "%s%s", type_mod, type); in describe_param_type()