Searched refs:new_device_names (Results 1 – 1 of 1) sorted by relevance
317 char **new_device_names; in open_device() local367 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1)); in open_device()368 if(new_device_names == NULL) { in open_device()372 device_names = new_device_names; in open_device()