Searched defs:c_ret (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/dns/tests/ |
H A D | gost_test.c | 66 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 D | hash_test.c | 53 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