Home
last modified time | relevance | path

Searched refs:stdfindbyvalue (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c132 uid = stdfindbyvalue(st->st_uid, usernames); in visit_dir()
136 gid = stdfindbyvalue(st->st_gid, groupnames); in visit_dir()
/illumos-gate/usr/src/tools/protocmp/
H A Dstdusers.h43 const char *stdfindbyvalue(int value, const struct stdlist *list);
H A Dstdusers.c95 stdfindbyvalue(int value, const struct stdlist *list) in stdfindbyvalue() function