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

/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgetzcent.c108 int mmax; local
113 mmax = 0;
116 mmax++;
119 mmax++;
124 if (mc >= mmax) {
125 mmax += 8;
126 mlp = realloc(mlp, mmax * sizeof (*mlp));
141 if (mc >= mmax) {
142 mlp = realloc(mlp, (mmax + 1) * sizeof (*mlp));
/illumos-gate/usr/src/cmd/valtools/
H A Dckitem.c131 size_t mmax; local
339 mmax = mp->nchoices;
341 mmax = max;
350 item = (char **)calloc(mmax+1, sizeof (char *));

Completed in 68 milliseconds