Searched refs:t_plan (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/openpam/t/
H A Dt_main.c73 const struct t_test **t_plan; local
104 if ((t_plan = t_prepare(argc, argv)) == NULL)
108 for (n = 0; t_plan[n] != NULL; ++n)
113 for (n = pass = fail = 0; t_plan[n] != NULL; ++n) {
114 desc = t_plan[n]->desc ? t_plan[n]->desc : "no description";
115 if ((*t_plan[n]->func)(t_plan[n]->arg)) {
H A Dt_openpam_readlinev.c262 const struct t_test *t_plan[] = {
283 return (t_plan);
258 const struct t_test *t_plan[] = { variable in typeref:struct:t_test
H A Dt_openpam_readword.c833 const struct t_test *t_plan[] = {
898 return (t_plan);
826 const struct t_test *t_plan[] = { variable in typeref:struct:t_test

Completed in 215 milliseconds