Searched refs:maxc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c52 size_t argc, maxc; member in struct:arglist
65 al->maxc = 10;
66 if ((al->argv = calloc(al->maxc, sizeof(char *))) == NULL)
74 if (al->argc == al->maxc) {
75 al->maxc <<= 1;
76 al->argv = realloc(al->argv, al->maxc * sizeof(char *));
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dalloca.c283 long maxc; /* Amount of contiguous space which would member in struct:stk_stat
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dalloca.c283 long maxc; /* Amount of contiguous space which would member in struct:stk_stat
/freebsd-10-stable/sys/kern/
H A Dkern_timeout.c1491 int error, val, i, count, tcum, pcum, maxc, c, medc; local
1500 count = maxc = 0;
1530 if (c > maxc)
1531 maxc = c;
1557 maxc);

Completed in 59 milliseconds