c_tot              34 examples/auth/crackcheck/crackcheck.c 	int c_tot = 0;
c_tot              42 examples/auth/crackcheck/crackcheck.c 		if (c_tot >= 3) break;
c_tot              47 examples/auth/crackcheck/crackcheck.c 				c_tot += 1;
c_tot              54 examples/auth/crackcheck/crackcheck.c 				c_tot += 1;
c_tot              61 examples/auth/crackcheck/crackcheck.c 				c_tot += 1;
c_tot              68 examples/auth/crackcheck/crackcheck.c 				c_tot += 1;
c_tot              74 examples/auth/crackcheck/crackcheck.c 	if ((c_tot) < 3) goto fail;