OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_repos
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
lock.c
206
const char *
short_repos
;
local
238
short_repos
= repository + len + 1;
241
short_repos
= ".";
243
assert (
short_repos
[-1] == '/');
246
+ strlen (
short_repos
)
253
strcpy (q,
short_repos
);
294
p =
short_repos
;
301
strncpy (q,
short_repos
, p -
short_repos
);
302
q[p -
short_repos
] = '\0'
[
all
...]
client.c
752
char *
short_repos
;
768
short_repos
= reposname;
772
short_repos
= reposname + strlen (toplevel_repos) + 1;
773
if (
short_repos
[-1] != '/')
776
short_repos
= reposname;
780
/* Now that we have
SHORT_REPOS
, we can calculate the path to the file we
783
filename = strrchr (
short_repos
, '/');
785
filename =
short_repos
;
809
reposdirname = xstrdup (
short_repos
);
2410
const char *
short_repos
= Short_Repository (repos)
751
char *
short_repos
;
local
2409
const char *
short_repos
= Short_Repository (repos);
local
[
all
...]
server.c
1397
* and pass
SHORT_REPOS
(perhaps with the occassional exception
1399
* deconstructing REPOS to gain
SHORT_REPOS
anyhow) - the
1405
char *
short_repos
;
local
1407
short_repos
= repos;
1409
current_parsed_root->directory,
short_repos
);
1410
free (
short_repos
);
4322
/* Set up
SHORT_REPOS
. */
4323
const char *
short_repos
= Short_Repository (repository);
local
4336
if (
short_repos
[0] == '\0')
4339
buf_output0 (protocol,
short_repos
);
[
all
...]
Completed in 24 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026