Home
last modified time | relevance | path

Searched refs:tempmfg (Results 1 – 1 of 1) sorted by relevance

/external/libcups/backend/
Dusb-libusb.c1264 char tempmfg[256], /* Temporary manufacturer string */ in make_device_uri() local
1322 _ppdNormalizeMakeAndModel(mdl, tempmfg, sizeof(tempmfg)); in make_device_uri()
1325 _ppdNormalizeMakeAndModel(des, tempmfg, sizeof(tempmfg)); in make_device_uri()
1327 strlcpy(tempmfg, "Unknown", sizeof(tempmfg)); in make_device_uri()
1329 if ((tempptr = strchr(tempmfg, ' ')) != NULL) in make_device_uri()
1332 mfg = tempmfg; in make_device_uri()