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

/bind-9.6-ESV-R11/lib/dns/
H A Dkey.c36 isc_uint32_t ac; local
49 for (ac = 0; size > 1; size -= 2, p += 2)
50 ac += ((*p) << 8) + *(p + 1);
53 ac += ((*p) << 8);
54 ac += (ac >> 16) & 0xffff;
56 return ((isc_uint16_t)(ac & 0xffff));
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dzoneconf.h35 const cfg_obj_t *zconfig, cfg_aclconfctx_t *ac,
47 * \li 'ac' to point to an initialized ns_aclconfctx_t.
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Devent.h62 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
68 (event)->ev_action = (ac); \
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c118 main(int ac, char **av) { argument
152 ac--;
154 while (ac > 0 && **av == '-') {
157 #define MUST_HAVE_ARG if (ac < 2) print_usage(cmd)
164 ac--; av++
169 ac--;
174 ac--;
179 ac--;
184 ac--;
221 ac
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Diconvchk.c126 main (int ac, char **av) argument
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dmissing38 if test -f configure.ac; then
39 configure_ac=configure.ac
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c409 const cfg_obj_t *zconfig, cfg_aclconfctx_t *ac,
534 allow_notify, ac, zone,
541 allow_query, ac, zone,
546 allow_query_on, ac, zone,
649 allow_transfer, ac, zone,
757 allow_update, ac, zone,
831 allow_update_forwarding, ac, zone,
408 ns_zone_configure(const cfg_obj_t *config, const cfg_obj_t *vconfig, const cfg_obj_t *zconfig, cfg_aclconfctx_t *ac, dns_zone_t *zone) argument
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dresconf.c1337 int ac; local
1340 for (ac = 0; *s != '\0' && ac < max_ac; ac++) {
1341 if (ac > 0)
1349 av[ac] = s;
1356 av[ac] = s;
1362 for (i = ac; i < max_ac; i++)
1365 return (ac);
/bind-9.6-ESV-R11/
H A Dltmain.sh4435 or a configure.ac-settable value.

Completed in 216 milliseconds