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

/osnet-11/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));

Completed in 20 milliseconds