Searched refs:bufp (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/any_255/
H A Dtsig_250.c137 char *bufp; local
170 bufp = &buf[sizeof(buf) - 1];
171 *bufp-- = 0;
172 *bufp-- = ' ';
174 *bufp-- = decdigits[sigtime % 10];
177 bufp++;
178 RETERR(str_totext(bufp, target));

Completed in 9 milliseconds