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

/bind-9.6-ESV-R11/bin/tests/
H A Dname_test.c33 unsigned char *ccurr, *cend; local
39 ccurr = name->base;
40 cend = ccurr + name->length;
41 while (ccurr != cend)
42 printf("%02x ", *ccurr++);

Completed in 1939 milliseconds