Home
last modified time | relevance | path

Searched refs:IF_OPTS (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/jp2a/jp2a-1.1.1/src/
H A Doptions.c200 #define IF_OPTS(sopt, lopt) if ( !strcmp(s, sopt) || !strcmp(s, lopt) ) in parse_options() macro
215 IF_OPTS("-h", "--help") { help(); exit(0); } in parse_options()
216 IF_OPTS("-v", "--verbose") { verbose = 1; continue; } in parse_options()
217 IF_OPTS("-d", "--debug") { debug = 1; continue; } in parse_options()
219 IF_OPTS("--color", "--colors") { usecolors = 1; in parse_options()
249 IF_OPTS("-b", "--border") { use_border = 1; continue; } in parse_options()
250 IF_OPTS("-i", "--invert") { invert = !invert; continue; } in parse_options()
253 IF_OPTS("-x", "--flipx") { flipx = 1; continue; } in parse_options()
254 IF_OPTS("-y", "--flipy") { flipy = 1; continue; } in parse_options()
255 IF_OPTS("-V", "--version") { print_version(); exit(0); } in parse_options()
[all …]
/dports/graphics/a2png/a2png-0.1.5/src/
H A Doptions_t.c129 #define IF_OPTS(s1, s2) if ( !strcmp(arg, s1) || !strcmp(arg, s2) ) in parse_options() macro
149 IF_OPTS("--help", "-h") { in parse_options()
154 IF_OPTS("--version", "-V") { in parse_options()
164 IF_OPTS("--verbose", "-v") { in parse_options()
174 IF_OPTS("--silent", "-s") { in parse_options()
/dports/mail/surblhost/surblhost-0.8.0/src/
H A Dsurblhost.c565 #define IF_OPTS(str1, str2) if ( !strcmp(argv[n], str1) || !strcmp(argv[n], str2) ) in parse_options() macro
586 IF_OPTS("-f", "--skip-whitelist") { in parse_options()
633 IF_OPTS("-h", "--help") { in parse_options()
638 IF_OPTS("-V", "--version") { in parse_options()
643 IF_OPTS("-r", "--recursive" ) { in parse_options()
648 IF_OPTS("-s", "--strip-sub") { in parse_options()
653 IF_OPTS("-v", "--verbose") { in parse_options()
663 IF_OPTS("-q", "--quiet") { in parse_options()
/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Dif-options.h46 #define IF_OPTS "146bc:de:f:gh:i:j:kl:m:no:pqr:s:t:u:v:wxy:z:" \ macro
48 #define NOERR_IF_OPTS ":" IF_OPTS
H A Ddhcpcd.c1535 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1) in dhcpcd_handleargs()
1917 ctx.options & DHCPCD_PRINT_PIDFILE ? NOERR_IF_OPTS : IF_OPTS, in main()
H A Dif-options.c2667 ctx->options & DHCPCD_PRINT_PIDFILE ? NOERR_IF_OPTS : IF_OPTS, in add_options()
/dports/misc/rump/buildrump.sh-b914579/brlib/libnetconfig/
H A Ddhcp_if-options.h37 #define IF_OPTS "bc:de:f:gh:i:kl:m:no:pqr:s:t:u:v:wxy:z:ABC:DEF:GHI:JKLO:Q:S:TUVW:X:Z:" macro