Searched defs:p2 (Results 1 - 10 of 10) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | safe.c | 35 const isc_uint8_t *p1 = s1, *p2 = s2; local 38 acc |= *p1++ ^ *p2++;
|
/bind-9.6-ESV-R11/contrib/dlz/drivers/ |
H A D | dlz_bdbhpt_driver.c | 123 char *p1, *p2; local 127 for (p1 = str, p2 = str + strlen(str) - 1; p2 > p1; ++p1, --p2) 129 *p1 ^= *p2; 130 *p2 ^= *p1; 131 *p1 ^= *p2;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | fs.cpp | 254 path p2 = *this; local 256 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s", p.c_str()); 260 return p2; 267 path p2 = *this; local 269 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s", 274 return p2;
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zconf.c | 801 char *p1, *p2; local 853 p2 = *(char **)cp->var2; 854 if ( p1 && p2 ) 855 eq = strcmp (p1, p2) == 0; 856 else if ( p1 == NULL || p2 == NULL )
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rdataslab.c | 87 compare_rdata(const void *p1, const void *p2) { argument 89 const struct xrdata *x2 = p2;
|
H A D | dispatch.c | 2154 in_port_t p2 = *(const in_port_t *)ent; local 2156 if (p1 < p2) 2158 else if (p1 == p2)
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | fs.c | 494 atf_fs_path_append_path(atf_fs_path_t *p, const atf_fs_path_t *p2) argument 496 return atf_fs_path_append_fmt(p, "%s", atf_dynstr_cstring(&p2->m_data)); 523 const atf_fs_path_t *p2) 525 return atf_equal_dynstr_dynstr(&p1->m_data, &p2->m_data); 522 atf_equal_fs_path_fs_path(const atf_fs_path_t *p1, const atf_fs_path_t *p2) argument
|
H A D | fs_test.c | 380 atf_fs_path_t p, p2; local 387 RE(atf_fs_path_to_absolute(&p, &p2)); 388 printf("Absolute path: %s\n", atf_fs_path_cstring(&p2)); 390 ATF_REQUIRE(atf_fs_path_is_absolute(&p2)); 391 RE(atf_fs_stat_init(&st2, &p2)); 400 atf_fs_path_fini(&p2); 414 atf_fs_path_t p1, p2; local 418 RE(atf_fs_path_init_fmt(&p2, "foo")); 419 ATF_REQUIRE(atf_equal_fs_path_fs_path(&p1, &p2)); 420 atf_fs_path_fini(&p2); 823 atf_fs_path_t p1, p2; local 946 atf_fs_path_t p1, p2; local [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf-check.cpp | 404 compare_files(const atf::fs::path& p1, const atf::fs::path& p2) argument 412 std::ifstream f2(p2.c_str()); 443 print_diff(const atf::fs::path& p1, const atf::fs::path& p2) argument 448 p2.c_str(), NULL),
|
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | check.c | 1612 unsigned int p1, p2; local 1664 cfg_obj_asnetprefix(cfg_map_getname(v2), &n2, &p2); local 1665 if (p1 == p2 && isc_netaddr_equal(&n1, &n2)) { 1676 buf, p2, file, line);
|
Completed in 271 milliseconds