Searched defs:thisblock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c243 uint32_t thisblock; local
245 thisblock = number / NUMWORDS;
247 if (prevblock == thisblock) {
252 (thisblock * sizeof (uint32_t)), 0)) {
268 prevblock = thisblock;

Completed in 43 milliseconds