Searched refs:reposdirname (Results 1 – 3 of 3) sorted by relevance
1122 char *reposdirname; local1178 reposdirname = xstrdup (short_repos);1179 p = strrchr (reposdirname, '/');1182 reposdirname = xrealloc (reposdirname, 2);1183 reposdirname[0] = '.'; reposdirname[1] = '\0';1228 rdirp = reposdirname;1314 repo = xmalloc (strlen (reposdirname)1335 strncpy (r, reposdirname, rdirp - reposdirname);1336 r[rdirp - reposdirname] = '\0';1339 strcpy (r, reposdirname);[all …]
2347 reposdirname, then just set it to NULL. If server does not create3076 same). Don't add reposdirname to the repository we pass to3077 Create_Admin (when the code was written, I think reposdirname
2758 * client.c (call_in_directory): Deal with it if reposdirname is