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

/freebsd-11.0-release/lib/libutil/tests/
H A Dgrp_test.c84 if ((dupGrp = gr_dup(&origGrp)) == NULL)
86 printf("ok %d - %s\n", testNdx, "gr_dup");
/freebsd-11.0-release/usr.sbin/pw/
H A Dgrupd.c58 gr = gr_dup(grp);
/freebsd-11.0-release/lib/libutil/
H A Dgr_util.c390 * gr_dup and gr_add strip out this superfluous NULL, setting
456 gr_dup(const struct group *gr) function
645 new_gr = gr_dup(&gr);
H A Dlibutil.h170 gr_dup(const struct group *_gr);

Completed in 57 milliseconds