aclp0 128 source3/modules/vfs_hpuxacl.c static void hpux_swap_acl_entries(HPUX_ACE_T *aclp0, HPUX_ACE_T *aclp1); aclp0 848 source3/modules/vfs_hpuxacl.c static void hpux_swap_acl_entries(HPUX_ACE_T *aclp0, HPUX_ACE_T *aclp1) aclp0 852 source3/modules/vfs_hpuxacl.c temp_acl.a_type = aclp0->a_type; aclp0 853 source3/modules/vfs_hpuxacl.c temp_acl.a_id = aclp0->a_id; aclp0 854 source3/modules/vfs_hpuxacl.c temp_acl.a_perm = aclp0->a_perm; aclp0 856 source3/modules/vfs_hpuxacl.c aclp0->a_type = aclp1->a_type; aclp0 857 source3/modules/vfs_hpuxacl.c aclp0->a_id = aclp1->a_id; aclp0 858 source3/modules/vfs_hpuxacl.c aclp0->a_perm = aclp1->a_perm;