Searched defs:s_calloc (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_retire.c | 81 s_calloc(size_t nelem, size_t elsize, int fail) function 437 rpt = s_calloc(1, sizeof (rio_path_t), 0); 498 rpt = s_calloc(1, sizeof (rio_path_t), 0); 637 plistp = s_calloc(1, len, 0);
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_util.c | 1278 out->name = (char **)s_calloc(in->numIndexes, sizeof (char *)); 1282 s_calloc(in->numIndexes, sizeof (__nis_mapping_format_t *)); 1351 s_calloc(1, sizeof (__nis_mapping_element_t)); 1398 out = (__nis_mapping_format_t *)s_calloc( 1479 s_calloc(in->element.print.numItems, 1540 s_calloc(in->element.print.numSubElements, 1568 s_calloc(in->element.match.numItems, 1606 s_calloc(1, sizeof (__nis_mapping_rule_t)); 1611 r_out->element = (__nis_mapping_element_t *)s_calloc 1630 r_out->element = (__nis_mapping_element_t *)s_calloc 2491 s_calloc(size_t n, size_t size) function [all...] |
Completed in 18 milliseconds