Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/testutil/
H A Ddriver.c443 char *full_file = OPENSSL_zalloc(len); in test_mk_file_path() local
445 if (full_file != NULL) { in test_mk_file_path()
447 OPENSSL_strlcpy(full_file, dir, len); in test_mk_file_path()
455 dir_end = &full_file[strlen(full_file) - 1]; in test_mk_file_path()
466 OPENSSL_strlcat(full_file, sep, len); in test_mk_file_path()
469 OPENSSL_strlcat(full_file, file, len); in test_mk_file_path()
472 return full_file; in test_mk_file_path()