Searched refs:opt_index (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zkt-conf.c | 100 int opt_index; local 131 opt_index = 0; 135 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
|
H A D | zkt-ls.c | 145 int opt_index; local 167 opt_index = 0; 170 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
|
H A D | dnssec-zkt.c | 154 int opt_index; local 178 opt_index = 0; 181 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
|
H A D | zkt-keyman.c | 139 int opt_index; local 163 opt_index = 0; 166 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
|
H A D | zkt-signer.c | 139 int opt_index; local 167 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
|
Completed in 18 milliseconds