Searched refs:long_options (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zkt-conf.c | 75 static struct option long_options[] = { variable in typeref:struct:option 135 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
|
H A D | zkt-ls.c | 97 static struct option long_options[] = { variable in typeref:struct:option 170 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
|
H A D | dnssec-zkt.c | 91 static struct option long_options[] = { variable in typeref:struct:option 181 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
|
H A D | zkt-keyman.c | 90 static struct option long_options[] = { variable in typeref:struct:option 166 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
|
H A D | zkt-signer.c | 73 static struct option long_options[] = { variable in typeref:struct:option 167 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
|
Completed in 106 milliseconds