Searched refs:hostlist_copy (Results 1 – 1 of 1) sorted by relevance
461 char *hostlist_copy = strdup(hostlist); in main() local462 if (hostlist_copy == NULL) in main()467 (void)daemon_serviceloop(sockctrl, 0, hostlist_copy, in main()1229 char *hostlist_copy = strdup(hostlist); in accept_connection() local1230 if (hostlist_copy == NULL) in accept_connection()1246 free(hostlist_copy); in accept_connection()1251 params_copy->hostlist = hostlist_copy; in accept_connection()1259 free(hostlist_copy); in accept_connection()1302 char *hostlist_copy = strdup(hostlist); in accept_connection() local1303 if (hostlist_copy == NULL) in accept_connection()[all …]