Home
last modified time | relevance | path

Searched refs:fullfile (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/test/
H A Devp_pkey_provided_test.c59 char *memdata, *fullfile = NULL; in compare_with_file() local
97 fullfile = test_mk_file_path(datadir, filename); in compare_with_file()
98 if (!TEST_ptr(fullfile)) in compare_with_file()
101 file = BIO_new_file(fullfile, "rb"); in compare_with_file()
125 OPENSSL_free(fullfile); in compare_with_file()
/third_party/curl/lib/
H A Dmime.c356 static char *strippath(const char *fullfile) in strippath() argument
360 filename = strdup(fullfile); /* duplicate since basename() may ruin the in strippath()

Completed in 5 milliseconds