Home
last modified time | relevance | path

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

/external/openssl/apps/
Ddgst.c383 char *tmp,*tofree=NULL; in MAIN() local
395 tmp=tofree=OPENSSL_malloc(len); in MAIN()
405 if(tofree) in MAIN()
406 OPENSSL_free(tofree); in MAIN()
Dca.c321 char *tofree=NULL; in MAIN() local
561 tofree=NULL; in MAIN()
571 tofree=OPENSSL_malloc(len); in MAIN()
572 strcpy(tofree,s); in MAIN()
575 tofree=OPENSSL_malloc(len); in MAIN()
576 BUF_strlcpy(tofree,s,len); in MAIN()
577 BUF_strlcat(tofree,"/",len); in MAIN()
579 BUF_strlcat(tofree,CONFIG_FILE,len); in MAIN()
580 configfile=tofree; in MAIN()
595 if(tofree) in MAIN()
[all …]