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

/freebsd-11.0-release/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-11.0-release/lib/libutil/
H A Dgr_util.c262 if (old_gr && !gr_equal(fgr, old_gr)) {
370 gr_equal(const struct group *gr1, const struct group *gr2) function
H A Dlibutil.h173 int gr_equal(const struct group *_gr1, const struct group *_gr2);

Completed in 51 milliseconds