Searched refs:mmax (Results 1 - 3 of 3) 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));
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.sub512 encore | umax | mmax)
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.sub537 encore | umax | mmax)

Completed in 23 milliseconds