Searched defs:astPos (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c364 int astPos; local
388 astPos = strlen(dir->dirname) - 1;
395 tmp[astPos-1] = '\0';
475 tmp[astPos] = '\0';
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c343 int astPos; local
367 astPos = strlen(dir->dirname) - 1;
374 tmp[astPos-1] = '\0';
452 tmp[astPos] = '\0';

Completed in 13 milliseconds