Home
last modified time | relevance | path

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

/external/libcups/backend/
Dsnmp.c471 char *mmptr; /* Pointer into make-and-model string */ in fix_make_model() local
486 mmptr = (char *)old_make_model + 15; in fix_make_model()
488 while (isspace(*mmptr & 255)) in fix_make_model()
489 mmptr ++; in fix_make_model()
491 if (!_cups_strncasecmp(mmptr, "hp", 2)) in fix_make_model()
493 mmptr += 2; in fix_make_model()
495 while (isspace(*mmptr & 255)) in fix_make_model()
496 mmptr ++; in fix_make_model()
502 strlcpy(make_model + 3, mmptr, (size_t)make_model_size - 3); in fix_make_model()
513 if ((mmptr = strstr(make_model, ", Inc.,")) != NULL) in fix_make_model()
[all …]