Home
last modified time | relevance | path

Searched refs:opt_char (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dgetopt32.c334 unsigned char opt_char; member
406 on_off->opt_char = *s;
451 for (on_off = complementary; on_off->opt_char; on_off++)
452 if (on_off->opt_char == l_o->val)
456 on_off->opt_char = l_o->val;
504 for (on_off = complementary; on_off->opt_char; on_off++)
505 if (on_off->opt_char == *s)
544 for (on_off = complementary; on_off->opt_char; on_off++)
545 if (on_off->opt_char == *s) {
604 if (on_off->opt_char == '\0' /* && c != '\0' */) {
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/targets/avida-viewer/
H A DcTabBox.h72 char opt_char = 0; // Default key char to zero. in AddTab() local
75 opt_char = name[opt_pos]; in AddTab()
76 if (opt_char >= 'A' && opt_char <= 'Z') opt_char = opt_char - 'A' + 'a'; in AddTab()
78 optkey_array.Push(opt_char); in AddTab()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dmbo_getopt.c84 if (opts[opts_idx].opt_char == '-') in mbo_getopt()
120 if (opts[opts_idx].opt_char == '-') in mbo_getopt()
137 else if (argv[*optind][optchr] == opts[opts_idx].opt_char) in mbo_getopt()
167 return opts[opts_idx].opt_char; in mbo_getopt()
188 return opts[opts_idx].opt_char; in mbo_getopt()
/dports/devel/yasm/yasm-1.3.0/tools/re2c/
H A Dmbo_getopt.c84 if (opts[opts_idx].opt_char == '-') in mbo_getopt()
120 if (opts[opts_idx].opt_char == '-') in mbo_getopt()
137 else if (argv[*optind][optchr] == opts[opts_idx].opt_char) in mbo_getopt()
167 return opts[opts_idx].opt_char; in mbo_getopt()
188 return opts[opts_idx].opt_char; in mbo_getopt()
/dports/games/zdoom/zdoom-2.8.1/tools/re2c/
H A Dmbo_getopt.cc93 if (opts[opts_idx].opt_char == '-') in mbo_getopt()
133 if (opts[opts_idx].opt_char == '-') in mbo_getopt()
151 else if (argv[*optind][optchr] == opts[opts_idx].opt_char) in mbo_getopt()
181 return opts[opts_idx].opt_char; in mbo_getopt()
202 return opts[opts_idx].opt_char; in mbo_getopt()
H A Dmbo_getopt.h20 : opt_char(_opt_char), need_param(_need_param), opt_name(_opt_name) in mbo_opt_struct()
24 const char opt_char; member
/dports/mail/gensig/gensig-2.3/
H A Dcattag.c57 int opt_char; in main() local
71 while ((opt_char = in main()
79 switch (opt_char) in main()
109 "?? getopt returned character code 0x%x ??\n", opt_char); in main()
H A Dgensig.c170 int opt_char; in main() local
191 while ((opt_char = in main()
199 switch (opt_char) in main()
254 "?? getopt returned character code 0x%x ??\n", opt_char); in main()
/dports/devel/hyperscan/hyperscan-5.4.0/util/
H A Dwin_getopt.h100 char opt_char = *ptr; in getopt_long() local
103 if ((check = (char *)strchr(options, opt_char)) != NULL) { in getopt_long()
107 warn(req_arg_char, opt_char); in getopt_long()
114 return opt_char; in getopt_long()
116 warn(ill_shortopt_char, opt_char); in getopt_long()
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dshell_common.c420 int opt_char = getopt(argc, argv, ulimit_opt_string); in shell_builtin_ulimit() local
422 if (opt_char == -1) in shell_builtin_ulimit()
424 if (opt_char == 'H') { in shell_builtin_ulimit()
428 if (opt_char == 'S') { in shell_builtin_ulimit()
433 if (opt_char == 'a') { in shell_builtin_ulimit()
442 if (opt_char == 1) in shell_builtin_ulimit()
443 opt_char = 'f'; in shell_builtin_ulimit()
445 if (opt_char == l->option) { in shell_builtin_ulimit()
/dports/www/mod_php80/php-8.0.15/main/
H A Dgetopt.c109 if (opts[php_optidx].opt_char == '-') { in php_getopt()
136 if (opts[php_optidx].opt_char == '-') { in php_getopt()
148 } else if (argv[*optind][optchr] == opts[php_optidx].opt_char) { in php_getopt()
176 return opts[php_optidx].opt_char; in php_getopt()
190 return opts[php_optidx].opt_char; in php_getopt()
/dports/www/mod_php81/php-8.1.1/main/
H A Dgetopt.c109 if (opts[php_optidx].opt_char == '-') { in php_getopt()
136 if (opts[php_optidx].opt_char == '-') { in php_getopt()
148 } else if (argv[*optind][optchr] == opts[php_optidx].opt_char) { in php_getopt()
176 return opts[php_optidx].opt_char; in php_getopt()
190 return opts[php_optidx].opt_char; in php_getopt()
/dports/lang/php74/php-7.4.27/main/
H A Dgetopt.c111 if (opts[php_optidx].opt_char == '-') { in php_getopt()
138 if (opts[php_optidx].opt_char == '-') { in php_getopt()
150 } else if (argv[*optind][optchr] == opts[php_optidx].opt_char) { in php_getopt()
178 return opts[php_optidx].opt_char; in php_getopt()
192 return opts[php_optidx].opt_char; in php_getopt()
/dports/lang/php73/php-7.3.33/main/
H A Dgetopt.c111 if (opts[php_optidx].opt_char == '-') { in php_getopt()
138 if (opts[php_optidx].opt_char == '-') { in php_getopt()
150 } else if (argv[*optind][optchr] == opts[php_optidx].opt_char) { in php_getopt()
178 return opts[php_optidx].opt_char; in php_getopt()
192 return opts[php_optidx].opt_char; in php_getopt()
/dports/lang/php81/php-8.1.1/main/
H A Dgetopt.c109 if (opts[php_optidx].opt_char == '-') { in php_getopt()
136 if (opts[php_optidx].opt_char == '-') { in php_getopt()
148 } else if (argv[*optind][optchr] == opts[php_optidx].opt_char) { in php_getopt()
176 return opts[php_optidx].opt_char; in php_getopt()
190 return opts[php_optidx].opt_char; in php_getopt()
/dports/lang/php80/php-8.0.15/main/
H A Dgetopt.c109 if (opts[php_optidx].opt_char == '-') { in php_getopt()
136 if (opts[php_optidx].opt_char == '-') { in php_getopt()
148 } else if (argv[*optind][optchr] == opts[php_optidx].opt_char) { in php_getopt()
176 return opts[php_optidx].opt_char; in php_getopt()
190 return opts[php_optidx].opt_char; in php_getopt()
/dports/www/mod_php74/php-7.4.27/main/
H A Dgetopt.c111 if (opts[php_optidx].opt_char == '-') { in php_getopt()
138 if (opts[php_optidx].opt_char == '-') { in php_getopt()
150 } else if (argv[*optind][optchr] == opts[php_optidx].opt_char) { in php_getopt()
178 return opts[php_optidx].opt_char; in php_getopt()
192 return opts[php_optidx].opt_char; in php_getopt()
/dports/www/mod_php73/php-7.3.33/main/
H A Dgetopt.c111 if (opts[php_optidx].opt_char == '-') { in php_getopt()
138 if (opts[php_optidx].opt_char == '-') { in php_getopt()
150 } else if (argv[*optind][optchr] == opts[php_optidx].opt_char) { in php_getopt()
178 return opts[php_optidx].opt_char; in php_getopt()
192 return opts[php_optidx].opt_char; in php_getopt()
/dports/graphics/box/box-0.4.0/box/
H A Dargparse.c44 ap->opt_char = '-'; in BCArgParser_Init()
89 if (ap->opts[opt_index].opt_char == c) { in My_Parse_Short()
201 char opt_char = ap->opt_char; in BCArgParser_Parse() local
218 if (sz < 2 || arg[0] != opt_char) { in BCArgParser_Parse()
225 if (arg[1] == opt_char) { in BCArgParser_Parse()
/dports/net/libmaxminddb/libmaxminddb-1.6.0/bin/
H A Dmmdblookup.c247 int opt_char = getopt_long(argc, argv, optstring, options, &opt_index); local
249 if (-1 == opt_char) {
253 if ('f' == opt_char) {
255 } else if ('i' == opt_char) {
257 } else if ('v' == opt_char) {
259 } else if ('n' == opt_char) {
261 } else if ('b' == opt_char) {
263 } else if ('h' == opt_char || '?' == opt_char) {
265 } else if (opt_char == 't') {
267 } else if (opt_char == 'I') {
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/filter_geoip2/libmaxminddb/bin/
H A Dmmdblookup.c245 int opt_char = getopt_long(argc, argv, optstring, options, local
248 if (-1 == opt_char) {
252 if ('f' == opt_char) {
254 } else if ('i' == opt_char) {
256 } else if ('v' == opt_char) {
258 } else if ('n' == opt_char) {
260 } else if ('b' == opt_char) {
262 } else if ('h' == opt_char || '?' == opt_char) {
264 } else if (opt_char == 't') {
266 } else if (opt_char == 'I') {
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sdiag/
H A Dopts.c70 int opt_char; in parse_command_line() local
93 while ((opt_char = getopt_long(argc, argv, "ahiM:rtTV", long_options, in parse_command_line()
95 switch (opt_char) { in parse_command_line()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sbatch/
H A Dxlate.c167 int opt_char, option_index = 0; in _set_bsub_options() local
185 while ((opt_char = getopt_long(argc, argv, bsub_opt_string, in _set_bsub_options()
191 switch (opt_char) { in _set_bsub_options()
200 xlate_val = opt_char; in _set_bsub_options()
251 opt_char); in _set_bsub_options()
271 int opt_char, option_index = 0; in _set_pbs_options() local
304 while ((opt_char = getopt_long(argc, argv, pbs_opt_string, in _set_pbs_options()
310 switch (opt_char) { in _set_pbs_options()
319 xlate_val = opt_char; in _set_pbs_options()
398 opt_char); in _set_pbs_options()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/demangle/
H A Ddemangle.cpp111 int opt_char; in main() local
112 while ((opt_char = getopt(argc, argv, "c")) != -1) { in main()
113 if (opt_char == 'c') { in main()
/dports/net-mgmt/sendip/sendip-2.5/
H A Ddummy.c98 const char opt_char='dummy'; variable
132 return opt_char; in get_optchar()

1234567