HomeSort by relevance Sort by last modified time
    Searched refs:stdfind (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/tools/protocmp/
stdusers.h 44 int stdfind(const char *, const struct stdlist *);
stdusers.c 83 stdfind(const char *name, const struct stdlist *list) function
cpiotranslate.c 284 if ((uid = stdfind(ep->owner, usernames)) == -1) {
290 if ((gid = stdfind(ep->group, groupnames)) == -1) {
protocmp.c 623 } else if ((gid = stdfind(ep->group, groupnames)) == -1) {
632 } else if ((uid = stdfind(ep->owner, usernames)) == -1) {
  /onnv/onnv-gate/usr/src/tools/install.bin/
install.bin.c 99 grp = stdfind(group, groupnames);
105 own = stdfind(owner, usernames);

Completed in 299 milliseconds