MCPcopy Index your code
hub / github.com/F-Stack/f-stack / build_grp

Function build_grp

tools/libutil/tests/grp_test.c:54–63  ·  view source on GitHub ↗

* Build a group to test against without depending on a real group to be found * within /etc/group. */

Source from the content-addressed store, hash-verified

52 * within /etc/group.
53 */
54static void
55build_grp(struct group *grp)
56{
57 grp->gr_name = grpName;
58 grp->gr_passwd = grpPasswd;
59 grp->gr_gid = grpGID;
60 grp->gr_mem = grpMems;
61
62 return;
63}
64
65
66int

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected