OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dotdb
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
mkmodules.c
1088
char dotdir[50], dotpag[50],
dotdb
[50];
local
1092
(void) sprintf (
dotdb
, "%s.db", temp);
1099
if (unlink_file (
dotdb
) < 0
1101
error (0, errno, "cannot remove %s",
dotdb
);
1114
char dotdir[50], dotpag[50],
dotdb
[50];
local
1123
(void) sprintf (
dotdb
, "%s.db", CVSROOTADM_MODULES);
1153
if (CVS_RENAME (
dotdb
, bakdb) < 0)
1163
if (CVS_RENAME (newdb,
dotdb
) < 0)
mkmodules.c
1088
char dotdir[50], dotpag[50],
dotdb
[50];
local
1092
(void) sprintf (
dotdb
, "%s.db", temp);
1099
if (unlink_file (
dotdb
) < 0
1101
error (0, errno, "cannot remove %s",
dotdb
);
1114
char dotdir[50], dotpag[50],
dotdb
[50];
local
1123
(void) sprintf (
dotdb
, "%s.db", CVSROOTADM_MODULES);
1153
if (CVS_RENAME (
dotdb
, bakdb) < 0)
1163
if (CVS_RENAME (newdb,
dotdb
) < 0)
Completed in 59 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026