Searched refs:ifparsefp (Results 1 – 1 of 1) sorted by relevance
2513 FILE *ifparsefp; in if_config_inst() local2614 if ((ifparsefp = popen(ifparsebuf, "r")) == NULL) { in if_config_inst()2621 while (fgets(buf, statb.st_size, ifparsefp) != NULL) { in if_config_inst()2626 if (pclose(ifparsefp) == -1) { in if_config_inst()