Searched refs:new_device_names (Results 1 – 2 of 2) sorted by relevance
24 char **new_device_names; in open_device() local63 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1)); in open_device()64 if(new_device_names == NULL) { in open_device()68 device_names = new_device_names; in open_device()
126 char **new_device_names; in open_device() local171 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1)); in open_device()172 if(new_device_names == NULL) { in open_device()176 device_names = new_device_names; in open_device()