Home
last modified time | relevance | path

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

/openssl-master/crypto/conf/
A Dconf_sap.c20 # define strdup _strdup macro
38 settings.appname = strdup(appname); in OPENSSL_config()
A Dconf_lib.c430 newfilename = strdup(filename); in OPENSSL_INIT_set_config_filename()
453 newappname = strdup(appname); in OPENSSL_INIT_set_config_appname()
/openssl-master/
A De_os.h258 # ifndef strdup
259 # define strdup _strdup macro
/openssl-master/test/
A Dp_test.c272 ctx->thisfile = strdup(OPENSSL_FILE); in OSSL_provider_init()
273 ctx->thisfunc = strdup(OPENSSL_FUNC); in OSSL_provider_init()
/openssl-master/test/testutil/
A Ddriver.c23 # define strdup _strdup macro
256 test_title = title == NULL ? NULL : strdup(title); in set_test_title()
/openssl-master/crypto/
A Dmem.c158 if (cp != NULL && (md_failstring = strdup(cp)) != NULL) in ossl_malloc_setup_failures()

Completed in 8 milliseconds