MAXCOUNT
static BIO *my_param_b[MAXCOUNT];
static int my_param_oper[MAXCOUNT];
static const char *my_param_argp[MAXCOUNT];
if (my_param_count >= MAXCOUNT)
static int my_param_argi[MAXCOUNT];
static long my_param_argl[MAXCOUNT];
static long my_param_ret[MAXCOUNT];
static size_t my_param_len[MAXCOUNT];
static size_t my_param_processed[MAXCOUNT];
if (my_param_count >= MAXCOUNT)
int month[MAXCOUNT];
int day[MAXCOUNT];
int year[MAXCOUNT];
for (i = 0; i < MAXCOUNT; i++)
static struct event *events[MAXCOUNT];
static char *extradata[MAXCOUNT];
if (*rememberindex >= MAXCOUNT - 1) {
warnx("Index > %d, ignored", MAXCOUNT);