Searched refs:find_elem (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/tools/protocmp/
H A Dlist.h43 * find_elem flags
147 extern elem *find_elem(elem_list *, elem *, int);
H A Dlist.c133 * find_elem:
140 find_elem(elem_list *list, elem *key, int flag) function
160 * flags - same as find_elem()
170 e = find_elem(list, key, flag);
178 * flags - same as find_elem()
H A Dprotodir.c211 if (!(dup = find_elem(list, e, FOLLOW_LINK))) {
248 if (find_elem(&exception_list, e, FOLLOW_LINK) == NULL) {
308 if ((p = find_elem(list, &key, NO_FOLLOW_LINK)) == NULL) {
332 if (!(dup = find_elem(list, e, NO_FOLLOW_LINK))) {
344 if (find_elem(&exception_list, e, FOLLOW_LINK) == NULL) {
H A Dprotocmp.c432 find_elem(&exception_list, cur,
488 find_elem(&exception_list, cur, FOLLOW_LINK)) {
504 e = find_elem(&second_list, cur, NO_FOLLOW_LINK);
603 ep = find_elem(&first_list, &keyelem, NO_FOLLOW_LINK);
H A Dproto_list.c254 if (!find_elem(list, e, FOLLOW_LINK)) {

Completed in 95 milliseconds