Home
last modified time | relevance | path

Searched refs:optchars (Results 1 – 18 of 18) sorted by relevance

/dports/net-mgmt/ndoutils/ndoutils-2.1.3/src/
H A Dfile2sock.c158 char optchars[32]; in process_arguments() local
181 snprintf(optchars,sizeof(optchars),"s:d:t:p:hlV"); in process_arguments()
185 c=getopt_long(argc,argv,optchars,long_options,&option_index); in process_arguments()
187 c=getopt(argc,argv,optchars); in process_arguments()
H A Dlog2ndo.c204 char optchars[32]; in process_arguments() local
228 snprintf(optchars,sizeof(optchars),"s:d:i:t:p:hlV"); in process_arguments()
232 c=getopt_long(argc,argv,optchars,long_options,&option_index); in process_arguments()
234 c=getopt(argc,argv,optchars); in process_arguments()
H A Dndo2db.c283 char optchars[32]; in ndo2db_process_arguments() local
305 snprintf(optchars,sizeof(optchars),"c:ifhlV"); in ndo2db_process_arguments()
309 c=getopt_long(argc,argv,optchars,long_options,&option_index); in ndo2db_process_arguments()
311 c=getopt(argc,argv,optchars); in ndo2db_process_arguments()
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_uniq24 local optchars="cdufs"
26 optchars="${optchars}i"
28 args=( ${(M)args:#(|\*)(|\(*\))-[$optchars]*} )
/dports/devel/rgbds/rgbds/.github/actions/
H A Ddoc_postproc.awk33 optchars = substr($0, RSTART + 18, RLENGTH - 18)
34 i = length(optchars)
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/args/
H A Dargs.h99 static inline bool args_options(char const *optchars) in args_options() argument
101 return string_find_first_of(&args.d_option, optchars) != UFAILED; in args_options()
/dports/emulators/jzintv/jzintv-20200712-src/src/util/
H A Dsplit_rom.c38 static const char *optchars = "h?l"; variable
152 while ((c = getopt_long(argc, argv, optchars, long_opts, &option_idx)) in main()
H A Drom_merge.c42 static const char *optchars = "frh?l3s"; variable
240 while ((c = getopt_long(argc, argv, optchars, long_opts, &option_idx)) in main()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/
H A Dfluidsynth.c214 char *optchars = "a:C:c:df:G:g:hijK:L:lm:no:p:R:r:sVvz:"; local
257 c = getopt_long(argc, argv, optchars, long_options, &option_index);
270 optarg = strchr (optchars, c); /* find the option character in optchars */
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/
H A Dfluidsynth.c214 char *optchars = "a:C:c:df:G:g:hijK:L:lm:no:p:R:r:sVvz:"; local
257 c = getopt_long(argc, argv, optchars, long_options, &option_index);
270 optarg = strchr (optchars, c); /* find the option character in optchars */
/dports/net/rdist6/rdist-6.1.5/src/
H A Drdist.c71 char optchars[] = "A:a:bcd:DFf:hil:L:M:m:NnOo:p:P:qRrst:Vvwxy"; variable
159 while ((c = getopt(argc, argv, optchars)) != -1)
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/
H A Dfluidsynth.c297 char *optchars = "a:C:c:dE:f:F:G:g:hijK:L:lm:nO:o:p:R:r:sT:Vvz:"; local
346 c = getopt_long(argc, argv, optchars, long_options, &option_index);
359 optarg = strchr (optchars, c); /* find the option character in optchars */
/dports/math/gretl/gretl-2021d/utils/scriptfix/
H A Dscriptfix.c94 const char *optchars = "abcdefghijklmnopqrstuvwxyz-"; in is_option() local
97 s += strspn(s, optchars); in is_option()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/
H A Dfluidsynth.c393 static const char optchars[] = "a:C:c:dE:f:F:G:g:hijK:L:lm:nO:o:p:QqR:r:sT:Vvz:"; local
460 c = getopt_long(argc, argv, optchars, long_options, &option_index);
481 optarg = strchr(optchars, c); /* find the option character in optchars */
/dports/net-mgmt/nrpe3/nrpe-nrpe-3.2.1/src/
H A Dcheck_nrpe.c210 char optchars[MAX_INPUT_BUFFER]; in process_arguments() local
253 snprintf(optchars, MAX_INPUT_BUFFER, "H:f:b:c:a:t:p:S:L:C:K:A:d:s:P:g:246hlnuVE"); in process_arguments()
259 c = getopt_long(argc, argv, optchars, long_options, &option_index); in process_arguments()
261 c = getopt(argc, argv, optchars); in process_arguments()
H A Dnrpe.c2805 char optchars[MAX_INPUT_BUFFER]; local
2831 snprintf(optchars, MAX_INPUT_BUFFER, "c:hVldi46nsf");
2835 c = getopt_long(argc, argv, optchars, long_options, &option_index);
2837 c = getopt(argc, argv, optchars);
/dports/emulators/jzintv/jzintv-20200712-src/src/cfg/
H A Dcfg.c495 LOCAL const char *optchars= "b:E:e:G:g:s::f::F:?dhlqr:P::x::z:a:w:B:C:M:m:" variable
660 while ((c = getopt_long(argc, argv_copy, optchars, cfg_longopt, in cfg_init()
/dports/emulators/jzintv/jzintv-20200712-src/src/dasm/
H A Ddis1600.c3109 static const char *optchars = "g:d:e:?01234567BEGHLSXabdfhlprv"; variable
3234 while ((c = getopt_long(argc, argv, optchars, long_opts, &option_idx)) in main()