Lines Matching defs:safe_malloc
131 safe_malloc(size_t sz)
183 dst = safe_malloc(dst_len + 1);
206 buf = safe_malloc(bufsz);
240 buf = safe_malloc(buf_sz);
249 buf = safe_malloc(buf_sz);
537 buf = safe_malloc(max_scf_fmri_length + 1);
567 buf = safe_malloc(max_scf_fmri_length + 1);
624 buf = safe_malloc(max_scf_fmri_length + 1);
649 buf = safe_malloc(max_scf_fmri_length + 1);
733 p = safe_malloc(sizeof (svcprop_prop_node_t));