Searched defs:s2 (Results 1 - 9 of 9) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | safe.c | 31 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 D | list_test.c | 135 char s2[] = "two"; local 140 RE(atf_list_append(&list, s2, false));
|
H A D | map_test.c | 212 char s2[] = "two"; local 217 RE(atf_map_insert(&map, "K2", s2, false));
|
H A D | dynstr.c | 395 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 D | fs_test.c | 824 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...] |
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | loc_29.c | 33 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 D | reader.cpp | 273 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 D | fs.cpp | 282 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 D | nslint.c | 2345 register const char *s1, *s2; local 2348 s2 = (*(struct item **)ip2)->host; 2350 return (strcasecmp(s1, s2));
|
Completed in 227 milliseconds