Home
last modified time | relevance | path

Searched defs:gengetopt_args_info (Results 1 – 25 of 62) sorted by relevance

123

/dports/net-mgmt/coovachilli/coova-chilli-1.0.12/src/
H A Dcmdline.h33 struct gengetopt_args_info struct
37 int fg_flag; /**< @brief Run in foreground (default=off). */
39 int debug_flag; /**< @brief Run in debug mode (default=off). */
47 char * conf_arg; /**< @brief Read configuration file. */
68 char * dynip_arg; /**< @brief Dynamic IP address pool. */
73 char * statip_arg; /**< @brief Static IP address pool. */
139 char * locationname_arg; /**< @brief Location Name. */
165 char * dhcpmac_arg; /**< @brief Interface MAC address. */
279 char * ssid_arg; /**< @brief SSID of the session. */
282 char * vlan_arg; /**< @brief VLAN of the session. */
[all …]
/dports/security/opensc/OpenSC-0.22.0/src/tools/
H A Dnpa-tool-cmdline.h38 struct gengetopt_args_info struct
48 char * pin_arg; /**< @brief Run PACE with (transport) eID-PIN. */
51 char * puk_arg; /**< @brief Run PACE with PUK. */
54 char * can_arg; /**< @brief Run PACE with CAN. */
62 char * new_pin_arg; /**< @brief Install a new PIN. */
83 char * private_key_arg; /**< @brief Terminal's private key. */
122 int read_dg14_flag; /**< @brief Read DG 14 (default=off). */
124 int read_dg15_flag; /**< @brief Read DG 15 (default=off). */
126 int read_dg16_flag; /**< @brief Read DG 16 (default=off). */
176 unsigned int pin_given ; /**< @brief Whether pin was given. */
[all …]
H A Dgoid-tool-cmdline.h38 struct gengetopt_args_info struct
40 const char *help_help; /**< @brief Print help and exit help description. */
48 const char *verify_pin_help; /**< @brief Verify PIN help description. */
51 const char *new_pin_help; /**< @brief Change PIN help description. */
61 char * key_arg; /**< @brief Private key for the CV certificate. */
65 char * write_cardid_arg; /**< @brief Write the specified card ID. */
122 unsigned int help_given ; /**< @brief Whether help was given. */
124 unsigned int reader_given ; /**< @brief Whether reader was given. */
131 unsigned int info_given ; /**< @brief Whether info was given. */
133 unsigned int key_given ; /**< @brief Whether key was given. */
[all …]
/dports/biology/treekin/Treekin-0.5.1/src/
H A Dtreekin_cmdline.h38 struct gengetopt_args_info struct
42 int absorb_arg; /**< @brief Make a state absorbing. */
69 double t0_arg; /**< @brief Start time (default='0.1'). */
71 const char *t0_help; /**< @brief Start time help description. */
72 double t8_arg; /**< @brief Stop time (default='1E12'). */
74 const char *t8_help; /**< @brief Stop time help description. */
132 int info_flag; /**< @brief Show settings (default=off). */
183 unsigned int t0_given ; /**< @brief Whether t0 was given. */
184 unsigned int t8_given ; /**< @brief Whether t8 was given. */
187 unsigned int p0_given ; /**< @brief Whether p0 was given. */
[all …]
/dports/textproc/source-highlight/source-highlight-3.1.9/src/
H A Dcmdline.h42 struct gengetopt_args_info struct
47 char * input_arg; /**< @brief Input file (default=stdin). */
69 int tab_arg; /**< @brief specify tab length. (default='8'). */
72 char * header_arg; /**< @brief file to insert as header. */
75 char * footer_arg; /**< @brief file to insert as footer. */
96 char * output_dir_arg; /**< @brief output directory. */
99 char * lang_def_arg; /**< @brief language definition file. */
169 unsigned int doc_given ; /**< @brief Whether doc was given. */
171 unsigned int css_given ; /**< @brief Whether css was given. */
173 unsigned int tab_given ; /**< @brief Whether tab was given. */
[all …]
/dports/math/lcalc/lcalc-1.23/include/
H A Dcmdline.h33 struct gengetopt_args_info struct
64 int zeros_arg; /**< @brief number of zeros to find. */
71 char * stepsize_arg; /**< @brief Used with zeros-interval. */
158 unsigned int x_given ; /**< @brief Whether x was given. */
159 unsigned int y_given ; /**< @brief Whether y was given. */
164 unsigned int X_given ; /**< @brief Whether X was given. */
165 unsigned int Y_given ; /**< @brief Whether Y was given. */
173 unsigned int a1_given ; /**< @brief Whether a1 was given. */
174 unsigned int a2_given ; /**< @brief Whether a2 was given. */
175 unsigned int a3_given ; /**< @brief Whether a3 was given. */
[all …]
/dports/devel/firmware-utils/firmware-utils-20111222/
H A Dimagetag_cmdline.h38 struct gengetopt_args_info struct
48 char * output_arg; /**< @brief Name of output file.. */
51 char * cfe_arg; /**< @brief File with CFE to include in the image.. */
78 char * load_addr_arg; /**< @brief Kernel load address.. */
113 unsigned int help_given ; /**< @brief Whether help was given. */
115 unsigned int kernel_given ; /**< @brief Whether kernel was given. */
116 unsigned int rootfs_given ; /**< @brief Whether rootfs was given. */
117 unsigned int output_given ; /**< @brief Whether output was given. */
118 unsigned int cfe_given ; /**< @brief Whether cfe was given. */
120 unsigned int chipid_given ; /**< @brief Whether chipid was given. */
[all …]
/dports/security/libgsasl/gsasl-1.10.0/src/
H A Dgsasl_cmd.h42 struct gengetopt_args_info struct
46 int client_flag; /**< @brief Act as client. (default=on). */
47 const char *client_help; /**< @brief Act as client. help description. */
48 int server_flag; /**< @brief Act as server. (default=off). */
65 char * mechanism_arg; /**< @brief Mechanism to use.. */
82 char * realm_arg; /**< @brief Realm. Defaults to hostname.. */
125 char * priority_arg; /**< @brief Cipher priority string.. */
133 unsigned int help_given ; /**< @brief Whether help was given. */
142 unsigned int imap_given ; /**< @brief Whether imap was given. */
143 unsigned int smtp_given ; /**< @brief Whether smtp was given. */
[all …]
/dports/security/gsasl/gsasl-1.10.0/src/
H A Dgsasl_cmd.h42 struct gengetopt_args_info struct
46 int client_flag; /**< @brief Act as client. (default=on). */
47 const char *client_help; /**< @brief Act as client. help description. */
48 int server_flag; /**< @brief Act as server. (default=off). */
65 char * mechanism_arg; /**< @brief Mechanism to use.. */
82 char * realm_arg; /**< @brief Realm. Defaults to hostname.. */
125 char * priority_arg; /**< @brief Cipher priority string.. */
133 unsigned int help_given ; /**< @brief Whether help was given. */
142 unsigned int imap_given ; /**< @brief Whether imap was given. */
143 unsigned int smtp_given ; /**< @brief Whether smtp was given. */
[all …]
/dports/devel/gengetopt/gengetopt-2.23/src/
H A Dcmdline.h42 struct gengetopt_args_info struct
54 …truct_name_arg; /**< @brief name of generated args info struct (default='gengetopt_args_info'). */ argument
60 char * output_dir_arg; /**< @brief output directory. */
63 char * header_output_dir_arg; /**< @brief header output directory. */
66 char * src_output_dir_arg; /**< @brief source output directory. */
69 char * c_extension_arg; /**< @brief extension of c file (default='c'). */
108 unsigned int help_given ; /**< @brief Whether help was given. */
110 unsigned int full_help_given ; /**< @brief Whether full-help was given. */
111 unsigned int version_given ; /**< @brief Whether version was given. */
112 unsigned int input_given ; /**< @brief Whether input was given. */
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/RNAlocmin/
H A DRNAlocmin_cmdline.h38 struct gengetopt_args_info struct
50 char * move_arg; /**< @brief Move set:
53 char * move_orig; /**< @brief Move set:
56 const char *move_help; /**< @brief Move set:
59 int min_num_arg; /**< @brief Maximal number of local minima returned
65 int find_num_arg; /**< @brief Maximal number of local minima found
85 char * walk_arg; /**< @brief Walking method used
89 char * walk_orig; /**< @brief Walking method used
93 const char *walk_help; /**< @brief Walking method used
162 unsigned int seq_given ; /**< @brief Whether seq was given. */
[all …]
/dports/security/shishi/shishi-1.0.2/src/
H A Dshishi_cmd.h38 struct gengetopt_args_info struct
54 int proxy_flag; /**< @brief Get a proxy ticket. (default=off). */
67 char * realm_arg; /**< @brief Set default realm.. */
85 char * ticket_file_arg; /**< @brief Read tickets from FILE.. */
91 int quiet_flag; /**< @brief Don't produce any diagnostic output.
101 unsigned int verbose_min; /**< @brief Produce verbose output.
103 unsigned int verbose_max; /**< @brief Produce verbose output.
105 const char *verbose_help; /**< @brief Produce verbose output.
108 unsigned int help_given ; /**< @brief Whether help was given. */
111 unsigned int list_given ; /**< @brief Whether list was given. */
[all …]
H A Dshisa_cmd.h38 struct gengetopt_args_info struct
49 int force_flag; /**< @brief Allow removal of non-empty realms.
53 int enabled_flag; /**< @brief Only dump or list enabled principals.
66 long key_version_arg; /**< @brief Version of key.. */
88 int verbose_flag; /**< @brief Produce verbose output.
90 const char *verbose_help; /**< @brief Produce verbose output.
92 int quiet_flag; /**< @brief Don't produce any diagnostic output.
97 unsigned int help_given ; /**< @brief Whether help was given. */
99 unsigned int add_given ; /**< @brief Whether add was given. */
100 unsigned int dump_given ; /**< @brief Whether dump was given. */
[all …]
H A Dshishid_cmd.h38 struct gengetopt_args_info struct
40 const char *help_help; /**< @brief Print help and exit help description. */
41 const char *version_help; /**< @brief Print version and exit help description. */
45 char * setuid_arg; /**< @brief After binding socket, set user identity.. */
48 int no_tls_flag; /**< @brief Disable TLS support (default=off). */
49 const char *no_tls_help; /**< @brief Disable TLS support help description. */
68 unsigned int verbose_min; /**< @brief Produce verbose output.
70 unsigned int verbose_max; /**< @brief Produce verbose output.
72 const char *verbose_help; /**< @brief Produce verbose output.
74 int quiet_flag; /**< @brief Don't produce any diagnostic output.
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/Kinfold/
H A Dcmdline.h38 struct gengetopt_args_info struct
46 float Temp_arg; /**< @brief simulation temperature (default='37'). */
49 char * Par_arg; /**< @brief read energy-parameter-file. */
54 int noShift_flag; /**< @brief turn off shift-moves (default=off). */
83 double phi_arg; /**< @brief set phi value. */
102 unsigned int help_given ; /**< @brief Whether help was given. */
106 unsigned int Temp_given ; /**< @brief Whether Temp was given. */
107 unsigned int Par_given ; /**< @brief Whether Par was given. */
110 unsigned int noLP_given ; /**< @brief Whether noLP was given. */
111 unsigned int seed_given ; /**< @brief Whether seed was given. */
[all …]
/dports/security/proxytunnel/proxytunnel-1.10.20210604/
H A Dcmdline.h28 struct gengetopt_args_info { struct
33 char *domain_arg; /* NTLM Domain override */
35 char *proxyauth_arg; /* Local proxy auth. */
41 char *remproxyauth_arg; /* Remote proxy auth. */
43 int ntlm_flag; /* Turn on ntlm (default=off). */
44 int inetd_flag; /* Turn on inetd (default=off). */
54 char *host_arg; /* Optional Host Header */
57 int help_given; /* Whether help was given. */
59 int user_given; /* Whether user was given. */
60 int pass_given; /* Whether pass was given. */
[all …]
/dports/finance/libofx/libofx-0.10.2/ofxconnect/
H A Dcmdline.h42 struct gengetopt_args_info struct
49 char * fid_arg; /**< @brief FI identifier. */
52 char * org_arg; /**< @brief FI org tag. */
55 char * bank_arg; /**< @brief IBAN bank identifier. */
58 char * broker_arg; /**< @brief Broker identifier. */
61 char * user_arg; /**< @brief User name. */
64 char * pass_arg; /**< @brief Password. */
67 char * acct_arg; /**< @brief Account ID. */
79 int trid_arg; /**< @brief Transaction id. */
94 unsigned int fid_given ; /**< @brief Whether fid was given. */
[all …]
/dports/graphics/gliv/gliv-1.9.7/src/include/
H A Dcmdline.h42 struct gengetopt_args_info struct
46 char * add_all_arg; /**< @brief Add all files in the directory. */
49 char * recursive_arg; /**< @brief Recursive directory traversal. */
52 char * sort_arg; /**< @brief Show images in sorted order. */
55 char * shuffle_arg; /**< @brief Show images in random order. */
58 char * force_load_arg; /**< @brief Try to load every file. */
67 char * build_menus_arg; /**< @brief No images menu at startup. */
76 char * null_arg; /**< @brief Read null-terminated filenames. */
79 char * collection_arg; /**< @brief Output a collection. */
82 char * geometry_arg; /**< @brief Initial window geometry. */
[all …]
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmetric/
H A Dcmdline.h38 struct gengetopt_args_info struct
40 const char *help_help; /**< @brief Print help and exit help description. */
45 char * name_arg; /**< @brief Name of the metric. */
47 const char *name_help; /**< @brief Name of the metric help description. */
48 char * value_arg; /**< @brief Value of the metric. */
50 const char *value_help; /**< @brief Value of the metric help description. */
66 char * group_arg; /**< @brief Group of the metric. */
69 char * cluster_arg; /**< @brief Cluster of the metric. */
72 char * desc_arg; /**< @brief Description of the metric. */
75 char * title_arg; /**< @brief Title of the metric. */
[all …]
/dports/graphics/cptutils/cptutils-1.74/src/svgx/
H A Doptions.h38 struct gengetopt_args_info struct
42 int all_flag; /**< @brief convert all gradients (default=off). */
47 char * backtrace_file_arg; /**< @brief write backtrace to file. */
50 char * backtrace_format_arg; /**< @brief backtrace format. */
62 int list_flag; /**< @brief list gradients in file (default=off). */
69 char * output_arg; /**< @brief output filename (not with -a). */
74 char * type_arg; /**< @brief output format (see manual). */
80 int verbose_flag; /**< @brief verbose operation (default=off). */
83 unsigned int help_given ; /**< @brief Whether help was given. */
85 unsigned int all_given ; /**< @brief Whether all was given. */
[all …]
/dports/devel/gengetopt/gengetopt-2.23/doc/
H A Dcmdline1.h38 struct gengetopt_args_info struct
40 const char *help_help; /**< @brief Print help and exit help description. */
44 char * str_opt_arg; /**< @brief A string option, for a filename. */
53 int int_opt_arg; /**< @brief A int option. */
55 const char *int_opt_help; /**< @brief A int option help description. */
56 int flag_opt_flag; /**< @brief A flag option (default=off). */
57 const char *flag_opt_help; /**< @brief A flag option help description. */
59 long long_opt_arg; /**< @brief A long option. */
68 int secret_arg; /**< @brief hidden option will not appear in --help. */
71 int dependant_arg; /**< @brief option that depends on str-opt. */
[all …]
/dports/security/oath-toolkit/oath-toolkit-2.6.2/pskctool/
H A Dpskctool_cmd.h42 struct gengetopt_args_info struct
50 int quiet_flag; /**< @brief Quiet operation (default=off). */
51 const char *quiet_help; /**< @brief Quiet operation help description. */
52 int verbose_flag; /**< @brief Produce more output (default=off). */
58 int sign_flag; /**< @brief Sign PSKC input (default=off). */
59 const char *sign_help; /**< @brief Sign PSKC input help description. */
60 char * sign_key_arg; /**< @brief Private key to sign with. */
63 char * sign_crt_arg; /**< @brief X.509 certificate to sign with. */
72 unsigned int help_given ; /**< @brief Whether help was given. */
74 unsigned int strict_given ; /**< @brief Whether strict was given. */
[all …]
/dports/graphics/cptutils/cptutils-1.74/src/xycpt/
H A Doptions.h38 struct gengetopt_args_info struct
45 char * backtrace_file_arg; /**< @brief write backtrace to file. */
48 char * backtrace_format_arg; /**< @brief backtrace format. */
51 int discrete_flag; /**< @brief output cpt is discrete (default=off). */
56 char * nan_arg; /**< @brief nan colour (default='255/0/0'). */
58 const char *nan_help; /**< @brief nan colour help description. */
59 char * output_arg; /**< @brief output filename. */
62 char * register_arg; /**< @brief registration low|mid|up. */
65 int unit_flag; /**< @brief colours in range 0-1 (default=off). */
67 int verbose_flag; /**< @brief verbose operation (default=off). */
[all …]
/dports/audio/id3lib/id3lib-3.8.3/examples/
H A Ddemo_tag_options.h12 struct gengetopt_args_info { struct
15 char * artist_arg; /* Set the artist information. */
16 char * album_arg; /* Set the album title information. */
17 char * song_arg; /* Set the title information. */
18 char * comment_arg; /* Set the comment information. */
19 char * desc_arg; /* Set the comment description. */
20 char * year_arg; /* Set the year. */
21 char * track_arg; /* Set the track number. */
22 char * total_arg; /* Set the total number of tracks. */
23 short genre_arg; /* Set the genre. */
[all …]
/dports/multimedia/quvi/quvi-0.4.2/src/quvi/
H A Dcmdline.h44 struct gengetopt_args_info struct
51 char * agent_arg; /**< @brief Identify as (default='Mozilla/5.0'). */
53 const char *agent_help; /**< @brief Identify as help description. */
54 char * proxy_arg; /**< @brief Use proxy with HTTP connections. */
60 char ** exec_arg; /**< @brief Execute command when done parsing. */
99 unsigned int help_given ; /**< @brief Whether help was given. */
104 unsigned int agent_given ; /**< @brief Whether agent was given. */
105 unsigned int proxy_given ; /**< @brief Whether proxy was given. */
107 unsigned int exec_given ; /**< @brief Whether exec was given. */
108 unsigned int format_given ; /**< @brief Whether format was given. */
[all …]

123