Searched refs:stdfind (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/tools/protocmp/
H A Dstdusers.h44 int stdfind(const char *, const struct stdlist *);
H A Dstdusers.c86 stdfind(const char *name, const struct stdlist *list) function
H A Dprotocmp.c623 } else if ((gid = stdfind(ep->group, groupnames)) == -1) {
632 } else if ((uid = stdfind(ep->owner, usernames)) == -1) {
/opensolaris-onvv-gate/usr/src/tools/install.bin/
H A Dinstall.bin.c106 grp = stdfind(group, groupnames);
112 own = stdfind(owner, usernames);

Completed in 44 milliseconds