Searched refs:re_passwd (Results 1 – 1 of 1) sorted by relevance
150 char passwd[256], re_passwd[256]; in get_passwd() local206 buf = fgets(re_passwd, (size_t)256, in); in get_passwd()209 if ((buf == NULL) || strcmp(passwd, re_passwd)) { in get_passwd()