Searched refs:s2 (Results 1 - 15 of 15) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsafe.h29 isc_safe_memcmp(const void *s1, const void *s2, size_t n);
/bind-9.6-ESV-R11/lib/isc/
H A Dsafe.c31 isc_safe_memcmp(const void *s1, const void *s2, size_t n) { argument
35 const isc_uint8_t *p1 = s1, *p2 = s2;
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs_test.c824 atf_fs_stat_t s1, s2; local
846 RE(atf_fs_stat_init(&s2, &p2));
847 ATF_REQUIRE_EQ(atf_fs_stat_get_type(&s2), atf_fs_stat_dir_type);
848 ATF_REQUIRE( atf_fs_stat_is_owner_readable(&s2));
849 ATF_REQUIRE( atf_fs_stat_is_owner_writable(&s2));
850 ATF_REQUIRE( atf_fs_stat_is_owner_executable(&s2));
851 ATF_REQUIRE(!atf_fs_stat_is_group_readable(&s2));
852 ATF_REQUIRE(!atf_fs_stat_is_group_writable(&s2));
853 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s2));
854 ATF_REQUIRE(!atf_fs_stat_is_other_readable(&s2));
947 atf_fs_stat_t s1, s2; local
[all...]
H A Ddynstr.c395 atf_equal_dynstr_dynstr(const atf_dynstr_t *s1, const atf_dynstr_t *s2) argument
397 return strcmp(s1->m_data, s2->m_data) == 0;
H A Dlist_test.c135 char s2[] = "two"; local
140 RE(atf_list_append(&list, s2, false));
H A Dmap_test.c212 char s2[] = "two"; local
217 RE(atf_map_insert(&map, "K2", s2, false));
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dloc_29.c33 int d2, m2, s2; local
64 m2 = s2 = 0;
189 s2 = strtol(DNS_AS_STR(token), &e, 10);
192 if (s2 < 0 || s2 > 59)
202 s2 *= 10;
203 s2 += tmp;
206 s2 *= 10;
224 s2 *= 1000;
225 if (d2 == 180 && s2 !
459 int d2, m2, s2, fs2; local
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp273 struct timeval s2 = read_timeval(p); local
276 timersub(&s2, &s1, &s3);
350 struct timeval s2 = read_timeval(p); local
353 timersub(&s2, &s1, &s3);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp282 const char *s2 = atf_fs_path_cstring(&p.m_path); local
283 return std::strcmp(s1, s2) < 0;
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c2345 register const char *s1, *s2; local
2348 s2 = (*(struct item **)ip2)->host;
2350 return (strcasecmp(s1, s2));
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dconfigure2564 struct s2 {int (*f) (double a);};
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dconfigure1999 struct s2 {int (*f) (double a);};
/bind-9.6-ESV-R11/contrib/zkt/
H A Dconfigure2571 struct s2 {int (*f) (double a);};
/bind-9.6-ESV-R11/
H A Dconfigure3655 struct s2 {int (*f) (double a);};
12095 struct s2 {int (*f) (double a);};
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure4082 struct s2 {int (*f) (double a);};
11292 struct s2 {int (*f) (double a);};

Completed in 5592 milliseconds