Home | History | Annotate | Download | only in src

Lines Matching full:calloc

156 			    (perm_datum_t *) calloc(1, sizeof(perm_datum_t));
188 uint32_t *newmap = calloc(perm->s.value, sizeof(*newmap));
281 (class_datum_t *) calloc(1, sizeof(class_datum_t));
474 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) {
497 if ((new_type = calloc(1, sizeof(*new_type))) == NULL) {
885 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) {
1827 (scope_datum_t *) calloc(1, sizeof(*new_scope))) == NULL) {
2285 (uint32_t *) calloc(items,
2295 calloc(items, sizeof(*module->perm_map_len))) == NULL) {
2300 calloc(items, sizeof(*module->perm_map))) == NULL) {
2315 if ((module->avdecl_map = calloc(num_decls, sizeof(uint32_t))) == NULL) {
2356 calloc(state->next_decl_id + num_mod_decls,
2362 if ((state->decl_to_mod = calloc(state->next_decl_id + num_mod_decls,
2532 (policy_module_t **) calloc(len, sizeof(*modules))) == NULL) {
2554 (policy_module_t *) calloc(1,