Searched refs:gr_dup (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libutil/tests/
H A Dgrp_test.c84 if ((dupGrp = gr_dup(&origGrp)) == NULL)
86 printf("ok %d - %s\n", testNdx, "gr_dup");
/freebsd-12-stable/usr.sbin/pw/
H A Dgrupd.c61 gr = gr_dup(grp);
/freebsd-12-stable/lib/libutil/
H A Dgr_util.c403 * gr_dup and gr_add strip out this superfluous NULL, setting
469 gr_dup(const struct group *gr) function
658 new_gr = gr_dup(&gr);
H A Dlibutil.h174 gr_dup(const struct group *_gr);

Completed in 112 milliseconds