Searched refs:s1 (Results 1 - 19 of 19) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dsafe.h22 isc_safe_memequal(const void *s1, const void *s2, size_t n);
/bind-9.11.3/lib/isc/tests/
H A Dsocket_test.c149 isc_socket_t *s1 = NULL, *s2 = NULL; local
164 result = isc_socket_create(socketmgr, PF_INET, isc_sockettype_udp, &s1);
166 result = isc_socket_bind(s1, &addr1, 0);
168 result = isc_socket_getsockname(s1, &addr1);
190 result = isc_socket_sendto(s1, &r, task, event_done, &completion,
209 isc_socket_detach(&s1);
224 isc_socket_t *s1 = NULL, *s2 = NULL, *s3 = NULL; local
239 result = isc_socket_create(socketmgr, PF_INET, isc_sockettype_udp, &s1);
241 result = isc_socket_bind(s1, &addr1, 0);
243 result = isc_socket_getsockname(s1,
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/contrib/scripts/
H A Dzone-edit.sh.in73 sort ${dir}/ooo > ${dir}/s1
75 comm -23 ${dir}/s1 ${dir}/s2 |
77 comm -13 ${dir}/s1 ${dir}/s2 |
/bind-9.11.3/lib/isc/
H A Dsafe.c26 isc_safe_memequal(const void *s1, const void *s2, size_t n) { argument
30 const isc_uint8_t *p1 = s1, *p2 = s2;
H A Dsha2.c938 s1 = W256[(j+14)&0x0f]; \
939 s1 = sigma1_256(s1); \
941 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
947 isc_uint32_t a, b, c, d, e, f, g, h, s0, s1; local
1009 isc_uint32_t a, b, c, d, e, f, g, h, s0, s1; local
1053 s1 = W256[(j+14)&0x0f];
1054 s1 = sigma1_256(s1);
1058 (W256[j&0x0f] += s1
1272 isc_uint64_t a, b, c, d, e, f, g, h, s0, s1; local
1331 isc_uint64_t a, b, c, d, e, f, g, h, s0, s1; local
[all...]
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c821 atf_fs_stat_t s1, s2; local
831 RE(atf_fs_stat_init(&s1, &p1));
832 ATF_REQUIRE_EQ(atf_fs_stat_get_type(&s1), atf_fs_stat_dir_type);
833 ATF_REQUIRE( atf_fs_stat_is_owner_readable(&s1));
834 ATF_REQUIRE( atf_fs_stat_is_owner_writable(&s1));
835 ATF_REQUIRE( atf_fs_stat_is_owner_executable(&s1));
836 ATF_REQUIRE(!atf_fs_stat_is_group_readable(&s1));
837 ATF_REQUIRE(!atf_fs_stat_is_group_writable(&s1));
838 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s1));
839 ATF_REQUIRE(!atf_fs_stat_is_other_readable(&s1));
944 atf_fs_stat_t s1, s2; local
[all...]
H A Ddynstr.c391 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 Dlist_test.c130 char s1[] = "one"; local
135 RE(atf_list_append(&list, s1, false));
H A Dmap_test.c207 char s1[] = "one"; local
212 RE(atf_map_insert(&map, "K1", s1, false));
/bind-9.11.3/util/
H A Dmodels.c46 void *memcpy(void *s1, const void *s2, size_t n);
/bind-9.11.3/lib/dns/rdata/generic/
H A Dloc_29.c23 int d1, m1, s1; local
54 m1 = s1 = 0;
95 s1 = strtol(DNS_AS_STR(token), &e, 10);
98 if (s1 < 0 || s1 > 59)
108 s1 *= 10;
109 s1 += tmp;
112 s1 *= 10;
130 s1 *= 1000;
131 if (d1 == 90 && s1 !
449 int d1, m1, s1, fs1; local
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dreader.cpp242 struct timeval s1 = read_timeval(p); local
275 timersub(&s2, &s1, &s3);
313 struct timeval s1 = read_timeval(p); local
352 timersub(&s2, &s1, &s3);
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp277 const char *s1 = atf_fs_path_cstring(&m_path); local
279 return std::strcmp(s1, s2) < 0;
/bind-9.11.3/bin/named/
H A Dquery.c979 const char *s1 = cname_buf, *s2 = cname_buf; local
1007 s1 = " (CNAME to: ";
1016 qname_buf, p_name_buf, s1, cname_buf, s2);
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dconfigure2554 struct s1 {int (*f) (int a);};
/bind-9.11.3/contrib/perftcpdns/
H A Dconfigure2555 struct s1 {int (*f) (int a);};
/bind-9.11.3/contrib/queryperf/
H A Dconfigure2563 struct s1 {int (*f) (int a);};
/bind-9.11.3/unit/atf-src/
H A Dconfigure4023 struct s1 {int (*f) (int a);};
12947 struct s1 {int (*f) (int a);};
/bind-9.11.3/
H A Dconfigure3839 struct s1 {int (*f) (int a);};
12728 struct s1 {int (*f) (int a);};

Completed in 2504 milliseconds