Home
last modified time | relevance | path

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

/third_party/cups-filters/utils/
H A Ddriverless.c79 *txt_product = NULL, in listPrintersInArray() local
181 txt_product = ptr; in listPrintersInArray()
234 } else if (txt_product[0] != '\0') { in listPrintersInArray()
235 if (txt_product[0] == '(') { in listPrintersInArray()
237 if ((ptr = txt_product + strlen(txt_product) - 1) > txt_product && in listPrintersInArray()
240 strncpy(model, txt_product + 1, sizeof(model) - 1); in listPrintersInArray()
241 if ((strlen(txt_product) + 1) > 255) in listPrintersInArray()
244 strncpy(model, txt_product, sizeo in listPrintersInArray()
[all...]

Completed in 1 milliseconds