/bind-9.11.3/lib/isc/ |
H A D | safe.c | 26 isc_safe_memequal(const void *s1, const void *s2, size_t n) { argument 30 const isc_uint8_t *p1 = s1, *p2 = s2;
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | list_test.c | 131 char s2[] = "two"; local 136 RE(atf_list_append(&list, s2, false));
|
H A D | map_test.c | 208 char s2[] = "two"; local 213 RE(atf_map_insert(&map, "K2", s2, false));
|
H A D | dynstr.c | 391 atf_equal_dynstr_dynstr(const atf_dynstr_t *s1, const atf_dynstr_t *s2) argument 393 return strcmp(s1->m_data, s2->m_data) == 0;
|
H A D | fs_test.c | 821 atf_fs_stat_t s1, s2; local 843 RE(atf_fs_stat_init(&s2, &p2)); 844 ATF_REQUIRE_EQ(atf_fs_stat_get_type(&s2), atf_fs_stat_dir_type); 845 ATF_REQUIRE( atf_fs_stat_is_owner_readable(&s2)); 846 ATF_REQUIRE( atf_fs_stat_is_owner_writable(&s2)); 847 ATF_REQUIRE( atf_fs_stat_is_owner_executable(&s2)); 848 ATF_REQUIRE(!atf_fs_stat_is_group_readable(&s2)); 849 ATF_REQUIRE(!atf_fs_stat_is_group_writable(&s2)); 850 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s2)); 851 ATF_REQUIRE(!atf_fs_stat_is_other_readable(&s2)); 944 atf_fs_stat_t s1, s2; local [all...] |
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | loc_29.c | 24 int d2, m2, s2; local 55 m2 = s2 = 0; 180 s2 = strtol(DNS_AS_STR(token), &e, 10); 183 if (s2 < 0 || s2 > 59) 193 s2 *= 10; 194 s2 += tmp; 197 s2 *= 10; 215 s2 *= 1000; 216 if (d2 == 180 && s2 ! 450 int d2, m2, s2, fs2; local [all...] |
/bind-9.11.3/lib/isc/tests/ |
H A D | socket_test.c | 149 isc_socket_t *s1 = NULL, *s2 = NULL; local 173 result = isc_socket_create(socketmgr, PF_INET, isc_sockettype_udp, &s2); 175 result = isc_socket_bind(s2, &addr2, 0); 177 result = isc_socket_getsockname(s2, &addr2); 200 result = isc_socket_recv(s2, &r, 1, task, event_done, &completion); 210 isc_socket_detach(&s2); 224 isc_socket_t *s1 = NULL, *s2 = NULL, *s3 = NULL; local 248 result = isc_socket_create(socketmgr, PF_INET, isc_sockettype_udp, &s2); 250 result = isc_socket_bind(s2, &addr2, 0); 252 result = isc_socket_getsockname(s2, 325 isc_socket_t *s1 = NULL, *s2 = NULL; local 429 isc_socket_t *s1 = NULL, *s2 = NULL; local 536 isc_socket_t *s1 = NULL, *s2 = NULL, *s3 = NULL; local 635 isc_socket_t *s1 = NULL, *s2 = NULL, *s3 = NULL; local [all...] |
/bind-9.11.3/unit/atf-src/tools/ |
H A D | reader.cpp | 272 struct timeval s2 = read_timeval(p); local 275 timersub(&s2, &s1, &s3); 349 struct timeval s2 = read_timeval(p); local 352 timersub(&s2, &s1, &s3);
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | fs.cpp | 278 const char *s2 = atf_fs_path_cstring(&p.m_path); local 279 return std::strcmp(s1, s2) < 0;
|
/bind-9.11.3/bin/named/ |
H A D | query.c | 979 const char *s1 = cname_buf, *s2 = cname_buf; local 1009 s2 = ")"; 1016 qname_buf, p_name_buf, s1, cname_buf, s2);
|