Searched refs:arg_alloc (Results 1 – 2 of 2) sorted by relevance
521 arglist->arg_alloc = 0; in init_arglist()544 if (arglist->arg_alloc < len) { in add_arg()545 arglist->arg_alloc = len + arglist->arg_hint; in add_arg()547 sc_malloc(arglist->arg_alloc * sizeof (char **)) : in add_arg()549 arglist->arg_alloc * sizeof (char **)); in add_arg()
62 int arg_alloc; member