Home
last modified time | relevance | path

Searched refs:PATTERN_IMPLICIT_MARKER (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/nsd/
Dremote.c1650 if(strncmp(pname, PATTERN_IMPLICIT_MARKER, in parse_implicit_name()
1651 strlen(PATTERN_IMPLICIT_MARKER)) != 0) in parse_implicit_name()
1654 strlen(PATTERN_IMPLICIT_MARKER)); in parse_implicit_name()
1710 pname + strlen(PATTERN_IMPLICIT_MARKER)); in add_cfgzone()
1852 …RBOSITY(1, (LOG_INFO, "zone removed from config: %s", p->pname + strlen(PATTERN_IMPLICIT_MARKER))); in repat_patterns()
1867 … VERBOSITY(1, (LOG_INFO, "zone added to config: %s", p->pname + strlen(PATTERN_IMPLICIT_MARKER))); in repat_patterns()
Doptions.h321 #define PATTERN_IMPLICIT_MARKER "_implicit_" macro
Ddifffile.c906 if(strncmp(patname, PATTERN_IMPLICIT_MARKER, in find_or_create_zone()
907 strlen(PATTERN_IMPLICIT_MARKER)) == 0) { in find_or_create_zone()
Dconfigparser.y847 const char *marker = PATTERN_IMPLICIT_MARKER;
Doptions.c2556 if(strncmp(dest->pname, PATTERN_IMPLICIT_MARKER, in config_apply_pattern()
2557 strlen(PATTERN_IMPLICIT_MARKER)) == 0 in config_apply_pattern()