Searched refs:passwdFound (Results 1 – 1 of 1) sorted by relevance
762 struct passwd* passwdFound; in _AddUser() local764 sizeof(buffer), &passwdFound); in _AddUser()765 if ((error == 0 && passwdFound != NULL) || error == ERANGE) in _AddUser()