Lines Matching defs:devlist
78 static const SANE_Device **devlist = NULL;955 if (devlist)956 free (devlist);967 if (devlist)968 free (devlist);970 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));971 if (!devlist)976 devlist[i++] = &dev->sane;977 devlist[i++] = 0;979 *device_list = devlist;