Lines Matching refs:devlist
76 static const SANE_Device **devlist = 0;
541 if (devlist)
542 free (devlist);
603 static const SANE_Device **devlist = 0;
623 if (devlist)
624 free (devlist);
625 devlist = calloc ((num_devices + 1) * sizeof (devlist[0]), 1);
626 if (!devlist)
630 devlist[i++] = &dev->sane;
631 devlist[i++] = 0;
633 *device_list = devlist;