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

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c378 char *ttlStr; local
526 ttlStr = strchr(type, cd->separator);
527 if (ttlStr == NULL) {
537 ttlStr[0] = '\0';
539 ttlStr = (char *) &ttlStr[1];
541 data = strchr(ttlStr, cd->separator);
566 ttl = strtol(ttlStr, &endp, 10);
H A Ddlz_bdb_driver.c130 char *endp, *ttlStr; local
186 ttlStr = tmp;
203 pd->ttl = strtol(ttlStr, &endp, 10);
H A Ddlz_bdbhpt_driver.c147 char *endp, *ttlStr; local
199 ttlStr = tmp;
230 pd->ttl = strtol(ttlStr, &endp, 10);

Completed in 265 milliseconds