Home | History | Annotate | Download | only in librefuse

Lines Matching refs:allocated

54 	if (args->allocated == 0) {
58 args->allocated = ap->allocated;
60 } else if (args->allocated == args->argc) {
61 int na = args->allocated + 10;
66 args->allocated = na;
84 ap->allocated = ((argc / 10) + 1) * 10;
86 if ((ap->argv = calloc((size_t)ap->allocated,
102 if (ap->allocated) {
110 ap->allocated = ap->argc = 0;
126 na = args->allocated + 10;
132 args->allocated = na;