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

/bind-9.11.3/lib/dns/tests/
H A Dgost_test.c66 char c_ret[] = "AA"; local
72 snprintf(c_ret, sizeof(c_ret), "%02X", d[j]);
73 strlcat(out, c_ret, out_size);
/bind-9.11.3/lib/isc/tests/
H A Dhash_test.c53 char c_ret[] = "AA"; local
59 snprintf(c_ret, sizeof(c_ret), "%02X", d[i]);
60 strlcat(out, c_ret, out_size);

Completed in 14 milliseconds