Searched refs:pa (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Ddomaincmp.c72 register const char *pa; local
89 /* let pa and pb point to the last non dot char */
90 pa = a + strlen (a);
92 pa--;
93 while ( pa > a && *pa == '.' );
101 while ( *pa == *pb && pa > a && pb > b )
102 pa--, pb--;
104 if ( *pa !
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs_test.cpp225 path pa = p.to_absolute(); local
226 ATF_REQUIRE(pa.is_absolute());
229 file_info fia(pa);
236 path pa = p.to_absolute(); local
237 ATF_REQUIRE(pa.is_absolute());
240 file_info fia(pa);
H A Dfs.cpp209 atf_fs_path_t pa; local
211 atf_error_t err = atf_fs_path_to_absolute(&m_path, &pa);
215 path p(atf_fs_path_cstring(&pa));
216 atf_fs_path_fini(&pa);
/bind-9.6-ESV-R11/lib/isc/
H A Dnetaddr.c72 const unsigned char *pa = NULL, *pb = NULL; local
87 pa = (const unsigned char *) &a->type.in;
92 pa = (const unsigned char *) &a->type.in6;
110 if (memcmp(pa, pb, nbytes) != 0)
117 bytea = pa[nbytes];
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.c500 atf_fs_path_to_absolute(const atf_fs_path_t *p, atf_fs_path_t *pa) argument
506 err = atf_fs_getcwd(pa);
510 err = atf_fs_path_append_path(pa, p);
512 atf_fs_path_fini(pa);
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfig.sub442 pa-hitachi)
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfig.sub710 pa-hitachi)
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dconfig.sub865 pa-hitachi)
/bind-9.6-ESV-R11/
H A Dconfig.sub938 pa-hitachi)

Completed in 23 milliseconds