find_person
PERSON *find_person(char *);
if ((pn = find_person(user.ut_name)) == NULL) {
if ((pn = find_person(user.ut_name)) == NULL)