Home
last modified time | relevance | path

Searched refs:PW_WORDS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c302 return (PW_WORDS(pwp)); in FindPW()
310 hwm = PW_WORDS(pwp) - 1; in FindPW()
340 return (PW_WORDS(pwp)); in FindPW()
H A Dfascist.c394 notfound = PW_WORDS(pwp); in FascistLook()
H A Dpacker.h71 #define PW_WORDS(x) ((x)->header.pih_numwords) macro