HomeSort by relevance Sort by last modified time
    Searched refs:failcount (Results 1 - 6 of 6) sorted by null

  /pdk/apps/CameraITS/tests/
regress.sh 32 failcount=0
63 let failcount=failcount+1
73 echo "$failcount out of $testcount tests failed"
  /external/dropbear/
auth.h 85 unsigned int failcount; /* Number of (failed) authentication attempts.*/ member in struct:AuthState
svr-auth.c 44 ses.authstate.failcount = 0;
49 /* Reset the auth state, but don't reset the failcount. This is for if the
329 ses.authstate.failcount++;
332 if (ses.authstate.failcount >= MAX_AUTH_TRIES) {
svr-session.c 144 ses.authstate.printableuser, ses.authstate.failcount, format);
cli-auth.c 180 ses.authstate.failcount++;
  /external/grub/netboot/
3c509.c 390 int failcount; local
399 for (failcount = 0; failcount < 4000; failcount++) {

Completed in 93 milliseconds