Searched refs:s2 (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/contrib/scripts/
H A Dzone-edit.sh.in74 sort ${dir}/nnn > ${dir}/s2
75 comm -23 ${dir}/s1 ${dir}/s2 |
77 comm -13 ${dir}/s1 ${dir}/s2 |
/bind-9.11.3/lib/isc/tests/
H A Dsocket_test.c149 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/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;
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c821 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...]
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.c131 char s2[] = "two"; local
136 RE(atf_list_append(&list, s2, false));
H A Dmap_test.c208 char s2[] = "two"; local
213 RE(atf_map_insert(&map, "K2", s2, 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.c24 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/unit/atf-src/tools/
H A Dreader.cpp272 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 Dfs.cpp278 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 Dquery.c979 const char *s1 = cname_buf, *s2 = cname_buf; local
1009 s2 = ")";
1016 qname_buf, p_name_buf, s1, cname_buf, s2);
/bind-9.11.3/bin/tests/system/dnssec/
H A Dtests.sh2518 s2=`awk '$4 == "SOA" { print $7}' dig.out.ns2.test$n`
2523 test "$s2" = "$s3" && break
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dconfigure2555 struct s2 {int (*f) (double a);};
/bind-9.11.3/contrib/perftcpdns/
H A Dconfigure2556 struct s2 {int (*f) (double a);};
/bind-9.11.3/contrib/queryperf/
H A Dconfigure2564 struct s2 {int (*f) (double a);};
/bind-9.11.3/unit/atf-src/
H A Dconfigure4024 struct s2 {int (*f) (double a);};
12948 struct s2 {int (*f) (double a);};
/bind-9.11.3/
H A Dconfigure3840 struct s2 {int (*f) (double a);};
12729 struct s2 {int (*f) (double a);};

Completed in 2720 milliseconds