Searched refs:data_path (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c349 const char *kex = NULL, *kpath = NULL, *data_path = NULL; local
381 data_path = optarg;
426 if (packet_index == -1 || direction == -1 || data_path == NULL)
429 if ((fd = open(data_path, O_RDONLY)) == -1)
430 err(1, "open %s", data_path);
433 errx(1, "read %s: %s", data_path, ssh_err(r));
439 if (packet_index == -1 || direction == -1 || data_path == NULL)
448 dump_flag ? data_path : NULL,
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c386 char *line, *lastpattern = NULL, data_path[MAXPATHLEN]; local
391 snprintf(data_path, sizeof(data_path), "%s/data/%s.dat",
394 input_file = fopen(data_path, "r");
396 atf_tc_fail("Failed to open input file %s", data_path);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dpack.c2198 const char *data_path; local
2215 data_path = svn_dirent_join(pb->fs->path, PATH_REVS_DIR, scratch_pool);
2227 SVN_ERR(pack_shard(data_path,

Completed in 157 milliseconds