Home
last modified time | relevance | path

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

/openssl/test/testutil/
H A Ddriver.c450 char *full_file = OPENSSL_zalloc(len); in test_mk_file_path() local
452 if (full_file != NULL) { in test_mk_file_path()
454 OPENSSL_strlcpy(full_file, dir, len); in test_mk_file_path()
462 dir_end = &full_file[strlen(full_file) - 1]; in test_mk_file_path()
473 OPENSSL_strlcat(full_file, sep, len); in test_mk_file_path()
476 OPENSSL_strlcat(full_file, file, len); in test_mk_file_path()
479 return full_file; in test_mk_file_path()

Completed in 5 milliseconds