Searched refs:temphostlist (Results 1 – 2 of 2) sorted by relevance
149 char temphostlist[MAX_HOST_LIST + 1]; in fileconf_save() local159 strncpy(temphostlist, hostlist, MAX_HOST_LIST); in fileconf_save()160 temphostlist[MAX_HOST_LIST] = 0; in fileconf_save()162 token = pcap_strtok_r(temphostlist, RPCAP_HOSTLIST_SEP, &lasts); in fileconf_save()
1138 char *temphostlist; local1145 temphostlist = strdup(hostlist);1146 if (temphostlist == NULL)1152 token = pcap_strtok_r(temphostlist, sep, &lasts);1186 free(temphostlist);1214 free(temphostlist);