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

/openbsd-current/gnu/usr.bin/cvs/src/
H A Dlock.c157 char *short_repos; local
179 short_repos = repository + strlen (current_parsed_root->directory) + 1;
182 short_repos = ".";
184 assert (short_repos[-1] == '/');
187 + strlen (short_repos)
194 strcpy (q, short_repos);
235 p = short_repos;
242 strncpy (q, short_repos, p - short_repos);
243 q[p - short_repos]
[all...]
H A Dclient.c1010 char *short_repos;
1037 short_repos = reposname;
1041 short_repos = reposname + strlen (toplevel_repos) + 1;
1042 if (short_repos[-1] != '/')
1045 short_repos = reposname;
1048 reposdirname = xstrdup (short_repos);
1070 filename = strrchr (short_repos, '/');
1072 filename = short_repos;
1001 char *short_repos; local

Completed in 68 milliseconds