Home
last modified time | relevance | path

Searched refs:maxc (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/usr.sbin/mailwrapper/
Dmailwrapper.c43 size_t argc, maxc; member
54 al->maxc = 10; in initarg()
55 if ((al->argv = malloc(al->maxc * sizeof(char *))) == NULL) in initarg()
70 if (al->argc == al->maxc) { in addarg()
71 al->maxc <<= 1; in addarg()
73 al->maxc * sizeof(char *))) == NULL) in addarg()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dalloca.c283 long maxc; /* Amount of contiguous space which would member
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dalloca.c283 long maxc; /* Amount of contiguous space which would member
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dalloca.c283 long maxc; /* Amount of contiguous space which would member
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dalloca.c290 long maxc; /* Amount of contiguous space which would member
/netbsd/src/sys/dev/ic/
Disp_netbsd.c1594 unsigned int maxc, olim, ilim; in isp_mbox_wait_complete() local
1600 maxc = isp->isp_mbxwrk0 + 1; in isp_mbox_wait_complete()
1609 for (olim = 0; olim < maxc; olim++) { in isp_mbox_wait_complete()
1625 for (olim = 0; olim < maxc; olim++) { in isp_mbox_wait_complete()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dm32c.cc3732 int maxc = TARGET_A24 && (mode == PSImode || mode == SImode) ? 32 : 8; in m32c_prepare_shift() local
3735 while (count > maxc) in m32c_prepare_shift()
3738 emit_insn (func (temp, operands[1], GEN_INT (maxc))); in m32c_prepare_shift()
3740 count -= maxc; in m32c_prepare_shift()
3742 while (count < -maxc) in m32c_prepare_shift()
3745 emit_insn (func (temp, operands[1], GEN_INT (-maxc))); in m32c_prepare_shift()
3747 count += maxc; in m32c_prepare_shift()
/netbsd/src/usr.sbin/postinstall/
Dpostinstall.in659 maxc = (oversc > nversc) ? oversc : nversc
662 for (i = 1; i <= maxc; ++i) {