Searched refs:ifcc (Results 1 – 6 of 6) sorted by relevance
2 .macro ifcc arg:vararg macro37 ifcc movl %esp, %ebp50 ifcc movl %esp, %ebp
12 .macro ifcc arg:vararg macro47 ifcc movl %esp, %ebp60 ifcc movl, %esp, %ebp
100 int ifcc; /* configured interfaces */ member
159 if (ctx->ifcc) { in free_globals()160 for (; ctx->ifcc > 0; ctx->ifcc--) in free_globals()161 free(ctx->ifcv[ctx->ifcc - 1]); in free_globals()
2276 sizeof(char *) * ((size_t)ctx->ifcc + 1));2282 ctx->ifcv[ctx->ifcc] = strdup(line);2283 if (ctx->ifcv[ctx->ifcc] == NULL) {2287 ctx->ifcc++;2289 ctx->ifcv[ctx->ifcc - 1]);
184 for (i = 0; i < ctx->ifcc; i++) { in if_hasconf()