Searched refs:gr_equal (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libutil/tests/
H A Dgrp_test.c90 if (! gr_equal(&origGrp, dupGrp))
92 printf("ok %d - %s\n", testNdx, "gr_equal");
106 if ((scanGrp = gr_scan(strGrp)) == NULL || ! gr_equal(&origGrp,
/freebsd-12-stable/lib/libutil/
H A Dgr_util.c275 if (old_gr && !gr_equal(fgr, old_gr)) {
383 gr_equal(const struct group *gr1, const struct group *gr2) function
H A Dlibutil.h177 int gr_equal(const struct group *_gr1, const struct group *_gr2);

Completed in 108 milliseconds