Home
last modified time | relevance | path

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

/freebsd/lib/libutil/tests/
H A Dgrp_test.c66 char *strGrp; in main() local
93 strGrp = gr_make(dupGrp); in main()
94 if (strcmp(strGrp, origStrGrp) != 0) in main()
103 if ((scanGrp = gr_scan(strGrp)) == NULL || ! gr_equal(&origGrp, in main()
110 free(strGrp); in main()