/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/ |
H A D | generate_normalize_data.pl | 338 my $flag = 0; 341 $flag |= $CASEMAP_FINAL_BIT; 343 $flag |= $CASEMAP_NONFINAL_BIT; 348 $flag |= $CASEMAP_LAST_BIT if @data == 0; 349 push @result, $flag;
|
/bind-9.11.3/lib/dns/ |
H A D | update.c | 834 isc_boolean_t *flag, isc_boolean_t *cut, isc_boolean_t *unsecure) 845 *flag = ISC_TRUE; 851 *flag = ISC_TRUE; 869 *flag = ISC_FALSE; 878 *flag = ISC_FALSE; 1292 isc_boolean_t flag; local 1307 type, &flag); 1310 if (flag) 1378 isc_boolean_t flag, build_nsec; local 1424 * Do we look at the KSK flag o 833 is_active(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t *flag, isc_boolean_t *cut, isc_boolean_t *unsecure) argument [all...] |
H A D | nsec3.c | 969 const dns_rdata_t *rdata, isc_boolean_t *flag) 983 *flag = ISC_FALSE; 998 *flag = ISC_TRUE; 1000 *flag = ISC_FALSE; 1056 isc_boolean_t flag; local 1097 CHECK(rr_exists(db, ver, origin, &private, &flag)); 1099 if (!flag) { 1150 CHECK(rr_exists(db, ver, origin, &rdata, &flag)); 1152 if (!flag) { 968 rr_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, const dns_rdata_t *rdata, isc_boolean_t *flag) argument
|
H A D | zone.c | 4383 * loaded, we set a flag so that it will send the necessary 7159 rdata.data[1] = 0; /* Clear flag bits. */ 7633 * If we are only changing the optout flag the cost is half 12732 * We have now canceled everything set the flag to allow exit_check() 12733 * to succeed. We must not unlock between setting this flag and 14628 * assemble nsec3parameters from the old zone, and set a flag 17433 const dns_rdata_t *rdata, isc_boolean_t *flag) 17447 *flag = ISC_FALSE; 17462 *flag = ISC_TRUE; 17464 *flag 17432 rr_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, const dns_rdata_t *rdata, isc_boolean_t *flag) argument 17485 isc_boolean_t flag; local 18392 dns_zone_setrequestixfr(dns_zone_t *zone, isc_boolean_t flag) argument 18404 dns_zone_setrequestexpire(dns_zone_t *zone, isc_boolean_t flag) argument [all...] |
/bind-9.11.3/bin/named/ |
H A D | update.c | 1796 const dns_rdata_t *rdata, isc_boolean_t *flag) 1810 *flag = ISC_FALSE; 1825 *flag = ISC_TRUE; 1827 *flag = ISC_FALSE; 2009 isc_boolean_t flag; local 2175 * INITIAL flag to indicate that these parameters 2185 CHECK(rr_exists(db, ver, name, &rdata, &flag)); 2187 if (!flag) { 2201 CHECK(rr_exists(db, ver, name, &rdata, &flag)); 2203 if (flag) { 1795 rr_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, const dns_rdata_t *rdata, isc_boolean_t *flag) argument 2336 isc_boolean_t flag; local 2543 isc_boolean_t flag; local 2785 isc_boolean_t flag; local [all...] |
/bind-9.11.3/unit/atf-src/admin/ |
H A D | compile | 193 for flag in $arg; do 195 linker_opts="$linker_opts $flag"
|
H A D | ltmain.sh | 2176 # Verify that TAGNAME is valid, and either flag an error and exit, or 3440 # On Cygwin there's no "real" PIC flag so we must build both object types 4046 echo "flag during linking and do at least one of the following:" 4057 eval flag=\"$hardcode_libdir_flag_spec\" 4059 $ECHO " - use the '$flag' linker flag" 6499 # flag for every libtool invocation. 6888 # See comment for -static flag below, for more details. 6896 # FIXME: remove this flag sometime in the future. 7043 # Do not include libc_r directly, use -pthread flag [all...] |
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | build.c | 67 append_arg2(const char *flag, const char *arg, atf_list_t *argv) argument 71 err = append_arg1(flag, argv);
|
/bind-9.11.3/bin/named/unix/ |
H A D | os.c | 193 #define SET_CAP(flag) \ 196 capval = (flag); \ 231 #define SET_CAP(flag) do { caps |= (1 << (flag)); } while (0) 527 /* Set ns_smf_chroot flag on successful chroot. */
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | mem.h | 209 void (*setdestroycheck)(isc_mem_t *mctx, isc_boolean_t flag); 212 void (*waterack)(isc_mem_t *ctx, int flag); 330 * inadvisable to use this flag unless the user is very sure about the race
|
/bind-9.11.3/contrib/sdb/ldap/ |
H A D | zone2ldap.c | 83 char *build_dn_from_dc_list (char **dc_list, unsigned int ttl, int flag); 677 build_dn_from_dc_list (char **dc_list, unsigned int ttl, int flag) argument 689 if (flag == WI_SPEC)
|
/bind-9.11.3/contrib/scripts/ |
H A D | check5011.pl | 164 The key has its revoked flag set. This is printed before the key's
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | configure | 2641 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3248 # ... -mt is also the pthreads flag for HP/aCC 3269 for flag in $acx_pthread_flags; do 3271 case $flag in 3278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5 3279 $as_echo_n "checking whether pthreads work with $flag... " >&6; } 3280 PTHREAD_CFLAGS="$flag" 3328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5 3329 $as_echo_n "checking for the pthreads library -l$flag... " >&6; } 3330 PTHREAD_LIBS="-l$flag" [all...] |
/bind-9.11.3/lib/isc/ |
H A D | mem.c | 254 isc__mem_setdestroycheck(isc_mem_t *ctx, isc_boolean_t flag); 271 isc__mem_waterack(isc_mem_t *ctx0, int flag); 1340 isc__mem_waterack(isc_mem_t *ctx0, int flag) { argument 1346 if (flag == ISC_MEM_LOWATER) 1348 else if (flag == ISC_MEM_HIWATER) 1659 isc__mem_setdestroycheck(isc_mem_t *ctx0, isc_boolean_t flag) { argument 1665 ctx->checkfree = flag; 2763 isc_mem_setdestroycheck(isc_mem_t *mctx, isc_boolean_t flag) { argument 2766 mctx->methods->setdestroycheck(mctx, flag); 2782 isc_mem_waterack(isc_mem_t *ctx, int flag) { argument [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | ltconfig | 32 # Discard the --no-reexec flag, and continue. 683 # adding the `-m68020' flag to GCC prevents building anything better, 771 echo $ac_n "checking if $compiler PIC flag $pic_flag works... $ac_c" 1>&6 776 echo "$progname:776: checking if $compiler PIC flag $pic_flag works" >&5 953 echo $ac_n "checking if $compiler static flag $link_static_flag works... $ac_c" 1>&6 958 echo "$progname:958: checking if $compiler static flag $link_static_flag works" >&5 1431 osf4* | osf5*) # As osf3* with the addition of the -msym flag 1565 # Check to see if the nm accepts a BSD-compat flag. 1778 # PORTME Some linkers may need a different reload flag. 2863 # How to pass a linker flag throug [all...] |
H A D | ltmain.sh | 28 # Discard the --no-reexec flag, and continue. 629 # flag for every libtool invokation. 1002 # FIXME: remove this flag sometime in the future. 1157 # Some other compiler flag. 2009 echo "*** application is linked with the -dlopen flag." 2147 eval flag=\"$thread_safe_flag_spec\" 2148 linkopts="$linkopts $flag" 2402 eval flag=\"$hardcode_libdir_flag_spec\" 2403 rpath="$rpath $flag" 2438 eval flag [all...] |
/bind-9.11.3/ |
H A D | ltmain.sh | 938 # Verify that TAGNAME is valid, and either flag an error and exit, or 2154 # On Cygwin there's no "real" PIC flag so we must build both object types 2757 echo "flag during linking and do at least one of the following:" 2768 eval flag=\"$hardcode_libdir_flag_spec\" 2770 $ECHO " - use the \`$flag' linker flag" 5134 # flag for every libtool invocation. 5511 # See comment for -static flag below, for more details. 5519 # FIXME: remove this flag sometime in the future. 5667 # Do not include libc_r directly, use -pthread flag [all...] |
H A D | configure | 4319 # Check to see if the nm accepts a BSD-compat flag. 6922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 6923 $as_echo_n "checking for -single_module linker flag... " >&6; } 6929 # By default we will add the -single_module flag. You can override 6941 # appears in it, assume the flag caused a linker warning 6958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 6959 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } 6991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 6992 $as_echo_n "checking for -force_load linker flag... " >&6; } 7898 # adding the `-m68020' flag t [all...] |
/bind-9.11.3/lib/dns/include/dns/ |
H A D | zone.h | 72 #define DNS_ZONEOPT_UPDATECHECKKSK 0x00800000U /*%< check dnskey KSK flag */ 481 * zone flags. Valid flag bits are DNS_ZONE_F_*. 2297 dns_zone_setrequestexpire(dns_zone_t *zone, isc_boolean_t flag); 2317 dns_zone_setrequestixfr(dns_zone_t *zone, isc_boolean_t flag);
|
/bind-9.11.3/win32utils/ |
H A D | Configure | 2443 int flag = 1; 2446 if (flag) 2473 int flag = 1; 2476 if (flag)
|
/bind-9.11.3/lib/isccfg/ |
H A D | parser.c | 1972 unsigned int flag; member in struct:flagtext 1991 for (p = flagtexts; p->flag != 0; p++) { 1992 if ((flags & p->flag) != 0) {
|
/bind-9.11.3/unit/atf-src/ |
H A D | configure | 2651 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 4956 # Check to see if the nm accepts a BSD-compat flag. 7676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 7677 $as_echo_n "checking for -single_module linker flag... " >&6; } 7683 # By default we will add the -single_module flag. You can override 7695 # appears in it, assume the flag caused a linker warning 7712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 7713 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } 7745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 7746 $as_echo_n "checking for -force_load linker flag [all...] |