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

/src/usr.bin/cvslatest/
H A Dcvslatest.c76 getrepo(const FTSENT *e, char *repo, size_t maxrepo) argument
86 if (fgets(repo, (int)maxrepo, fp) == NULL)
88 if ((ptr = strchr(repo, '\n')) == NULL)
102 getlatest(const FTSENT *e, const char *repo, struct latest *lat) argument
157 "%s/%s", repo, fn);
176 char repo[MAXPATHLEN]; local in function:cvsscan
192 getrepo(entry, repo, sizeof(repo));
193 getlatest(entry, repo, lat);

Completed in 3 milliseconds