Home
last modified time | relevance | path

Searched refs:string_domain (Results 1 – 1 of 1) sorted by relevance

/src/contrib/unbound/testcode/
H A Dunitdname.c1097 char string_domain[260]; in test_long_names() local
1107 memset(string_domain, 0xff, sizeof(string_domain)); in test_long_names()
1108 dname_str(*wd, string_domain); in test_long_names()
1109 for (n = 0 ; n < (int)sizeof(string_domain); ++n) { in test_long_names()
1110 if ((uint8_t)string_domain[n] == 0xff) in test_long_names()
1115 n, skip, string_domain + skip*31); in test_long_names()
1118 memset(string_domain, 0xff, sizeof(string_domain)); in test_long_names()
1121 string_domain, in test_long_names()
1123 for (n = 0 ; n < (int)sizeof(string_domain); ++n) { in test_long_names()
1124 if ((uint8_t)string_domain[n] == 0xff) in test_long_names()
[all …]