Home | History | Annotate | Download | only in src

Lines Matching defs:pass

1696 	struct passwd *pass = NULL;
1708 (pass = getpwent()) != NULL
1709 && text[0] == pass->pw_name[0]
1710 && strcmp(text, pass->pw_name) == 0)
1713 if (pass == NULL) {
1717 return strdup(pass->pw_name);