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

/freebsd-12-stable/lib/libc/tests/nss/
H A Dgetgr_test.c133 compare_group(struct group *grp1, struct group *grp2, void *mdata) argument
137 if (grp1 == grp2)
140 if (grp1 == NULL || grp2 == NULL)
143 if (strcmp(grp1->gr_name, grp2->gr_name) != 0 ||
144 strcmp(grp1->gr_passwd, grp2->gr_passwd) != 0 ||
145 grp1->gr_gid != grp2->gr_gid)
148 c1 = grp1->gr_mem;
151 if (grp1->gr_mem == NULL || grp2->gr_mem == NULL)
166 dump_group(grp1);
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c53 groups_compare(const void *grp0, const void *grp1) argument
56 gid_t gr1 = *(const gid_t *)grp1;
/freebsd-12-stable/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c112 group_compare(const struct group *grp0, const struct group *grp1) argument
115 if (grp0 == NULL && grp1 == NULL)
117 if (grp0 == NULL || grp1 == NULL)
120 if (strcmp(grp0->gr_name, grp1->gr_name) != 0)
123 if (grp0->gr_passwd != NULL || grp1->gr_passwd != NULL) {
124 if (grp0->gr_passwd == NULL || grp1->gr_passwd == NULL)
126 if (strcmp(grp0->gr_passwd, grp1->gr_passwd) != 0)
130 if (grp0->gr_gid != grp1->gr_gid)
133 if (!group_mem_compare(grp0->gr_mem, grp1->gr_mem))
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h1102 uint64_t grp1 : 4; /**< Entry X:1 GRP (ID=0, LETTER=1) */ member in struct:cvmx_sriox_imsg_qos_grpx::cvmx_sriox_imsg_qos_grpx_s
1110 uint64_t grp1 : 4;

Completed in 159 milliseconds