usr.bin/cvs/add.c
191
cvs_get_repository_path(cf->file_wd, path, PATH_MAX);
usr.bin/cvs/add.c
246
cvs_get_repository_path(cf->file_wd, repo, PATH_MAX);
usr.bin/cvs/admin.c
262
cvs_get_repository_path(d, repo, PATH_MAX);
usr.bin/cvs/client.c
415
cvs_get_repository_path(dir, repo, PATH_MAX);
usr.bin/cvs/client.c
715
cvs_get_repository_path(".", repo, PATH_MAX);
usr.bin/cvs/client.c
817
cvs_get_repository_path(".", repo, PATH_MAX);
usr.bin/cvs/commit.c
293
cvs_get_repository_path(cf->file_wd, repo, sizeof(repo));
usr.bin/cvs/commit.c
519
cvs_get_repository_path(cf->file_wd, repo,
usr.bin/cvs/commit.c
627
cvs_get_repository_path(cf->file_wd, repo, PATH_MAX);
usr.bin/cvs/file.c
321
cvs_get_repository_path(d, repo, PATH_MAX);
usr.bin/cvs/file.c
370
cvs_get_repository_path(cf->file_wd,
usr.bin/cvs/file.c
597
cvs_get_repository_path(cf->file_path, repo, PATH_MAX);
usr.bin/cvs/file.c
664
cvs_get_repository_path(cf->file_wd, repo, PATH_MAX);
usr.bin/cvs/server.c
783
cvs_get_repository_path(cf->file_wd, repo, PATH_MAX);
usr.bin/cvs/server.c
799
cvs_get_repository_path(dir, repo, PATH_MAX);
usr.bin/cvs/server.c
813
cvs_get_repository_path(dir, repo, PATH_MAX);
usr.bin/cvs/util.h
30
void cvs_get_repository_path(const char *, char *, size_t);