Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Drules.c44 Suffix(char *myword, char *suffix) in Suffix() argument
49 i = strlen(myword); in Suffix()
53 return (STRCMP((myword + i - j), suffix)); in Suffix()