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

/freebsd-12-stable/tests/sys/mac/bsdextended/
H A Dugidfw_test.c67 static const char *test_groups[] = { variable
163 for (i = 0; i < nitems(test_groups); i++, test_num++) {
164 if (getgrnam(test_groups[i]) == NULL)
166 "failed: %s\n", test_num, test_groups[i], strerror(errno));
225 printf("1..%zu\n", nitems(test_users) + nitems(test_groups) +
/freebsd-12-stable/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c1286 test_groups(cap_channel_t *origcapgrp) function
1555 test_groups(capgrp);

Completed in 59 milliseconds