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

/bind-9.11.3/bin/tests/
H A Dt_api.pl18 sub t_info { subroutine
49 &t_info("got abort\n");
55 &t_info("got alarm\n");
61 &t_info("got int\n");
88 &main't_info("%s\t%s\n", $name, $T_env{$name});
111 &t_info("The test case timed out\n") if ($t_api'T_timedout);
112 &t_info("The test case was terminated\n") if ($t_api'T_terminated);
113 &t_info("The test case was aborted\n") if ($t_api'T_aborted);
121 &t_info("Test %d is not defined\n", $testnumber);
H A Dshutdown_test.c33 } t_info; typedef in typeref:struct:__anon41
40 static t_info tasks[MAX_TASKS];
47 t_info *info = event->ev_arg;
56 t_info *info = event->ev_arg;
65 t_info *info = event->ev_arg;
91 t_info *info = event->ev_arg;
126 static t_info *
128 t_info *ti;
164 t_info *t1, *t2;
/bind-9.11.3/lib/tests/
H A Dt_api.c313 t_info(
316 t_info(
337 t_info("fork failed, errno == %d\n",
381 t_info(const char *format, ...) { function
808 t_info("bad format in %s at line %d\n",
817 t_info("Missing datafile %s\n", filename);

Completed in 13 milliseconds