Lines Matching defs:devlist
71 static const SANE_Device **devlist = 0;
541 if (devlist)
542 free (devlist);
665 static const SANE_Device **devlist = 0;
669 if (devlist)
670 free (devlist);
671 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));
672 if (!devlist)
676 devlist[i++] = &dev->sane;
677 devlist[i++] = 0;
678 *device_list = devlist;