Lines Matching refs:cil_malloc
118 struct fc_data *a_data = cil_malloc(sizeof(*a_data));
119 struct fc_data *b_data = cil_malloc(sizeof(*b_data));
120 char *a_path = cil_malloc(strlen(a_filecon->path_str) + 1);
122 char *b_path = cil_malloc(strlen(b_filecon->path_str) + 1);
447 db->val_to_type = cil_malloc(sizeof(*db->val_to_type) * db->num_types);
455 db->val_to_role = cil_malloc(sizeof(*db->val_to_role) * db->num_roles);
463 db->val_to_user = cil_malloc(sizeof(*db->val_to_user) * db->num_users);
485 sort->array = cil_malloc(sizeof(*sort->array)*count);
496 sort->array = cil_malloc(sizeof(*sort->array)*count);
507 sort->array = cil_malloc(sizeof(*sort->array)*count);
518 sort->array = cil_malloc(sizeof(*sort->array)*count);
529 sort->array = cil_malloc(sizeof(*sort->array)*count);
540 sort->array = cil_malloc(sizeof(*sort->array)*count);
551 sort->array = cil_malloc(sizeof(*sort->array)*count);
562 sort->array = cil_malloc(sizeof(*sort->array)*count);
573 sort->array = cil_malloc(sizeof(*sort->array)*count);
584 sort->array = cil_malloc(sizeof(*sort->array)*count);
595 sort->array = cil_malloc(sizeof(*sort->array)*count);
612 attr->types = cil_malloc(sizeof(*attr->types));
664 attr->users = cil_malloc(sizeof(*attr->users));
712 attr->roles = cil_malloc(sizeof(*attr->roles));
756 permx->perms = cil_malloc(sizeof(*permx->perms));
1261 role->types = cil_malloc(sizeof(*role->types));
1358 user->roles = cil_malloc(sizeof(*user->roles));