Lines Matching refs:devlist
48 static const SANE_Device **devlist = NULL;875 if (devlist)876 free (devlist);887 if (devlist)888 free (devlist);890 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));891 if (!devlist)895 devlist[i++] = &dev->sane;896 devlist[i++] = 0;898 *device_list = devlist;