check_which       418 source3/modules/vfs_hpuxacl.c 	int check_which, check_rc;
check_which      1133 source3/modules/vfs_hpuxacl.c 	int check_which;
check_which      1135 source3/modules/vfs_hpuxacl.c 	check_rc = aclcheck(hpux_acl, count, &check_which);
check_which      1139 source3/modules/vfs_hpuxacl.c 		DEBUGADD(10, (" - which: %d\n", check_which));
check_which      1140 source3/modules/vfs_hpuxacl.c 		if (check_which != -1) {
check_which      1143 source3/modules/vfs_hpuxacl.c 				      hpux_acl[check_which].a_type));
check_which      1145 source3/modules/vfs_hpuxacl.c 				      hpux_acl[check_which].a_id));
check_which      1147 source3/modules/vfs_hpuxacl.c 				      hpux_acl[check_which].a_perm));
check_which       730 source3/modules/vfs_solarisacl.c 	int check_which;
check_which       732 source3/modules/vfs_solarisacl.c 	check_rc = aclcheck(solaris_acl, count, &check_which);
check_which       736 source3/modules/vfs_solarisacl.c 		DEBUGADD(10, (" - which: %d\n", check_which));
check_which       737 source3/modules/vfs_solarisacl.c 		if (check_which != -1) {
check_which       740 source3/modules/vfs_solarisacl.c 				      solaris_acl[check_which].a_type));
check_which       742 source3/modules/vfs_solarisacl.c 				      solaris_acl[check_which].a_id));
check_which       744 source3/modules/vfs_solarisacl.c 				      solaris_acl[check_which].a_perm));