Searched refs:opt_index (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt-conf.c100 int opt_index; local
131 opt_index = 0;
135 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
H A Dzkt-ls.c145 int opt_index; local
167 opt_index = 0;
170 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
H A Ddnssec-zkt.c154 int opt_index; local
178 opt_index = 0;
181 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
H A Dzkt-keyman.c139 int opt_index; local
163 opt_index = 0;
166 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
H A Dzkt-signer.c139 int opt_index; local
167 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )

Completed in 18 milliseconds