Searched refs:new_device_names (Results 1 – 2 of 2) sorted by relevance
39 char** new_device_names; in open_device() local75 new_device_names = reinterpret_cast<char**>(realloc( in open_device()77 if (new_device_names == NULL) { in open_device()81 device_names = new_device_names; in open_device()
319 char **new_device_names; in open_device() local369 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1)); in open_device()370 if(new_device_names == NULL) { in open_device()374 device_names = new_device_names; in open_device()