Lines Matching full:calloc
60 probe->table = calloc(length, sizeof(*probe->table));
64 probe->ends = calloc(length, sizeof(*probe->ends));
376 if ((new_expr = calloc(1, sizeof(*new_expr))) == NULL) {
1610 rt = (range_trans_t *) calloc(1, sizeof(range_trans_t));
2986 (uint32_t *) calloc(state.base->p_types.nprim,
2992 state.boolmap = (uint32_t *)calloc(state.base->p_bools.nprim, sizeof(uint32_t));
2998 state.rolemap = (uint32_t *)calloc(state.base->p_roles.nprim, sizeof(uint32_t));
3004 state.usermap = (uint32_t *)calloc(state.base->p_users.nprim, sizeof(uint32_t));