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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt-ls.c92 # 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 Dzkt-conf.c73 # 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 Ddnssec-zkt.c89 # 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 Dzkt-keyman.c88 # 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 Dzkt-signer.c68 # 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 17 milliseconds