Lines Matching defs:devlist
1616 static const SANE_Device** devlist = 0;8524 free(devlist);8525 devlist = NULL;8540 if (devlist)8541 free (devlist);8543 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));8544 if (!devlist)8549 devlist[i++] = &dev->sane;8550 devlist[i++] = 0;8552 *device_list = devlist;