Searched refs:amax (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/libedit/
H A Dtokenizer.c87 size_t argc, amax; /* Current and maximum number of args */ local
133 tok->amax = AINCR;
134 tok->argv = tok_malloc(sizeof(*tok->argv) * tok->amax);
426 if (tok->argc >= tok->amax - 4) {
428 tok->amax += AINCR;
429 p = tok_realloc(tok->argv, tok->amax * sizeof(*p));
431 tok->amax -= AINCR;
/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_cout.c214 const char *amax, const char *objname, const char *name)
243 print_ifarg(amax);
273 print_ifarg(amax);
613 const char *amax = def->def.ty.array_max; local
616 print_ifstat(1, prefix, type, rel, amax, "objp", def->def_name);
624 const char *amax = dec->array_max; local
633 print_ifstat(indent, prefix, type, rel, amax, name, dec->name);
213 print_ifstat(int indent, const char *prefix, const char *type, relation rel, const char *amax, const char *objname, const char *name) argument
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c3870 u_32_t amin, amax; local
3882 amax = na->na_addr[1].in4.s_addr;
3892 amax = ~na->na_addr[1].in4.s_addr;
3893 amax |= amin;
H A Dip_nat.c7514 u_32_t amin, amax, new; local
7524 amax = na->na_addr[1].in4.s_addr;
7534 amax = ~na->na_addr[1].in4.s_addr;
7535 amax |= amin;
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq.c2275 int amax
2283 while (*narr < amax && *cp) {

Completed in 88 milliseconds