Lines Matching refs:devlist
85 static const SANE_Device **devlist = NULL;778 if (devlist)779 free (devlist);792 if (devlist)793 free (devlist);795 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));796 if (!devlist)802 devlist[i++] = &dev->sane;804 devlist[i++] = 0;806 *device_list = devlist;