Searched defs:decode_pwd_entry (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c775 * FUNCTION : decode_pwd_entry()
797 decode_pwd_entry(datum *data, struct passwd_entry *pwd, bool_t adjunct) function
799 const char *myself = "decode_pwd_entry";
1091 res = decode_pwd_entry(&data, old_passwd, FALSE);
1104 res = decode_pwd_entry(&data, old_passwd, TRUE);
1159 * See also comments under decode_pwd_entry().
1210 * SEE COMMENTS FOR decode_pwd_entry()

Completed in 17 milliseconds