stdfind
grp = stdfind(group, groupnames);
own = stdfind(owner, usernames);
} else if ((gid = stdfind(ep->group, groupnames)) == -1) {
} else if ((uid = stdfind(ep->owner, usernames)) == -1) {
int stdfind(const char *, const struct stdlist *);