Searched defs:percent (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/lwres/
H A Dlwconfig.c451 char *percent; local
458 percent = strchr(buf, '%');
459 if (percent != NULL)
460 *percent = 0;
478 if (percent != NULL) {
482 percent++;
485 zone = if_nametoindex(percent);
491 zone = strtoul(percent, &ep, 10);
492 if (ep != percent && *ep == 0)
/bind-9.11.3/lib/isccfg/
H A Dparser.c738 isc_uint64_t percent; local
752 percent = isc_string_touint64(TOKEN_STRING(pctx), &endp, 10);
760 obj->value.uint32 = (isc_uint32_t)percent;
H A Dnamedconf.c2446 isc_uint64_t percent; local
2456 percent = isc_string_touint64(TOKEN_STRING(pctx), &endp, 10);
2460 obj->value.uint32 = (isc_uint32_t)percent;
2473 "expected integer and optional unit or percent");

Completed in 31 milliseconds