Searched refs:final_size (Results 1 – 1 of 1) sorted by relevance
303 const unsigned final_size = path_size + size + 1; in create_batch_file() local304 char *const path = (char *) xmalloc (final_size); in create_batch_file()305 memcpy (path, temp_path, final_size); in create_batch_file()