OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dupcheck
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/bin/named/
zoneconf.c
873
const char *
dupcheck
;
local
1694
dupcheck
= cfg_obj_asstring(obj);
1695
if (strcasecmp(
dupcheck
, "warn") == 0) {
1698
} else if (strcasecmp(
dupcheck
, "fail") == 0) {
1700
} else if (strcasecmp(
dupcheck
, "ignore") == 0) {
zoneconf.c
873
const char *
dupcheck
;
local
1694
dupcheck
= cfg_obj_asstring(obj);
1695
if (strcasecmp(
dupcheck
, "warn") == 0) {
1698
} else if (strcasecmp(
dupcheck
, "fail") == 0) {
1700
} else if (strcasecmp(
dupcheck
, "ignore") == 0) {
Completed in 33 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026