Searched defs:pp (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/bin/tests/system/keymgr/
H A Dtestpolicy.py13 pp = policy.dnssec_policy() variable
15 print(pp.named_policy['default'])
16 print(pp.named_policy['global'])
17 print(pp.policy('example.com'))
21 pp.load(policy_file)
24 print(pp.named_policy['default'])
25 print(pp.policy('example.com'))
26 print(pp.policy('example.org'))
27 print(pp.policy('example.net'))
30 print(pp
[all...]
/bind-9.11.3/lib/isc/
H A Dinet_aton.c86 isc_uint32_t *pp = parts; local
136 if (pp >= parts + 3 || val > 0xffU)
138 *pp++ = val;
157 n = pp - parts + 1;
/bind-9.11.3/lib/lwres/
H A Dlwinetaton.c90 lwres_uint8_t *pp = parts; local
145 if (pp >= parts + 3 || val > 0xffU)
147 *pp++ = (lwres_uint8_t)val;
166 n = pp - parts + 1;
/bind-9.11.3/lib/dns/
H A Drrl.c66 isc_uint16_t *pp, p; local
71 pp = primes;
72 while (*pp < result)
73 ++pp;
74 return (*pp);
82 pp = primes;
84 p = *pp++;
89 pp = primes;
91 } while (pp < &primes[sizeof(primes) / sizeof(primes[0])]);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.c404 char **pp; local
434 pp = (char **)(newhp + 1);
446 newhp->h_aliases = pp;
454 pp += naliases + 1;
460 newhp->h_addr_list = pp;
461 pp += naddrs + 1;
462 p = (char *)pp;
488 char **pp = hp->h_aliases; local
489 while (*pp != NULL)
490 free(*pp
[all...]
/bind-9.11.3/unit/atf-src/atf-c/
H A Dmacros_test.c68 atf_fs_path_t pp; local
70 RE(atf_fs_path_init_fmt(&pp, "%s", p));
71 RE(atf_fs_exists(&pp, &b));
72 atf_fs_path_fini(&pp);

Completed in 27 milliseconds