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

/bind-9.6-ESV-R11/bin/tests/
H A Dt_api.pl27 sub t_info { subroutine
58 &t_info("got abort\n");
64 &t_info("got alarm\n");
70 &t_info("got int\n");
97 &main't_info("%s\t%s\n", $name, $T_env{$name});
120 &t_info("The test case timed out\n") if ($t_api'T_timedout);
121 &t_info("The test case was terminated\n") if ($t_api'T_terminated);
122 &t_info("The test case was aborted\n") if ($t_api'T_aborted);
130 &t_info("Test %d is not defined\n", $testnumber);
H A Dshutdown_test.c41 } t_info; typedef in typeref:struct:__anon30
48 static t_info tasks[MAX_TASKS];
55 t_info *info = event->ev_arg;
64 t_info *info = event->ev_arg;
73 t_info *info = event->ev_arg;
99 t_info *info = event->ev_arg;
134 static t_info *
136 t_info *ti;
171 t_info *t1, *t2;
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c298 t_info(
301 t_info(
322 t_info("fork failed, errno == %d\n",
363 t_info(const char *format, ...) { function
777 t_info("bad format in %s at line %d\n",
786 t_info("Missing datafile %s\n", filename);

Completed in 587 milliseconds