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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A DLPdir_win.c64 char *extdirbuf = NULL; local
80 extdirbuf = (char *)malloc(dirlen + 3);
81 if (extdirbuf == NULL) {
88 extdir = strcat(strcpy(extdirbuf, directory), "/*");
90 extdir = strcat(strcpy(extdirbuf, directory), "*");
100 if (extdirbuf != NULL) {
101 free(extdirbuf);
121 if (extdirbuf != NULL) {
122 free(extdirbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A DLPdir_win.c64 char *extdirbuf = NULL; local
80 extdirbuf = (char *)malloc(dirlen + 3);
81 if (extdirbuf == NULL) {
88 extdir = strcat(strcpy(extdirbuf, directory), "/*");
90 extdir = strcat(strcpy(extdirbuf, directory), "*");
100 if (extdirbuf != NULL) {
101 free(extdirbuf);
121 if (extdirbuf != NULL) {
122 free(extdirbuf);

Completed in 82 milliseconds