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

/bind-9.11.3/bin/tests/system/rndc/
H A Dgencheck.c25 const char chars[] = "abcdefghijklmnopqrstuvwxyz0123456789"; local
30 i++, *start = (*start + 1) % (sizeof(chars) - 1))
35 if (buf[i] != chars[*start])
/bind-9.11.3/bin/named/
H A Dserver.c10661 const unsigned char chars[] = "abcdefghijklmnopqrstuvwxyz0123456789"; local
10676 CHECK(putuint8(text, chars[i % (sizeof(chars) - 1)]));

Completed in 42 milliseconds