/netbsd-src/usr.sbin/mailwrapper/ |
H A D | mailwrapper.c | 43 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.old/dist/libiberty/ |
H A D | alloca.c | 283 long maxc; /* Amount of contiguous space which would member
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | alloca.c | 283 long maxc; /* Amount of contiguous space which would member
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | alloca.c | 302 long maxc; /* Amount of contiguous space which would member
|
/netbsd-src/external/gpl2/texinfo/dist/lib/ |
H A D | alloca.c | 290 long maxc; /* Amount of contiguous space which would member
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | alloca.c | 300 long maxc; /* Amount of contiguous space which would member
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | alloca.c | 283 long maxc; /* Amount of contiguous space which would member
|
/netbsd-src/external/gpl3/gdb/dist/libiberty/ |
H A D | alloca.c | 283 long maxc; /* Amount of contiguous space which would member
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | alloca.c | 290 long maxc; /* Amount of contiguous space which would member
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | alloca.c | 283 long maxc; /* Amount of contiguous space which would member
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | alloca.c | 303 long maxc; /* Amount of contiguous space which would member
|
/netbsd-src/sys/dev/ic/ |
H A D | isp_netbsd.c | 1594 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.old/dist/gcc/config/m32c/ |
H A D | m32c.c | 3728 int maxc = TARGET_A24 && (mode == PSImode || mode == SImode) ? 32 : 8; in m32c_prepare_shift() local 3731 while (count > maxc) in m32c_prepare_shift() 3734 emit_insn (func (temp, operands[1], GEN_INT (maxc))); in m32c_prepare_shift() 3736 count -= maxc; in m32c_prepare_shift() 3738 while (count < -maxc) in m32c_prepare_shift() 3741 emit_insn (func (temp, operands[1], GEN_INT (-maxc))); in m32c_prepare_shift() 3743 count += maxc; in m32c_prepare_shift()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/ |
H A D | m32c.cc | 3732 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/ |
H A D | postinstall.in | 659 maxc = (oversc > nversc) ? oversc : nversc 662 for (i = 1; i <= maxc; ++i) {
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-niter.c | 381 wide_int minc, maxc; in determine_value_range() local 383 && (get_range_info (gimple_phi_result (phi), &minc, &maxc) in determine_value_range() 390 maxv = maxc; in determine_value_range() 395 maxv = wi::min (maxv, maxc, sgn); in determine_value_range()
|