Searched refs:new_device_names (Results 1 – 1 of 1) sorted by relevance
318 char **new_device_names; in open_device() local368 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1)); in open_device()369 if(new_device_names == NULL) { in open_device()373 device_names = new_device_names; in open_device()