Lines Matching refs:devlist
87 static const SANE_Device **devlist = NULL;650 if (devlist)651 free (devlist);663 if (devlist)664 free (devlist);666 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));667 if (!devlist)673 devlist[i++] = &dev->sane;675 devlist[i++] = 0;677 *device_list = devlist;