Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libutil/tests/
H A Dgrp_test.c88 if (! gr_equal(&origGrp, dupGrp)) in main()
104 if ((scanGrp = gr_scan(strGrp)) == NULL || ! gr_equal(&origGrp, in main()
/freebsd-14.2/lib/libutil/
H A Dgr_util.c273 if (old_gr && !gr_equal(fgr, old_gr)) { in gr_copy()
381 gr_equal(const struct group *gr1, const struct group *gr2) in gr_equal() function
H A Dlibutil.h180 int gr_equal(const struct group *_gr1, const struct group *_gr2);