Searched refs:matchbuf (Results 1 – 4 of 4) sorted by relevance
/external/libcups/tools/ |
D | ipptool.c | 195 …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/ |
D | cmd_find.c | 118 params.matchbuf = ReadFile(optarg, ¶ms.matchlen); in cmd_find() 119 if (!params.matchbuf || !params.matchlen) { in cmd_find()
|
D | cgpt_find.c | 65 if (0 == memcmp(params->matchbuf, params->comparebuf, params->matchlen)) { in match_content()
|
/external/vboot_reference/host/include/ |
D | cgpt_params.h | 93 uint8_t *matchbuf; member
|