Searched refs:TOKEN_STRING (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/lib/isccfg/
H A Dnamedconf.c37 #define TOKEN_STRING(pctx) (pctx->token.value.as_textregion.base) macro
271 strcasecmp(TOKEN_STRING(pctx), "zonesub") == 0) {
351 strcasecmp(TOKEN_STRING(pctx), "local") == 0) {
631 strcasecmp(TOKEN_STRING(pctx), "none") == 0)
672 strcasecmp(TOKEN_STRING(pctx), "auto") == 0)
725 strcasecmp(TOKEN_STRING(pctx), "none") == 0)
728 strcasecmp(TOKEN_STRING(pctx), "hostname") == 0) {
787 strcasecmp(TOKEN_STRING(pctx), "range") != 0) {
1708 CHECK(parse_unitstring(TOKEN_STRING(pctx), &val));
1764 strcasecmp(TOKEN_STRING(pct
[all...]
H A Dparser.c49 #define TOKEN_STRING(pctx) (pctx->token.value.as_textregion.base) macro
747 TOKEN_STRING(pctx),
765 TOKEN_STRING(pctx),
781 TOKEN_STRING(pctx),
911 if ((strcasecmp(TOKEN_STRING(pctx), "true") == 0) ||
912 (strcasecmp(TOKEN_STRING(pctx), "yes") == 0) ||
913 (strcmp(TOKEN_STRING(pctx), "1") == 0)) {
915 } else if ((strcasecmp(TOKEN_STRING(pctx), "false") == 0) ||
916 (strcasecmp(TOKEN_STRING(pctx), "no") == 0) ||
917 (strcmp(TOKEN_STRING(pct
[all...]
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_include.c71 TOKEN_STRING, enumerator in enum:__anon6221
292 case TOKEN_STRING:
364 if (d__t->type == TOKEN_STRING || d__t->type == TOKEN_RE) { \
375 case TOKEN_STRING: \
1012 TYPE_TOKEN(token, TOKEN_STRING); /* the default type */
1205 case TOKEN_STRING:
1221 case TOKEN_STRING:
1223 case TOKEN_STRING:
1259 case TOKEN_STRING:
1302 if (current->token.type == TOKEN_STRING) {
[all...]

Completed in 184 milliseconds