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

/freebsd-11.0-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_ctype.c98 static const struct t_test *t_plan[] = {
117 return (t_plan);
97 static const struct t_test *t_plan[] = { variable in typeref:struct:t_test
H A Dt_openpam_readlinev.c262 static const struct t_test *t_plan[] = {
283 return (t_plan);
258 static const struct t_test *t_plan[] = { variable in typeref:struct:t_test
H A Dt_openpam_readword.c833 static const struct t_test *t_plan[] = {
898 return (t_plan);
826 static const struct t_test *t_plan[] = { variable in typeref:struct:t_test

Completed in 102 milliseconds