Searched refs:path_tmp2 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/rcs/
H A Drcs.c1179 char *path_tmp1, *path_tmp2; local
1184 path_tmp1 = path_tmp2 = NULL;
1223 (void)xasprintf(&path_tmp2, "%s/diff2.XXXXXXXXXX", rcs_tmpdir);
1224 buf_write_stmp(prevbuf, path_tmp2);
1228 if (diffreg(path_tmp1, path_tmp2, newdiff, D_FORCEASCII) == D_ERROR)
1263 free(path_tmp2);
/openbsd-current/usr.bin/cvs/
H A Drcs.c1227 char *path_tmp1, *path_tmp2; local
1253 path_tmp1 = path_tmp2 = NULL;
1262 (void)xasprintf(&path_tmp2, "%s/diff2.XXXXXXXXXX", cvs_tmpdir);
1263 fd2 = rcs_rev_write_stmp(rf, prevrdp->rd_num, path_tmp2, 0);
1266 if (diffreg(path_tmp1, path_tmp2,
1305 free(path_tmp2);

Completed in 179 milliseconds