Searched defs:in_list (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_include.sh137 # in_list op item list
142 in_list() function
488 in_list if_comp $ifname $processed && continue
492 in_list physical_comp $ifname $processed || {
554 in_list physical_comp $ifname $processed || {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_mnt.c65 static boolean_t in_list(struct mntpnt_list *elementp,
133 if (! in_list(listp, secondp)) {
145 if (! in_list(listp, firstp)) {
181 in_list(struct mntpnt_list *elementp, struct mntpnt_list *listp) function
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmalloc.c748 in_list(TREE *tp, TREE **npp) function
788 if (tp != x && tp != y && !in_list(tp, npp))
816 if (tp != x && tp != y && !in_list(tp, npp))
850 if (tp != x && tp != y && tp != z && !in_list(tp, npp))
884 if (tp != x && tp != y && tp != z && !in_list(tp, npp))
912 if (tp != x && tp != y && tp != z && !in_list(tp, npp))
941 if (tp != x && tp != y && tp != z && !in_list(tp, npp))
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_lgrp.c2069 char *in_list; local
2086 in_list = in_members->m_ids;
2088 if (strncmp(in_list, mid_hex, mid_hexsz) == 0)
2090 in_list += mid_hexsz;
2125 char *in_list; local
2151 in_list = in_members->m_ids;
2153 if (strncmp(in_list, mid_hex, mid_hexsz)) {
2154 (void) strncat(out_list, in_list, mid_hexsz);
2157 in_list += mid_hexsz;
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c2883 in_list(struct in_addr *addrs, int n, struct in_addr a) function
2965 if (!in_list(*addrs, i, a))
2971 if (!in_list(*addrs, i, a))
2980 if (!in_list(*addrs, i, a))
2990 if (!in_list(*addrs, i, a))

Completed in 44 milliseconds