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

/freebsd-13-stable/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c78 #define GETGRENT (GETGRENT0 | GETGRENT1 | GETGRENT2) macro
275 CHECK(runtest_cmds(capgrp) == (SETGRENT | GETGRENT | GETGRENT_R |
303 CHECK(runtest_cmds(capgrp) == (SETGRENT | GETGRENT | GETGRENT_R |
590 CHECK(runtest_cmds(capgrp) == (SETGRENT | GETGRENT | GETGRENT_R |
631 CHECK(runtest_cmds(capgrp) == (SETGRENT | GETGRENT | GETGRENT_R |
671 CHECK(runtest_cmds(capgrp) == (SETGRENT | GETGRENT | GETGRENT_R |
711 CHECK(runtest_cmds(capgrp) == (SETGRENT | GETGRENT | GETGRENT_R |
752 CHECK(runtest_cmds(capgrp) == (SETGRENT | GETGRENT | GETGRENT_R |
793 CHECK(runtest_cmds(capgrp) == (SETGRENT | GETGRENT | GETGRENT_R |
833 CHECK(runtest_cmds(capgrp) == (SETGRENT | GETGRENT | GETGRENT_
[all...]
/freebsd-13-stable/usr.sbin/pw/
H A Dpwupd.h99 #define GETGRENT() PWF._getgrent() macro
H A Dpw_group.c210 while ((grp = GETGRENT()) != NULL)
344 while ((grp = GETGRENT()) != NULL)
H A Dpw_user.c607 while ((grp=GETGRENT()) != NULL) {
987 while ((grp = GETGRENT()) != NULL) {
1769 while ((grp = GETGRENT()) != NULL) {
1795 while ((grp = GETGRENT()) != NULL) {

Completed in 64 milliseconds