Home
last modified time | relevance | path

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

/external/libcups/tools/
Dipptool.c195 …s_array_t *errors, char *value, int flags, ipp_attribute_t *attr, char *matchbuf, size_t matchlen);
196 …rray_t *errors, ipp_attribute_t *fromattr, ipp_attribute_t *attr, char *matchbuf, size_t matchlen);
4378 char *matchbuf, /* I - Buffer to hold matching value */ in with_value() argument
4389 *matchbuf = '\0'; in with_value()
4445 if (!matchbuf[0]) in with_value()
4446 snprintf(matchbuf, matchlen, "%d", attrvalue); in with_value()
4512 if (!matchbuf[0]) in with_value()
4513 snprintf(matchbuf, matchlen, "%d-%d", lower, upper); in with_value()
4552 if (!matchbuf[0]) in with_value()
4553 strlcpy(matchbuf, value, matchlen); in with_value()
[all …]
/external/vboot_reference/cgpt/
Dcmd_find.c118 params.matchbuf = ReadFile(optarg, &params.matchlen); in cmd_find()
119 if (!params.matchbuf || !params.matchlen) { in cmd_find()
Dcgpt_find.c65 if (0 == memcmp(params->matchbuf, params->comparebuf, params->matchlen)) { in match_content()
/external/vboot_reference/host/include/
Dcgpt_params.h93 uint8_t *matchbuf; member