Searched refs:newifs (Results 1 – 1 of 1) sorted by relevance
252 char **newifs; in Index2Nam() local257 newifs = (char **)realloc(ifs, sizeof(char *) * have); in Index2Nam()259 newifs = (char **)malloc(sizeof(char *) * have); in Index2Nam()260 if (!newifs) { in Index2Nam()270 ifs = newifs; in Index2Nam()