Home
last modified time | relevance | path

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

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
H A Dnewslist.py282 def getallgroups(server): function
337 groups = getallgroups(s)
/dports/mail/p5-IMAP-Sieve/websieve-063a/
H A Dldapextras.pl690 getallgroups( $ldap, $dn, param( 'cn' )) if( $getgroupinfo );
970 sub getallgroups { subroutine
H A Dldapextras.pl.at839 getallgroups( $ldap, $dn, param( 'cn' )) if( $getgroupinfo );
1122 sub getallgroups {
/dports/mail/websieve/websieve-063a/
H A Dldapextras.pl690 getallgroups( $ldap, $dn, param( 'cn' )) if( $getgroupinfo );
970 sub getallgroups { subroutine
H A Dldapextras.pl.at839 getallgroups( $ldap, $dn, param( 'cn' )) if( $getgroupinfo );
1122 sub getallgroups {
/dports/net/rsync/rsync-3.2.3/
H A Dauthenticate.c285 || getallgroups(auth_uid, &gid_list) != NULL) in auth_server()
H A Duidlist.c566 const char *getallgroups(uid_t uid, item_list *gid_list) in getallgroups() function
H A Dclientserver.c597 if ((err = getallgroups(uid, &gid_list)) != NULL) { in want_all_groups()