Searched refs:MALSIZ (Results 1 – 8 of 8) sorted by relevance
81 #define MALSIZ 64 macro95 environ = (char **)calloc(MALSIZ, sizeof (char *)); in putparam()143 if ((i % MALSIZ) == 0) { in putparam()145 (i+MALSIZ)*sizeof (char *)); in putparam()
55 #define MALSIZ 64 macro64 cl_handle = ar_create(MALSIZ, sizeof (struct cl_attr), in new_cl_attr()
46 #define MALSIZ 64 macro63 m = MALSIZ; in setmsg()73 m += MALSIZ; in setmsg()
48 #define MALSIZ 164 macro91 extlist = calloc(MALSIZ, sizeof (struct cfextra *)); in installf()114 if ((++eptnum % MALSIZ) == 0) { in installf()116 (sizeof (struct cfextra *) * (eptnum+MALSIZ))); in installf()
49 #define MALSIZ 500 macro125 cl = (struct class_type *)calloc(MALSIZ, sizeof (struct class_type)); in splpkgmap()459 dirlist = (char **)calloc(MALSIZ, sizeof (char *)); in allocnode()486 if ((++i % MALSIZ) == 0) { in allocnode()488 (i+MALSIZ) * sizeof (char *)); in allocnode()603 if ((++nclass % MALSIZ) == 0) { in addclass()605 sizeof (struct class_type) * (nclass+MALSIZ)); in addclass()
76 #define MALSIZ 16 macro796 dir = (char **)calloc(MALSIZ, sizeof (char *)); in ckmissing()805 if ((++ndir % MALSIZ) == 0) { in ckmissing()807 (ndir+MALSIZ)*sizeof (char *)); in ckmissing()
197 #define MALSIZ 4 /* best guess at likely maximum value of MAXINST */ macro1328 prvinfo = (struct pkginfo *)calloc(MALSIZ, sizeof (struct pkginfo)); in main()1344 if ((++npkgs % MALSIZ) == 0) { in main()1346 (npkgs+MALSIZ) * sizeof (struct pkginfo)); in main()