Home
last modified time | relevance | path

Searched refs:gr_make (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libutil/tests/
H A Dgrp_test.c93 strGrp = gr_make(dupGrp); in main()
/freebsd/lib/libutil/
H A Dgr_util.c181 if ((line = gr_make(gr)) == NULL) in gr_copy()
426 gr_make(const struct group *gr) in gr_make() function
H A Dlibutil.h184 char *gr_make(const struct group *_gr);
/freebsd/usr.sbin/pw/
H A Dpw_group.c253 buf = gr_make(grp); in print_group()