HomeSort by: relevance | last modified time | path
    Searched refs:type_mod (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/lib/
app_params.c 15 const char *type_mod = ""; local
22 type_mod = "unsigned ";
28 type_mod = "pointer to a ";
34 type_mod = "pointer to an ";
50 printed_len = BIO_snprintf(buf, bufsz, "%s%s", type_mod, type);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
app_params.c 15 const char *type_mod = ""; local
22 type_mod = "unsigned ";
28 type_mod = "pointer to a ";
34 type_mod = "pointer to an ";
50 printed_len = BIO_snprintf(buf, bufsz, "%s%s", type_mod, type);

Completed in 22 milliseconds