Lines Matching refs:devlist
73 static const SANE_Device **devlist = NULL;542 if (devlist)543 free (devlist);558 if (devlist)559 free (devlist);560 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));561 if (!devlist)566 devlist[i++] = &dev->sane;567 devlist[i++] = 0;569 *device_list = devlist;