Home
last modified time | relevance | path

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

/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 OPENSSL_strlcpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name)); in LP_find_file()
138 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
140 while (p > (*ctx)->entry_name && isdigit((unsigned char)p[-1])) in LP_find_file()
142 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
144 if (OPENSSL_strcasecmp((*ctx)->entry_name, in LP_find_file()
149 return (*ctx)->entry_name; in LP_find_file()
H A DLPdir_win.c71 char entry_name[NAME_MAX + 1]; member
184 while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1)) in LP_find_file()
190 (*ctx)->entry_name, in LP_find_file()
191 sizeof((*ctx)->entry_name), NULL, 0)) in LP_find_file()
194 (*ctx)->entry_name[index] = (char)wdir[index]; in LP_find_file()
196 strncpy((*ctx)->entry_name, (const char *)(*ctx)->ctx.cFileName, in LP_find_file()
197 sizeof((*ctx)->entry_name) - 1); in LP_find_file()
199 (*ctx)->entry_name[sizeof((*ctx)->entry_name) - 1] = '\0'; in LP_find_file()
201 return (*ctx)->entry_name; in LP_find_file()

Completed in 11 milliseconds