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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c48 uint32_t tablemax; variable
226 &tablemax);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c842 int tablemax; /* largest used index in table */ local
850 (nextarg > tablemax) ? tablemax = nextarg : 0)
884 tablemax = 0;
1020 if (tablemax >= STATIC_ARG_TBL_SIZE)
1023 sm_malloc(sizeof(va_list) * (tablemax + 1));
1026 for (n = 1; n <= tablemax; n++)

Completed in 60 milliseconds