Searched refs:tagbuf (Results 1 – 2 of 2) sorted by relevance
205 uint8_t tagbuf[TAG_LEN], *tag; in k5_rcfile2_store() local215 memcpy(tagbuf, tag_data->data, tag_data->length); in k5_rcfile2_store()216 memset(tagbuf + tag_data->length, 0, TAG_LEN - tag_data->length); in k5_rcfile2_store()217 tag = tagbuf; in k5_rcfile2_store()
3766 char tagbuf[32]; in collect_display_vdc() local3788 snprintf(tagbuf, sizeof(tagbuf), "%s%s", in collect_display_vdc()3790 doaddvlist(vl, tagbuf); in collect_display_vdc()