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

/bind-9.11.3/bin/tests/
H A Dname_test.c25 unsigned char *ccurr, *cend; local
31 ccurr = name->base;
32 cend = ccurr + name->length;
33 while (ccurr != cend)
34 printf("%02x ", *ccurr++);

Completed in 27 milliseconds