Home
last modified time | relevance | path

Searched refs:mmax (Results 1 – 2 of 2) sorted by relevance

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