Home
last modified time | relevance | path

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

/f-stack/tools/libutil/tests/
H A Dgrp_test.c69 char *strGrp; in main() local
96 strGrp = gr_make(dupGrp); in main()
97 if (strcmp(strGrp, origStrGrp) != 0) in main()
106 if ((scanGrp = gr_scan(strGrp)) == NULL || ! gr_equal(&origGrp, in main()
113 free(strGrp); in main()