Home
last modified time | relevance | path

Searched refs:path3 (Results 1 – 3 of 3) sorted by relevance

/openbsd/regress/sys/kern/unveil/
H A Dsocket.c14 char *path1, *path2, *path3; in test_bind_unix_socket() local
23 if (asprintf(&path3, "%s/3.sock", uv_dir3) == -1) in test_bind_unix_socket()
36 strlcpy(sun3.sun_path, path3, sizeof(sun3.sun_path)); in test_bind_unix_socket()
48 if (unlink(path3) == -1) in test_bind_unix_socket()
50 warn("%s: unlink %s", __func__, path3); in test_bind_unix_socket()
/openbsd/usr.bin/rcs/
H A Ddiff3.c164 dp13 = dp23 = path1 = path2 = path3 = NULL; in merge_diff3()
187 buf_write_stmp(b3, path3); in merge_diff3()
217 argv[argc++] = path3; in merge_diff3()
245 (void)unlink(path3); in merge_diff3()
251 free(path3); in merge_diff3()
265 char *dp13, *dp23, *path1, *path2, *path3; in rcs_diff3() local
271 dp13 = dp23 = path1 = path2 = path3 = NULL; in rcs_diff3()
303 buf_write_stmp(b3, path3); in rcs_diff3()
333 argv[argc++] = path3; in rcs_diff3()
361 (void)unlink(path3); in rcs_diff3()
[all …]
/openbsd/usr.bin/cvs/
H A Ddiff3.c162 char *dp13, *dp23, *path1, *path2, *path3; in cvs_merge_file() local
181 (void)xasprintf(&path3, "%s/diff3.XXXXXXXXXX", cvs_tmpdir); in cvs_merge_file()
189 fds[4] = rcs_rev_write_stmp(cf->file_rcs, d3rev2, path3, 0); in cvs_merge_file()
191 diffreg(path1, path3, fds[2], fds[4], d1, D_FORCEASCII); in cvs_merge_file()
192 diffreg(path2, path3, fds[3], fds[4], d2, D_FORCEASCII); in cvs_merge_file()
208 argv[argc++] = path3; in cvs_merge_file()
270 free(path3); in cvs_merge_file()