Searched refs:recursive (Results 1 - 14 of 14) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zconf.h | 142 int recursive; member in struct:zconf
|
H A D | zconf.c | 140 { "Recursive", first, last, CONF_BOOL, &def.recursive }, 243 set_varptr ("recursive", &cp->recursive, cp2 ? &cp2->recursive: NULL); 976 setconfigpar (config, "recursive", &val);
|
H A D | dki.h | 152 extern int dki_readdir (const char *dir, dki_t **listp, int recursive);
|
H A D | zkt-ls.c | 106 {"recursive", no_argument, NULL, 'r'}, 132 recflag = config->recursive; 240 case 'r': /* switch recursive flag */ 325 fprintf (stderr, "List keys in current or given directory (-r for recursive mode)\n"); 350 fprintf (stderr, "\t-r%s\t recursive mode on/off (default: %s)\n", loptstr(", --recursive", "\t"), recflag ? "on": "off"); 387 dbg_val ("directory: recursive %s\n", path);
|
H A D | dki.c | 392 ** read key files from directory 'dir' and, if recursive is 395 int dki_readdir (const char *dir, dki_t **listp, int recursive) argument 413 if ( is_directory (path) && recursive ) 415 dbg_val ("directory: recursive %s\n", path); 416 dki_readdir (path, listp, recursive);
|
H A D | dnssec-zkt.c | 109 {"recursive", no_argument, NULL, 'r'}, 143 recflag = config->recursive; 276 case 'r': /* switch recursive flag */ 417 fprintf (stderr, "List keys in current or given directory (-r for recursive mode)\n"); 472 fprintf (stderr, "\t-r%s\t recursive mode on/off (default: %s)\n", loptstr(", --recursive", "\t"), recflag ? "on": "off"); 754 dbg_val ("directory: recursive %s\n", path);
|
H A D | zkt-keyman.c | 102 {"recursive", no_argument, NULL, 'r'}, 131 recflag = config->recursive; 234 case 'r': /* switch recursive flag */ 384 fprintf (stderr, "\t-r%s\t recursive mode on/off (default: %s)\n", loptstr(", --recursive", "\t"), recflag ? "on": "off"); 661 dbg_val ("directory: recursive %s\n", path);
|
H A D | configure | 826 ac_init_help=recursive ;; 1194 --help=recursive display the short help of all the included packages 1243 short | recursive ) echo "Configuration of ZKT 1.0:";; 1286 if test "$ac_init_help" = "recursive"; then 1328 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1331 $SHELL "$ac_srcdir/configure" --help=recursive
|
/bind-9.6-ESV-R11/bin/tests/system/checkconf/ |
H A D | bad.conf | 48 recursive-clients 3000;
|
H A D | good.conf | 52 recursive-clients 3000;
|
/bind-9.6-ESV-R11/contrib/queryperf/ |
H A D | configure | 787 ac_init_help=recursive ;; 1178 --help=recursive display the short help of all the included packages 1246 if test "$ac_init_help" = "recursive"; then 1290 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1293 $SHELL "$ac_srcdir/configure" --help=recursive
|
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/ |
H A D | configure | 433 ac_init_help=recursive ;; 793 --help=recursive display the short help of all the included packages 855 if test "$ac_init_help" = "recursive"; then 929 $SHELL $ac_srcdir/configure.gnu --help=recursive 932 $SHELL $ac_srcdir/configure --help=recursive
|
/bind-9.6-ESV-R11/ |
H A D | configure | 1132 ac_init_help=recursive ;; 1521 --help=recursive display the short help of all the included packages 1663 if test "$ac_init_help" = "recursive"; then 1707 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1710 $SHELL "$ac_srcdir/configure" --help=recursive
|
/bind-9.6-ESV-R11/unit/atf-src/ |
H A D | configure | 1125 ac_init_help=recursive ;; 1514 --help=recursive display the short help of all the included packages 1573 short | recursive ) echo "Configuration of Automated Testing Framework 0.17:";; 1638 if test "$ac_init_help" = "recursive"; then 1682 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1685 $SHELL "$ac_srcdir/configure" --help=recursive
|
Completed in 789 milliseconds