Searched refs:TOKEN_STRING (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/isccfg/ |
H A D | namedconf.c | 30 #define TOKEN_STRING(pctx) (pctx->token.value.as_textregion.base) macro 285 strcasecmp(TOKEN_STRING(pctx), "zonesub") == 0) { 367 strcasecmp(TOKEN_STRING(pctx), "local") == 0) { 709 strcasecmp(TOKEN_STRING(pctx), "none") == 0) 748 strcasecmp(TOKEN_STRING(pctx), "auto") == 0) 801 strcasecmp(TOKEN_STRING(pctx), "none") == 0) 804 strcasecmp(TOKEN_STRING(pctx), "hostname") == 0) { 871 strcasecmp(TOKEN_STRING(pctx), "range") != 0) { 1392 TOKEN_STRING(pctx)); 1397 strcasecmp(f->name, TOKEN_STRING(pct [all...] |
H A D | parser.c | 40 #define TOKEN_STRING(pctx) (pctx->token.value.as_textregion.base) macro 752 percent = isc_string_touint64(TOKEN_STRING(pctx), &endp, 10); 822 p = TOKEN_STRING(pctx); 1019 return (create_string(pctx, TOKEN_STRING(pctx), 1037 TOKEN_STRING(pctx), 1057 TOKEN_STRING(pctx), 1077 TOKEN_STRING(pctx), 1099 TOKEN_STRING(pctx), 1304 if ((strcasecmp(TOKEN_STRING(pctx), "true") == 0) || 1305 (strcasecmp(TOKEN_STRING(pct [all...] |
Completed in 26 milliseconds