acl_count         125 source3/modules/vfs_hpuxacl.c static int hpux_internal_aclsort(int acl_count, int calclass, HPUX_ACL_T aclp);
acl_count         126 source3/modules/vfs_hpuxacl.c static void hpux_count_obj(int acl_count, HPUX_ACL_T aclp, 
acl_count         792 source3/modules/vfs_hpuxacl.c static void hpux_count_obj(int acl_count, HPUX_ACL_T aclp, struct hpux_acl_types *acl_type_count)
acl_count         798 source3/modules/vfs_hpuxacl.c 	for(i=0;i<acl_count;i++) {
acl_count         945 source3/modules/vfs_hpuxacl.c static int hpux_internal_aclsort(int acl_count, int calclass, HPUX_ACL_T aclp)
acl_count         955 source3/modules/vfs_hpuxacl.c 		return aclsort(acl_count, calclass, aclp);
acl_count         960 source3/modules/vfs_hpuxacl.c 	if(!acl_count) {
acl_count         972 source3/modules/vfs_hpuxacl.c 	hpux_count_obj(acl_count, aclp, &acl_obj_count);
acl_count        1013 source3/modules/vfs_hpuxacl.c 	for(i=0; i<acl_count;i++) {
acl_count        1014 source3/modules/vfs_hpuxacl.c 		for (j=i+1; j<acl_count; j++) {
acl_count        1038 source3/modules/vfs_hpuxacl.c 		for(i=0;i<acl_count;i++) {