Searched refs:tofree (Results 1 – 2 of 2) sorted by relevance
383 char *tmp,*tofree=NULL; in MAIN() local395 tmp=tofree=OPENSSL_malloc(len); in MAIN()405 if(tofree) in MAIN()406 OPENSSL_free(tofree); in MAIN()
321 char *tofree=NULL; in MAIN() local561 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 …]