Home
last modified time | relevance | path

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

/openssl/crypto/
H A DLPdir_unix.c87 struct dirent *direntry = NULL; in LP_find_file() local
129 direntry = readdir((*ctx)->dir); in LP_find_file()
130 if (direntry == NULL) { in LP_find_file()
134 OPENSSL_strlcpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()

Completed in 6 milliseconds