Home | History | Annotate | Download | only in patch

Lines Matching defs:tmp_file

64 	char	*dir, *base_versions, *tmp_file;
69 tmp_file = strdup(file);
70 if (tmp_file == NULL)
72 base_versions = concat(basename(tmp_file), ".~");
73 free(tmp_file);
76 tmp_file = strdup(file);
77 if (tmp_file == NULL) {
81 dir = dirname(tmp_file);
84 free(tmp_file);
89 free(tmp_file);