Searched refs:target_file (Results 1 – 1 of 1) sorted by relevance
153 char *target_file; in mktmpcpy() local176 if (asprintf(&target_file, "%s/sdiff.XXXXXXXXXX", tmpdir) == -1) in mktmpcpy()178 if ((ofd = mkstemp(target_file)) == -1) { in mktmpcpy()179 warn("error opening %s", target_file); in mktmpcpy()188 warn("error writing to %s", target_file); in mktmpcpy()200 return (target_file); in mktmpcpy()203 unlink(target_file); in mktmpcpy()