Lines Matching defs:password
29 /* attempt reverse engineering of password strings */
390 char *password;
397 password = rpassword;
399 (void) strcpy(password, Lowercase(password));
400 (void) Trim(password);
404 * since password cannot be longer than TRUNCSTRINGSIZE;
411 if (!(a = Mangle(password, r_destructors[i]))) {
420 (void) strlcpy(password, Reverse(password), PATH_MAX);
425 if (!(a = Mangle(password, r_destructors[i]))) {
437 DictCheck(char *password, char *path)
445 r = FascistLook(pwp, password);