Home
last modified time | relevance | path

Searched refs:mdl (Results 1 - 2 of 2) sorted by relevance

/third_party/cups-filters/backend/
H A Dieee1284.c315 *mdl, /* Model */ in backendGetDeviceID()
334 if ((mdl = cupsGetOption("MODEL", num_values, values)) == NULL) in backendGetDeviceID()
335 mdl = cupsGetOption("MDL", num_values, values); in backendGetDeviceID()
355 if (!mdl) in backendGetDeviceID()
356 mdl = ""; in backendGetDeviceID()
358 if (!_cups_strncasecmp(mdl, mfg, strlen(mfg))) in backendGetDeviceID()
360 mdl += strlen(mfg); in backendGetDeviceID()
362 while (isspace(*mdl & 255)) in backendGetDeviceID()
363 mdl ++; in backendGetDeviceID()
372 "/%s%s%s", mdl, ser in backendGetDeviceID()
395 *mdl, /* Model string */ backendGetMakeModel() local
[all...]
/third_party/backends/backend/
H A Dumax_pp.c201 int ret, prt = 0, mdl; in umax_pp_attach() local
271 ret = sanei_umax_pp_model (prt, &mdl); in umax_pp_attach()
286 snprintf (model, sizeof(model), "Astra %dP", mdl); in umax_pp_attach()
328 if (mdl > 610) in umax_pp_attach()

Completed in 4 milliseconds