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

/bind-9.11.3/lib/tests/
H A Dt_api.c82 static char * T_dir; variable
157 T_dir = isc_commandline_argument;
239 if (T_dir != NULL && chdir(T_dir) != 0) {
240 fprintf(stderr, "chdir %s failed\n", T_dir);

Completed in 11 milliseconds