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

/freebsd-11.0-release/lib/libutil/tests/
H A Dgrp_test.c72 struct group *scanGrp; local
106 if ((scanGrp = gr_scan(strGrp)) == NULL || ! gr_equal(&origGrp,
107 scanGrp))
112 free(scanGrp);

Completed in 86 milliseconds