Lines Matching full:remote_data_address
3442 remote_data_address = malloc(strlen(arg1)+1);3443 strncpy(remote_data_address,arg1,strlen(arg1));