Lines Matching full:local_data_address
3453 local_data_address = malloc(strlen(arg1)+1);3454 strncpy(local_data_address,arg1,strlen(arg1));