Home
last modified time | relevance | path

Searched refs:POPT_ARG_INT (Results 1 – 25 of 137) sorted by relevance

123456

/dports/multimedia/libdv/libdv-24218c36bed3b0a3bd5a57d5790ac12ade44e88d/encodedv/
H A Dencodedv.c91 argInfo: POPT_ARG_INT, in main()
100 argInfo: POPT_ARG_INT, in main()
116 argInfo: POPT_ARG_INT, in main()
158 argInfo: POPT_ARG_INT, in main()
168 argInfo: POPT_ARG_INT, in main()
176 argInfo: POPT_ARG_INT, in main()
184 argInfo: POPT_ARG_INT, in main()
H A Ddvconnect.c941 argInfo: POPT_ARG_INT, in main()
951 argInfo: POPT_ARG_INT, in main()
960 argInfo: POPT_ARG_INT, in main()
969 argInfo: POPT_ARG_INT, in main()
977 argInfo: POPT_ARG_INT, in main()
984 argInfo: POPT_ARG_INT, in main()
991 argInfo: POPT_ARG_INT, in main()
999 argInfo: POPT_ARG_INT, in main()
/dports/devel/distcc/distcc-3.3.5/src/
H A Ddopt.c143 { "jobs", 'j', POPT_ARG_INT, &arg_max_jobs, 'j', 0, 0 },
147 { "lifetime", 0, POPT_ARG_INT, &opt_lifetime, 0, 0, 0 },
152 { "job-lifetime", 0, POPT_ARG_INT, &opt_job_lifetime, 'l', 0, 0 },
153 { "nice", 'N', POPT_ARG_INT, &opt_niceness, 0, 0, 0 },
158 { "port", 'p', POPT_ARG_INT, &arg_port, 0, 0, 0 },
170 { "stats-port", 0, POPT_ARG_INT, &arg_stats_port, 0, 0, 0 },
/dports/sysutils/gdisk/gptfdisk-1.0.8/
H A Dgptcl.cc78 {"set-alignment", 'a', POPT_ARG_INT, &alignment, 'a', "set sector alignment", "value"}, in DoOptions()
80 …{"byte-swap-name", 'B', POPT_ARG_INT, &byteSwapPartNum, 'B', "byte-swap partition's name", "partn… in DoOptions()
83 {"delete", 'd', POPT_ARG_INT, &deletePartNum, 'd', "delete a partition", "partnum"}, in DoOptions()
92 …{"info", 'i', POPT_ARG_INT, &infoPartNum, 'i', "show detailed information on partition", "partnum"… in DoOptions()
93 …{"move-main-table", 'j', POPT_ARG_INT, &mainTableLBA, 'j', "adjust the location of the main partit… in DoOptions()
98 …{"largest-new", 'N', POPT_ARG_INT, &largestPartNum, 'N', "create largest possible new partition", … in DoOptions()
106 {"resize-table", 'S', POPT_ARG_INT, &tableSize, 'S', "resize partition table", "numparts"}, in DoOptions()
108 …{"transform-bsd", 'T', POPT_ARG_INT, &bsdPartNum, 'T', "transform BSD disklabel partition to GPT",… in DoOptions()
/dports/net/samba412/samba-4.12.15/ctdb/utils/smnotify/
H A Dsmnotify.c70 { "clientport", 0, POPT_ARG_INT, &clientport, 0, "clientport", "integer" }, in main()
72 { "sendport", 0, POPT_ARG_INT, &sendport, 0, "port to send the notify from", "integer" }, in main()
74 { "stateval", 0, POPT_ARG_INT, &stateval, 0, "stateval", "integer" }, in main()
/dports/graphics/hdr_tools/hdr_tools-0.0.2010.11.23_18/
H A Dhdr_denoise.cc56 …{ "radius", 'r', POPT_ARG_INT, &radius, 0, "descriptor radius", "INT(=4)" … in main()
57 …{ "dimension", 'd', POPT_ARG_INT, &dimension, 0, "descriptor dimension", "INT(=32)" … in main()
60 …{ "window", 'w', POPT_ARG_INT, &window, 0, "window side length", "INT(=63)" … in main()
/dports/net/samba412/samba-4.12.15/source4/torture/
H A Dsmbtorture.c399 {"seed", 0, POPT_ARG_INT, &torture_seed, 0, "Seed to use for randomizer", NULL},
400 {"num-progs", 0, POPT_ARG_INT, NULL, OPT_NUMPROGS, "num progs", NULL},
401 {"num-ops", 0, POPT_ARG_INT, &torture_numops, 0, "num ops", NULL},
402 {"entries", 0, POPT_ARG_INT, &torture_entries, 0, "entries", NULL},
407 {"timelimit", 't', POPT_ARG_INT, NULL, OPT_TIMELIMIT, "Set time limit (in seconds)", NULL},
408 {"failures", 'f', POPT_ARG_INT, &torture_failures, 0, "failures", NULL},
417 {"num-async", 0, POPT_ARG_INT, &torture_numasync, 0,
419 {"maximum-runtime", 0, POPT_ARG_INT, &max_runtime, 0,
H A Dmasktest.c308 {"seed", 0, POPT_ARG_INT, &seed, 0, "Seed to use for randomizer", NULL}, in main()
309 {"num-ops", 0, POPT_ARG_INT, &NumLoops, 0, "num ops", NULL}, in main()
310 {"maxlength", 0, POPT_ARG_INT, &max_length,0, "maximum length", NULL}, in main()
H A Dlocktest.c564 {"seed", 0, POPT_ARG_INT, &seed, 0, "Seed to use for randomizer", NULL}, in main()
565 {"num-ops", 0, POPT_ARG_INT, &numops, 0, "num ops", NULL}, in main()
566 {"lockrange", 0, POPT_ARG_INT, &lock_range,0, "locking range", NULL}, in main()
567 {"lockbase", 0, POPT_ARG_INT, &lock_base, 0, "locking base", NULL}, in main()
568 {"minlength", 0, POPT_ARG_INT, &min_length,0, "min lock length", NULL}, in main()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/
H A Dsmbtorture.c525 {"seed", 0, POPT_ARG_INT, &torture_seed, 0, "seed", NULL}, in main()
526 {"num-progs", 0, POPT_ARG_INT, NULL, OPT_NUMPROGS, "num progs", NULL}, in main()
527 {"num-ops", 0, POPT_ARG_INT, &torture_numops, 0, "num ops", NULL}, in main()
528 {"entries", 0, POPT_ARG_INT, &torture_entries, 0, "entries", NULL}, in main()
531 {"timelimit", 't', POPT_ARG_INT, NULL, OPT_TIMELIMIT, "timelimit", NULL}, in main()
532 {"failures", 'f', POPT_ARG_INT, &torture_failures, 0, "failures", NULL}, in main()
540 {"num-async", 0, POPT_ARG_INT, &torture_numasync, 0, in main()
542 {"maximum-runtime", 0, POPT_ARG_INT, &max_runtime, 0, in main()
/dports/net/librsync/librsync-2.3.2/src/
H A Drdiff.c338 {"input-size", 'I', POPT_ARG_INT, &rs_inbuflen}, in main()
339 {"output-size", 'O', POPT_ARG_INT, &rs_outbuflen}, in main()
344 {"block-size", 'b', POPT_ARG_INT, &block_len}, in main()
345 {"sum-size", 'S', POPT_ARG_INT, &strong_len}, in main()
/dports/x11/p5-X11-GUITest/X11-GUITest-0.28/recorder/src/
H A Dmain.c60 …{"wait", 'w', POPT_ARG_INT | POPT_ARGFLAG_SHOW_DEFAULT, &waitSeconds, 0, _("Seconds to wait before… in main()
61 …{"delaythreshold", 'd', POPT_ARG_INT | POPT_ARGFLAG_SHOW_DEFAULT, &delayThresholdMs, 0, _("Event d… in main()
64 …{"granularity", 'g', POPT_ARG_INT | POPT_ARGFLAG_SHOW_DEFAULT, &granularity, 0, _("Level of granul… in main()
/dports/devel/popt/popt-1.18/tests/
H A Dtest2.c88 { "storeid", '\0', POPT_ARG_INT, &txStoreId, 0, in main()
94 { "txsslport", '\0', POPT_ARG_INT, &txSslPort, 0, in main()
H A Dtest1.c91 { "arg3", '3', POPT_ARG_INT, &arg3, 0,
104 { "int", 'i', POPT_ARG_INT | POPT_ARGFLAG_SHOW_DEFAULT, &aInt, 0,
117 { "randint", '\0', POPT_ARG_INT|POPT_ARGFLAG_RANDOM, &aInt, 0,
/dports/java/sablevm/sablevm-1.13/src/libpopt/
H A Dtest2.c88 { "storeid", '\0', POPT_ARG_INT, &txStoreId, 0, in main()
94 { "txsslport", '\0', POPT_ARG_INT, &txSslPort, 0, in main()
H A Dtest1.c107 { "arg3", '3', POPT_ARG_INT, &arg3, 0,
120 { "int", 'i', POPT_ARG_INT | POPT_ARGFLAG_SHOW_DEFAULT, &aInt, 0,
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dnet.c999 .argInfo = POPT_ARG_INT, in main()
1037 .argInfo = POPT_ARG_INT, in main()
1043 .argInfo = POPT_ARG_INT, in main()
1073 .argInfo = POPT_ARG_INT, in main()
1079 .argInfo = POPT_ARG_INT, in main()
1140 .argInfo = POPT_ARG_INT, in main()
1228 .argInfo = POPT_ARG_INT, in main()
/dports/net/samba412/samba-4.12.15/ctdb/tests/src/
H A Ddummy_client.c46 { "nconn", 'n', POPT_ARG_INT, &options.num_connections, 0,
48 { "timelimit", 't', POPT_ARG_INT, &options.timelimit, 0,
H A Dtest_options.c47 .argInfo = POPT_ARG_INT,
54 .argInfo = POPT_ARG_INT,
/dports/net/samba412/samba-4.12.15/examples/libsmbclient/
H A Dtestbrowse.c45 "debug", 'd', POPT_ARG_INT, &debug, in main()
57 "iterations", 'i', POPT_ARG_INT, &iterations, in main()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/scripting/ejs/
H A Dsmbcalls_options.c123 opt_type = POPT_ARG_INT; in ejs_GetOptions()
165 } else if (long_options[opt].argInfo == POPT_ARG_INT) { in ejs_GetOptions()
/dports/net/echoping/echoping-ccf3c95d9249d3065db3853486f41c852d20101e/SRC/
H A Dechoping.c181 {"size", 's', POPT_ARG_INT, &size, 's'},
182 {"number", 'n', POPT_ARG_INT, &number, 'n', "Number of iterations"},
187 {"wait", 'w', POPT_ARG_INT, &wait, 'w', "Delay between iterations"},
200 {"timeout", 't', POPT_ARG_INT, &timeout, 't'},
204 {"priority", 'p', POPT_ARG_INT, &priority, 'p'},
205 {"type-of-service", 'P', POPT_ARG_INT, &tos, 'P'},
216 {"num-std-dev", 'N', POPT_ARG_INT, &n_stddev, 'N',
/dports/net/rabbitmq-c-devel/rabbitmq-c-0.10.0/tools/
H A Dconsume.c225 {"count", 'c', POPT_ARG_INT, &count, 0, in main()
227 {"prefetch-count", 'p', POPT_ARG_INT, &prefetch_count, 0, in main()
/dports/net/rabbitmq-c/rabbitmq-c-0.11.0/tools/
H A Dconsume.c225 {"count", 'c', POPT_ARG_INT, &count, 0, in main()
227 {"prefetch-count", 'p', POPT_ARG_INT, &prefetch_count, 0, in main()
/dports/devel/sd-mux-ctrl/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94/src/
H A Dmain.cpp689 { "pins", 'p', POPT_ARG_INT, arg, 'p', "write pin state in bitbang mode", NULL }, in parseArguments()
695 …{ "tick-time", 'm', POPT_ARG_INT, &options[CCO_TickTime].argn, 'm', "set time delay for 'tick' com… in parseArguments()
697 …{ "device-id", 'v', POPT_ARG_INT, &options[CCO_DeviceId].argn, 'v', "use device with given id", NU… in parseArguments()
702 …{ "vendor", 'x', POPT_ARG_INT, &options[CCO_Vendor].argn, 'x', "use device with given vendor id", … in parseArguments()
703 …{ "product", 'a', POPT_ARG_INT, &options[CCO_Product].argn, 'a', "use device with given product id… in parseArguments()

123456