Searched defs:short_options (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zkt-conf.c | 73 # define short_options ":aC:c:O:dlstvwV:rh" macro 135 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 ) 137 while ( (c = getopt (argc, argv, short_options)) != -1 )
|
H A D | zkt-ls.c | 92 # define short_options ":HKTV:afC::c:O:dhkLl:prstez" macro 94 # define short_options ":HKTV:af:c:O:dhkLl:prstez" macro 170 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 ) 172 while ( (c = getopt (argc, argv, short_options)) != -1 )
|
H A D | dnssec-zkt.c | 89 # define short_options ":0:1:2:3:9A:C:D:P:S:R:HKTs:ZV:afF:c:O:dhkLl:prtez" macro 181 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 ) 183 while ( (c = getopt (argc, argv, short_options)) != -1 )
|
H A D | zkt-keyman.c | 88 # define short_options ":0:1:2:3:9A:C:D:P:S:R:h:ZV:F:c:O:krz" macro 166 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 ) 168 while ( (c = getopt (argc, argv, short_options)) != -1 )
|
H A D | zkt-signer.c | 68 # define short_options "c:L:V:D:N:o:O:dfHhnrv" macro 70 # define short_options "c:L:V:D:N:o:O:fHhnrv" macro 167 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 ) 169 while ( (c = getopt (argc, argv, short_options)) != -1 )
|
Completed in 2072 milliseconds