Searched defs:class_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c69 struct class_type { struct
86 static struct class_type *cl;
125 cl = (struct class_type *)calloc(MALSIZ, sizeof (struct class_type));
604 cl = (struct class_type *)realloc((char *)cl,
605 sizeof (struct class_type) * (nclass+MALSIZ));

Completed in 44 milliseconds