Home
last modified time | relevance | path

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

/f-stack/tools/libutil/tests/
H A Dgrp_test.c90 if (! gr_equal(&origGrp, dupGrp)) in main()
106 if ((scanGrp = gr_scan(strGrp)) == NULL || ! gr_equal(&origGrp, in main()
/f-stack/tools/libutil/
H A Dgr_util.c275 if (old_gr && !gr_equal(fgr, old_gr)) { in gr_copy()
383 gr_equal(const struct group *gr1, const struct group *gr2) in gr_equal() function
H A Dlibutil.h183 int gr_equal(const struct group *_gr1, const struct group *_gr2);