check_rc          418 source3/modules/vfs_hpuxacl.c 	int check_which, check_rc;
check_rc         1132 source3/modules/vfs_hpuxacl.c 	int check_rc;
check_rc         1135 source3/modules/vfs_hpuxacl.c 	check_rc = aclcheck(hpux_acl, count, &check_which);
check_rc         1136 source3/modules/vfs_hpuxacl.c 	if (check_rc != 0) {
check_rc         1138 source3/modules/vfs_hpuxacl.c 		DEBUGADD(10, (" - return code: %d\n", check_rc));
check_rc          729 source3/modules/vfs_solarisacl.c 	int check_rc;
check_rc          732 source3/modules/vfs_solarisacl.c 	check_rc = aclcheck(solaris_acl, count, &check_which);
check_rc          733 source3/modules/vfs_solarisacl.c 	if (check_rc != 0) {
check_rc          735 source3/modules/vfs_solarisacl.c 		DEBUGADD(10, (" - return code: %d\n", check_rc));