check_userident
if (iflag && pw && check_userident(pw->pw_dir, idbuf, sizeof(idbuf))) {
static int check_userident(const char *, char *, size_t);