OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_db_path
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/dhcp/dist/server/
db.c
1079
const char *
current_db_path
;
local
1112
current_db_path
= (test_mode ? "/dev/null" : path_dhcpd_db);
1113
db_file = fopen (
current_db_path
, "a");
1115
log_fatal ("Can't open %s for append.",
current_db_path
);
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026