Home
last modified time | relevance | path

Searched refs: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; argument
125 cl = (struct class_type *)calloc(MALSIZ, sizeof (struct class_type)); in splpkgmap()
605 cl = (struct class_type *)realloc((char *)cl, in addclass()
606 sizeof (struct class_type) * (nclass+MALSIZ)); in addclass()