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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rand/
H A Drandfile.c206 char *tmpf; local
208 tmpf = OPENSSL_malloc(strlen(file) + 4); /* to add ";-1" and a nul */
209 if (tmpf)
211 strcpy(tmpf, file);
212 strcat(tmpf, ";-1");
213 while(delete(tmpf) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drandfile.c206 char *tmpf; local
208 tmpf = OPENSSL_malloc(strlen(file) + 4); /* to add ";-1" and a nul */
209 if (tmpf)
211 strcpy(tmpf, file);
212 strcat(tmpf, ";-1");
213 while(delete(tmpf) == 0)

Completed in 93 milliseconds