Searched refs:sized_array (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libidmap/common/
H A Dsized_array.c35 #include "sized_array.h"
45 struct sized_array { struct
55 sized_array(size_t n, size_t sz) function
57 struct sized_array *sa;
60 total = sizeof (struct sized_array) + n*sz;
82 struct sized_array *sa;
87 sa = ((struct sized_array *)p)-1;
99 struct sized_array *sa;
101 sa = ((struct sized_array *)p)-1;
113 struct sized_array *s
[all...]
H A Dsized_array.h39 void *sized_array(size_t n, size_t sz);
H A Ddirectory_client.c46 #include "sized_array.h"
177 del = sized_array(nids, sizeof (directory_entry_t));
245 p = sized_array(len + 1, 1);
299 ent->attrs = sized_array(nattrs, sizeof (directory_attribute_value_t));
337 *dav = sized_array(nvals + 1, sizeof (directory_datum_t));
/osnet-11/usr/src/lib/libidmap/
H A DMakefile.com34 sized_array.o \

Completed in 38 milliseconds