Lines Matching refs:devlist
147 static const SANE_Device **devlist = NULL;284 if (devlist)285 free (devlist);298 if (devlist)299 free (devlist);301 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));302 if (!devlist)308 devlist[i++] = &dev->sane;310 devlist[i++] = 0;312 *device_list = devlist;