Lines Matching refs:devlist
83 static const SANE_Device **devlist = 0;908 if (devlist)909 free (devlist);920 if (devlist)921 free (devlist);923 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));924 if (!devlist)929 devlist[i++] = &dev->sane;930 devlist[i++] = 0;932 *device_list = devlist;