Searched refs:tmp_path (Results 1 – 1 of 1) sorted by relevance
198 char *tmp_path = malloc (strlen(path) + 1); in truncate() local199 if (tmp_path == NULL) in truncate()201 strcpy (tmp_path, path); in truncate()202 unlink(tmp_path); in truncate()203 free (tmp_path); in truncate()