Searched refs:ifparsebuf (Results 1 – 1 of 1) sorted by relevance
2516 char *ifparsebuf = NULL; in if_config_inst() local2572 if ((ifparsebuf = calloc(1, ifparsebufsize)) == NULL) { in if_config_inst()2612 (void) snprintf(ifparsebuf, ifparsebufsize, SBIN_IFPARSE in if_config_inst()2614 if ((ifparsefp = popen(ifparsebuf, "r")) == NULL) { in if_config_inst()2686 free(ifparsebuf); in if_config_inst()2691 free(ifparsebuf); in if_config_inst()