/system/core/libcutils/ |
zygote.c | 106 char *tofree = NULL; 112 tofree = strdup(toprint); 113 toprint = tofree; 114 replace_nl(tofree); 128 if (tofree != NULL) { 129 free(tofree);
|
/external/openssl/apps/ |
srp.c | 300 char *tofree=NULL; local 438 tofree=NULL; 448 tofree=OPENSSL_malloc(len); 449 strcpy(tofree,s); 452 tofree=OPENSSL_malloc(len); 453 BUF_strlcpy(tofree,s,len); 454 BUF_strlcat(tofree,"/",len); 456 BUF_strlcat(tofree,CONFIG_FILE,len); 457 configfile=tofree; 472 if(tofree) [all...] |
ca.c | 326 char *tofree=NULL; local 582 tofree=NULL; 592 tofree=OPENSSL_malloc(len); 593 strcpy(tofree,s); 596 tofree=OPENSSL_malloc(len); 597 BUF_strlcpy(tofree,s,len); 598 BUF_strlcat(tofree,"/",len); 600 BUF_strlcat(tofree,CONFIG_FILE,len); 601 configfile=tofree; 616 if(tofree) [all...] |
/external/javasqlite/src/main/native/ |
sqlite_jni.c | 137 char *tofree; /* memory to be free'd, or 0 */ member in struct:__anon9345 350 freep(&dest->tofree); 361 dest->tofree = 0; 366 dest->result = dest->tofree = malloc(strlen(utf) + 1); 371 dest->result = dest->tofree = malloc(utflen + 1); 373 if (!dest->tofree) { 396 dest->tofree = malloc(len + 1); 397 if (!dest->tofree) { 401 dest->result = dest->tofree; 418 dest->tofree = 0 [all...] |
/external/libxml2/ |
encoding.c | 2359 int tofree = 0; local [all...] |