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

/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c86 static char * T_dir; variable
147 T_dir = isc_commandline_argument;
227 if (T_dir != NULL && chdir(T_dir) != 0) {
228 fprintf(stderr, "chdir %s failed\n", T_dir);

Completed in 405 milliseconds