Searched refs:fct_cnt (Results 1 – 1 of 1) sorted by relevance
70 volatile int fct_cnt, fct_err; variable102 ++fct_cnt; in fct()169 if (fct_cnt != 0) in do_test()171 printf ("fct called too early (%d on %d)\n", fct_cnt, __LINE__); in do_test()180 if (fct_cnt != 1) in do_test()182 printf ("fct not called (%d on %d)\n", fct_cnt, __LINE__); in do_test()231 if (fct_cnt != 1) in do_test()233 printf ("fct called too early (%d on %d)\n", fct_cnt, __LINE__); in do_test()242 if (fct_cnt != 2) in do_test()244 printf ("fct not called (%d on %d)\n", fct_cnt, __LINE__); in do_test()