mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
0b5e889911
after similar calls related to struct pwd in libutil/pw_util.c: - gr_equal() Perform a deep comparison of two struct grp's. It does a thorough, yet unoptimized comparison of all the members regardless of order. - gr_make() Create a string (see group(5)) from a struct grp. - gr_dup() Duplicate a struct grp. Returns a value that is a single contiguous block of memory. - gr_scan() Create a struct grp from a string (as produced by gr_make()). MFC after: 3 weeks |
||
---|---|---|
.. | ||
Makefile | ||
test-flopen.c | ||
test-flopen.t | ||
test-grp.c | ||
test-grp.t | ||
test-trimdomain-nodomain.c | ||
test-trimdomain-nodomain.t | ||
test-trimdomain.c | ||
test-trimdomain.t |