Home
last modified time | relevance | path

Searched defs:triesLeft (Results 1 – 20 of 20) sorted by relevance

/dports/devel/libchipcard/libchipcard-5.0.4/src/lib/client/ct/
H A Dct_card.c176 int triesLeft=-1; in LC_Crypt_Token__ChangePin() local
239 int triesLeft=-1; in LC_Crypt_Token__ChangePin() local
446 int triesLeft=-1; in LC_Crypt_Token__EnterPinWithPinInfo() local
519 int triesLeft=-1; in LC_Crypt_Token__EnterPinWithPinInfo() local
/dports/devel/libchipcard/libchipcard-5.0.4/src/lib/client/base/
H A Dcard_iso.c381 int *triesLeft) { in LC_Card__IsoVerifyPin()
453 int *triesLeft) { in LC_Card__IsoModifyPin()
525 int *triesLeft) { in LC_Card__IsoPerformVerification()
591 int *triesLeft) { in LC_Card__IsoPerformModification()
966 int *triesLeft) { in LC_Card_IsoVerifyPin()
985 int *triesLeft) { in LC_Card_IsoModifyPin()
1004 int *triesLeft) { in LC_Card_IsoPerformVerification()
1019 int *triesLeft) { in LC_Card_IsoPerformModification()
/dports/games/stratagus/stratagus-3.2.0/src/action/
H A Daction_explore.cpp57 int triesLeft = Map.NoFogOfWar ? 0 : 3; in GetExplorationTarget() local
/dports/security/nitrokey-app/nitrokey-app-1.4.2/src/ui/
H A Dpindialog.cpp188 int triesLeft = 0; in updateTryCounter() local
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/
H A DCentralAnalyzer.java263 int triesLeft = NUMBER_OF_TRIES; in fetchMavenArtifacts() local
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgAIBase.h80 int triesLeft; // number of tries left before we die variable
H A DgAIBase.cpp2578 void gAIPlayer::RightBeforeDeath(int triesLeft) // is called right before the vehicle gets destroye… in RightBeforeDeath()
/dports/math/frobby/frobby-0.9.1/src/
H A DrandomDataGenerators.cpp397 size_t triesLeft = (size_t)4 * 1000 * 1000; in generateRandomEdgeIdeal() local
436 size_t triesLeft = (size_t)4 * 1000 * 1000; in generateRandomIdeal() local
/dports/devel/libchipcard/libchipcard-5.0.4/src/lib/client/cards/egkcard/
H A Degkcard.c179 int triesLeft=-1; in LC_EgkCard_VerifyPin() local
200 int triesLeft=-1; in LC_EgkCard_SecureVerifyPin() local
/dports/devel/libchipcard/libchipcard-5.0.4/src/lib/client/cards/ddvcard/
H A Dddvcard.c321 int triesLeft=-1; in LC_DDVCard_VerifyPin() local
342 int triesLeft=-1; in LC_DDVCard_SecureVerifyPin() local
/dports/games/openxcom/OpenXcom-1.0/src/Battlescape/
H A DCivilianBAIState.cpp496 int triesLeft = 5; in setupPatrol() local
H A DAlienBAIState.cpp458 int triesLeft = 5; in setupPatrol() local
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/backupstore/
H A DBackupStoreCheck.cpp138 int triesLeft = 8; in Check() local
/dports/devel/libchipcard/libchipcard-5.0.4/src/lib/client/
H A Dlibtest.c651 int triesLeft=-1; in testPcsc9() local
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/bin/bbstoreaccounts/
H A Dbbstoreaccounts.cpp178 int triesLeft = 8; in GetWriteLockOnAccount() local
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/util/ldiff/
H A DLDiff.java720 int triesLeft = cfg.getMaxConnectionAttempts(); in connect() local
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DePlayer.h286 …virtual void RightBeforeDeath(int triesLeft){} // is called right before the vehicle gets dest… in RightBeforeDeath()
/dports/games/scummvm/scummvm-2.5.1/engines/gob/pregob/onceupon/
H A Donceupon.cpp429 uint8 triesLeft = 2; in doCopyProtection() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/pregob/onceupon/
H A Donceupon.cpp429 uint8 triesLeft = 2; in doCopyProtection() local
/dports/security/afl++/AFLplusplus-3.14c/custom_mutators/honggfuzz/
H A Dhonggfuzz.h370 unsigned triesLeft; member