Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/krb5/rcache/
H A Drc_file2.c205 uint8_t tagbuf[TAG_LEN], *tag; in k5_rcfile2_store() local
215 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()
/src/contrib/ntp/ntpq/
H A Dntpq-subs.c3766 char tagbuf[32]; in collect_display_vdc() local
3788 snprintf(tagbuf, sizeof(tagbuf), "%s%s", in collect_display_vdc()
3790 doaddvlist(vl, tagbuf); in collect_display_vdc()