Lines Matching defs:devlist
289 static const SANE_Device **devlist = NULL;
5983 devlist = NULL;
6114 if (devlist)
6116 free(devlist);
6131 if (devlist)
6133 free(devlist);
6136 devlist = malloc((num_devices + 1) * sizeof (devlist[0]));
6137 if (!devlist)
6146 devlist[i++] = &dev->sane;
6149 devlist[i++] = 0;
6151 *device_list = devlist;