Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c150 char passwd[256], re_passwd[256]; in get_passwd() local
206 buf = fgets(re_passwd, (size_t)256, in); in get_passwd()
209 if ((buf == NULL) || strcmp(passwd, re_passwd)) { in get_passwd()