nt_token_check_sid 1103 source3/auth/auth_util.c 	result = nt_token_check_sid(group_sid, token);
nt_token_check_sid   68 source3/auth/token_util.c 	return nt_token_check_sid( &domain_sid, token );\
nt_token_check_sid  193 source3/auth/token_util.c 	if ( nt_token_check_sid( &domadm, token ) ) {
nt_token_check_sid  176 source3/include/proto.h bool nt_token_check_sid ( const DOM_SID *sid, const NT_USER_TOKEN *token );
nt_token_check_sid  100 source3/libgpo/gpo_sec.c 	    nt_token_check_sid(&ace->trustee, token)) {
nt_token_check_sid  118 source3/libgpo/gpo_sec.c 	    nt_token_check_sid(&ace->trustee, token)) {
nt_token_check_sid   93 source3/smbd/share_access.c 		return nt_token_check_sid( &sid, token );
nt_token_check_sid  107 source3/smbd/share_access.c 		return nt_token_check_sid(&sid, token);
nt_token_check_sid  125 source3/smbd/share_access.c 			if (nt_token_check_sid(&sid, token)) {
nt_token_check_sid 3014 source3/smbd/trans2.c 			if (nt_token_check_sid(&global_sid_Builtin_Guests,
nt_token_check_sid 3022 source3/smbd/trans2.c 			if (nt_token_check_sid(&global_sid_Authenticated_Users,
nt_token_check_sid   29 source3/utils/net_proto.h bool nt_token_check_sid ( const DOM_SID *sid, const NT_USER_TOKEN *token );
nt_token_check_sid  335 source3/winbindd/winbindd_pam.c 		if (nt_token_check_sid(&require_membership_of_sid[i],
nt_token_check_sid   29 source3/winbindd/winbindd_proto.h bool nt_token_check_sid ( const DOM_SID *sid, const NT_USER_TOKEN *token );