Home
last modified time | relevance | path

Searched refs:POPT_ARG_NONE (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/devel/distcc/distcc-3.3.5/src/
H A Ddopt.c140 { "auth", 0, POPT_ARG_NONE, &opt_auth_enabled, 'A', 0, 0 },
145 { "help", 0, POPT_ARG_NONE, 0, '?', 0, 0 },
154 { "no-detach", 0, POPT_ARG_NONE, &opt_no_detach, 0, 0, 0 },
155 { "no-fifo", 0, POPT_ARG_NONE, &opt_no_fifo, 0, 0, 0 },
156 { "no-fork", 0, POPT_ARG_NONE, &opt_no_fork, 0, 0, 0 },
160 { "show-principal", 0, POPT_ARG_NONE, 0, 'P', 0, 0 },
163 { "verbose", 0, POPT_ARG_NONE, 0, 'v', 0, 0 },
164 { "version", 0, POPT_ARG_NONE, 0, 'V', 0, 0 },
168 { "wizard", 'W', POPT_ARG_NONE, 0, 'W', 0, 0 },
169 { "stats", 0, POPT_ARG_NONE, &arg_stats, 0, 0, 0 },
[all …]
/dports/net/samba412/samba-4.12.15/source3/lib/netapi/examples/netlogon/
H A Dnltest.c289 .argInfo = POPT_ARG_NONE, in main()
297 .argInfo = POPT_ARG_NONE, in main()
305 .argInfo = POPT_ARG_NONE, in main()
313 .argInfo = POPT_ARG_NONE, in main()
321 .argInfo = POPT_ARG_NONE, in main()
329 .argInfo = POPT_ARG_NONE, in main()
337 .argInfo = POPT_ARG_NONE, in main()
345 .argInfo = POPT_ARG_NONE, in main()
353 .argInfo = POPT_ARG_NONE, in main()
361 .argInfo = POPT_ARG_NONE, in main()
[all …]
/dports/sysutils/gdisk/gptfdisk-1.0.8/
H A Dgptcl.cc86 {"end-of-largest", 'E', POPT_ARG_NONE, NULL, 'E', "show end of largest free block", ""}, in DoOptions()
89 {"mbrtogpt", 'g', POPT_ARG_NONE, NULL, 'g', "convert MBR to GPT", ""}, in DoOptions()
90 {"randomize-guids", 'G', POPT_ARG_NONE, NULL, 'G', "randomize disk and partition GUIDs", ""}, in DoOptions()
95 {"list-types", 'L', POPT_ARG_NONE, NULL, 'L', "list known partition types", ""}, in DoOptions()
99 {"clear", 'o', POPT_ARG_NONE, NULL, 'o', "clear partition table", ""}, in DoOptions()
100 {"print-mbr", 'O', POPT_ARG_NONE, NULL, 'O', "print MBR partition table", ""}, in DoOptions()
101 {"print", 'p', POPT_ARG_NONE, NULL, 'p', "print partition table", ""}, in DoOptions()
105 {"sort", 's', POPT_ARG_NONE, NULL, 's', "sort partition table entries", ""}, in DoOptions()
111 {"verify", 'v', POPT_ARG_NONE, NULL, 'v', "check partition table integrity", ""}, in DoOptions()
112 {"version", 'V', POPT_ARG_NONE, NULL, 'V', "display version information", ""}, in DoOptions()
[all …]
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dnet.c964 .argInfo = POPT_ARG_NONE, in main()
1017 .argInfo = POPT_ARG_NONE, in main()
1049 .argInfo = POPT_ARG_NONE, in main()
1055 .argInfo = POPT_ARG_NONE, in main()
1061 .argInfo = POPT_ARG_NONE, in main()
1067 .argInfo = POPT_ARG_NONE, in main()
1085 .argInfo = POPT_ARG_NONE, in main()
1091 .argInfo = POPT_ARG_NONE, in main()
1103 .argInfo = POPT_ARG_NONE, in main()
1109 .argInfo = POPT_ARG_NONE, in main()
[all …]
H A Dstatus.c544 .argInfo = POPT_ARG_NONE, in main()
552 .argInfo = POPT_ARG_NONE, in main()
560 .argInfo = POPT_ARG_NONE, in main()
568 .argInfo = POPT_ARG_NONE, in main()
576 .argInfo = POPT_ARG_NONE, in main()
592 .argInfo = POPT_ARG_NONE, in main()
600 .argInfo = POPT_ARG_NONE, in main()
608 .argInfo = POPT_ARG_NONE, in main()
616 .argInfo = POPT_ARG_NONE, in main()
624 .argInfo = POPT_ARG_NONE, in main()
[all …]
H A Dnmblookup.c247 .argInfo = POPT_ARG_NONE, in main()
263 .argInfo = POPT_ARG_NONE, in main()
271 .argInfo = POPT_ARG_NONE, in main()
279 .argInfo = POPT_ARG_NONE, in main()
287 .argInfo = POPT_ARG_NONE, in main()
295 .argInfo = POPT_ARG_NONE, in main()
303 .argInfo = POPT_ARG_NONE, in main()
/dports/net/samba412/samba-4.12.15/lib/ldb/tools/
H A Dcmdline.c41 { "verbose", 'v', POPT_ARG_NONE, NULL, 'v', "increase verbosity", NULL },
42 { "trace", 0, POPT_ARG_NONE, &options.tracing, 0, "enable tracing", NULL },
44 { "recursive", 'r', POPT_ARG_NONE, &options.recursive, 0, "recursive delete", NULL },
50 { "sorted", 'S', POPT_ARG_NONE, &options.sorted, 0, "sort attributes", NULL },
54 { "paged", 0, POPT_ARG_NONE, NULL, 'P', "use a paged search", NULL },
55 { "show-deleted", 0, POPT_ARG_NONE, NULL, 'D', "show deleted objects", NULL },
56 { "show-recycled", 0, POPT_ARG_NONE, NULL, 'R', "show recycled objects", NULL },
58 { "reveal", 0, POPT_ARG_NONE, NULL, 'r', "reveal ldb internals", NULL },
59 { "relax", 0, POPT_ARG_NONE, NULL, CMDLINE_RELAX, "pass relax control", NULL },
60 { "cross-ncs", 0, POPT_ARG_NONE, NULL, 'N', "search across NC boundaries", NULL },
[all …]
/dports/databases/ldb21/ldb-2.1.5/tools/
H A Dcmdline.c41 { "verbose", 'v', POPT_ARG_NONE, NULL, 'v', "increase verbosity", NULL },
42 { "trace", 0, POPT_ARG_NONE, &options.tracing, 0, "enable tracing", NULL },
44 { "recursive", 'r', POPT_ARG_NONE, &options.recursive, 0, "recursive delete", NULL },
50 { "sorted", 'S', POPT_ARG_NONE, &options.sorted, 0, "sort attributes", NULL },
54 { "paged", 0, POPT_ARG_NONE, NULL, 'P', "use a paged search", NULL },
55 { "show-deleted", 0, POPT_ARG_NONE, NULL, 'D', "show deleted objects", NULL },
56 { "show-recycled", 0, POPT_ARG_NONE, NULL, 'R', "show recycled objects", NULL },
58 { "reveal", 0, POPT_ARG_NONE, NULL, 'r', "reveal ldb internals", NULL },
59 { "relax", 0, POPT_ARG_NONE, NULL, CMDLINE_RELAX, "pass relax control", NULL },
60 { "cross-ncs", 0, POPT_ARG_NONE, NULL, 'N', "search across NC boundaries", NULL },
[all …]
/dports/databases/ldb15/ldb-1.5.6/tools/
H A Dcmdline.c41 { "verbose", 'v', POPT_ARG_NONE, NULL, 'v', "increase verbosity", NULL },
42 { "trace", 0, POPT_ARG_NONE, &options.tracing, 0, "enable tracing", NULL },
44 { "recursive", 'r', POPT_ARG_NONE, &options.recursive, 0, "recursive delete", NULL },
50 { "sorted", 'S', POPT_ARG_NONE, &options.sorted, 0, "sort attributes", NULL },
54 { "paged", 0, POPT_ARG_NONE, NULL, 'P', "use a paged search", NULL },
55 { "show-deleted", 0, POPT_ARG_NONE, NULL, 'D', "show deleted objects", NULL },
56 { "show-recycled", 0, POPT_ARG_NONE, NULL, 'R', "show recycled objects", NULL },
58 { "reveal", 0, POPT_ARG_NONE, NULL, 'r', "reveal ldb internals", NULL },
59 { "relax", 0, POPT_ARG_NONE, NULL, CMDLINE_RELAX, "pass relax control", NULL },
60 { "cross-ncs", 0, POPT_ARG_NONE, NULL, 'N', "search across NC boundaries", NULL },
[all …]
/dports/databases/ldb20/ldb-2.0.10/tools/
H A Dcmdline.c41 { "verbose", 'v', POPT_ARG_NONE, NULL, 'v', "increase verbosity", NULL },
42 { "trace", 0, POPT_ARG_NONE, &options.tracing, 0, "enable tracing", NULL },
44 { "recursive", 'r', POPT_ARG_NONE, &options.recursive, 0, "recursive delete", NULL },
50 { "sorted", 'S', POPT_ARG_NONE, &options.sorted, 0, "sort attributes", NULL },
54 { "paged", 0, POPT_ARG_NONE, NULL, 'P', "use a paged search", NULL },
55 { "show-deleted", 0, POPT_ARG_NONE, NULL, 'D', "show deleted objects", NULL },
56 { "show-recycled", 0, POPT_ARG_NONE, NULL, 'R', "show recycled objects", NULL },
58 { "reveal", 0, POPT_ARG_NONE, NULL, 'r', "reveal ldb internals", NULL },
59 { "relax", 0, POPT_ARG_NONE, NULL, CMDLINE_RELAX, "pass relax control", NULL },
60 { "cross-ncs", 0, POPT_ARG_NONE, NULL, 'N', "search across NC boundaries", NULL },
[all …]
/dports/games/warzone2100/warzone2100/src/
H A Dclparse.cpp51 #define POPT_ARG_NONE false macro
343 { "help", POPT_ARG_NONE, CLI_HELP, N_("Show options and exit"), nullptr }, in getOptionsTable()
347 { "noassert", POPT_ARG_NONE, CLI_NOASSERT, N_("Disable asserts"), nullptr }, in getOptionsTable()
351 { "window", POPT_ARG_NONE, CLI_WINDOW, N_("Play in windowed mode"), nullptr }, in getOptionsTable()
352 { "version", POPT_ARG_NONE, CLI_VERSION, N_("Show version information and exit"), nullptr }, in getOptionsTable()
354 { "shadows", POPT_ARG_NONE, CLI_SHADOWS, N_("Enable shadows"), nullptr }, in getOptionsTable()
356 { "sound", POPT_ARG_NONE, CLI_SOUND, N_("Enable sound"), nullptr }, in getOptionsTable()
357 { "nosound", POPT_ARG_NONE, CLI_NOSOUND, N_("Disable sound"), nullptr }, in getOptionsTable()
359 { "host", POPT_ARG_NONE, CLI_HOSTLAUNCH, N_("Go directly to host screen"), nullptr }, in getOptionsTable()
372 { "gfxdebug", POPT_ARG_NONE, CLI_GFXDEBUG, N_("Use gfx backend debug"), nullptr }, in getOptionsTable()
[all …]
/dports/databases/ldb22/ldb-2.2.1/tools/
H A Dcmdline.c41 { "verbose", 'v', POPT_ARG_NONE, NULL, 'v', "increase verbosity", NULL },
42 { "trace", 0, POPT_ARG_NONE, &options.tracing, 0, "enable tracing", NULL },
44 { "recursive", 'r', POPT_ARG_NONE, &options.recursive, 0, "recursive delete", NULL },
50 { "sorted", 'S', POPT_ARG_NONE, &options.sorted, 0, "sort attributes", NULL },
54 { "paged", 0, POPT_ARG_NONE, NULL, 'P', "use a paged search", NULL },
55 { "show-deleted", 0, POPT_ARG_NONE, NULL, 'D', "show deleted objects", NULL },
56 { "show-recycled", 0, POPT_ARG_NONE, NULL, 'R', "show recycled objects", NULL },
58 { "reveal", 0, POPT_ARG_NONE, NULL, 'r', "reveal ldb internals", NULL },
59 { "relax", 0, POPT_ARG_NONE, NULL, CMDLINE_RELAX, "pass relax control", NULL },
60 { "cross-ncs", 0, POPT_ARG_NONE, NULL, 'N', "search across NC boundaries", NULL },
[all …]
/dports/graphics/exif/exif-0.6.22/exif/
H A Dmain.c195 {"version", 'v', POPT_ARG_NONE, &show_version, 0, in main()
197 {"ids", 'i', POPT_ARG_NONE, &p.use_ids, 0, in main()
203 {"list-tags", 'l', POPT_ARG_NONE, &list_tags, 0, in main()
205 {"show-mnote", '|', POPT_ARG_NONE, &list_mnote, 0, in main()
207 {"remove", '\0', POPT_ARG_NONE, &remove_tag, 0, in main()
209 {"show-description", 's', POPT_ARG_NONE, &show_description, 0, in main()
213 {"remove-thumbnail", 'r', POPT_ARG_NONE, &remove_thumb, 0, in main()
217 {"no-fixup", '\0', POPT_ARG_NONE, &no_fixup, 0, in main()
223 {"create-exif", 'c', POPT_ARG_NONE, &create_exif, 0, in main()
230 {"xml-output", 'x', POPT_ARG_NONE, &xml_output, 0, in main()
[all …]
/dports/net/librsync/librsync-2.3.2/src/
H A Drdiff.c336 {"verbose", 'v', POPT_ARG_NONE, 0, 'v'}, in main()
337 {"version", 'V', POPT_ARG_NONE, 0, 'V'}, in main()
342 {"help", '?', POPT_ARG_NONE, 0, 'h'}, in main()
343 {0, 'h', POPT_ARG_NONE, 0, 'h'}, in main()
346 {"statistics", 's', POPT_ARG_NONE, &show_stats}, in main()
347 {"stats", 0, POPT_ARG_NONE, &show_stats}, in main()
348 {"gzip", 'z', POPT_ARG_NONE, 0, OPT_GZIP}, in main()
349 {"bzip2", 'i', POPT_ARG_NONE, 0, OPT_BZIP2}, in main()
350 {"force", 'f', POPT_ARG_NONE, &file_force}, in main()
/dports/multimedia/vcdimager/vcdimager-2.0.1/frontends/xml/
H A Dvcd_xml_minfo.c154 {"generic-info", 'i', POPT_ARG_NONE, &_generic_info, OP_NONE, in main()
157 {"dump-aps", 'a', POPT_ARG_NONE, &_dump_aps, OP_NONE, in main()
160 {"relaxed-aps", '\0', POPT_ARG_NONE, &_relaxed_aps, OP_NONE, in main()
166 {"progress", 'p', POPT_ARG_NONE, &_progress_flag, 0, in main()
169 {"verbose", 'v', POPT_ARG_NONE, &_verbose_flag, OP_NONE, in main()
172 {"quiet", 'q', POPT_ARG_NONE, &_quiet_flag, OP_NONE, in main()
175 {"gui", '\0', POPT_ARG_NONE, &_gui_flag, 0, "enable GUI mode"}, in main()
177 {"version", 'V', POPT_ARG_NONE, NULL, OP_VERSION, in main()
H A Dvcd_xml_build.c212 {"sector-2336", '\0', POPT_ARG_NONE, NULL, CL_2336_FLAG, in _do_cl()
218 {"progress", 'p', POPT_ARG_NONE, &gl.progress_flag, 0, in _do_cl()
221 {"dump-dtd", '\0', POPT_ARG_NONE, NULL, CL_DUMP_DTD, in _do_cl()
224 {"check", '\0', POPT_ARG_NONE | POPT_ARGFLAG_DOC_HIDDEN, in _do_cl()
233 {"verbose", 'v', POPT_ARG_NONE, &gl.verbose_flag, 0, in _do_cl()
236 {"quiet", 'q', POPT_ARG_NONE, &gl.quiet_flag, 0, in _do_cl()
239 {"gui", '\0', POPT_ARG_NONE, &gl.gui_flag, 0, "enable GUI mode"}, in _do_cl()
241 {"version", 'V', POPT_ARG_NONE, NULL, CL_VERSION, in _do_cl()
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dpopt_common_cmdline.c236 .argInfo = POPT_ARG_NONE,
243 .argInfo = POPT_ARG_NONE,
266 .argInfo = POPT_ARG_NONE,
273 .argInfo = POPT_ARG_NONE,
280 .argInfo = POPT_ARG_NONE,
287 .argInfo = POPT_ARG_NONE,
/dports/net/rsync/rsync-3.2.3/
H A Doptions.c586 {"version", 'V', POPT_ARG_NONE, 0, 'V', 0, 0},
587 {"verbose", 'v', POPT_ARG_NONE, 0, 'v', 0, 0 },
595 {"quiet", 'q', POPT_ARG_NONE, 0, 'q', 0, 0 },
599 {"human-readable", 'h', POPT_ARG_NONE, 0, 'h', 0, 0},
603 {"archive", 'a', POPT_ARG_NONE, 0, 'a', 0, 0 },
622 {"acls", 'A', POPT_ARG_NONE, 0, 'A', 0, 0 },
625 {"xattrs", 'X', POPT_ARG_NONE, 0, 'X', 0, 0 },
631 {"atimes", 'U', POPT_ARG_NONE, 0, 'U', 0, 0 },
655 {0, 'D', POPT_ARG_NONE, 0, 'D', 0, 0 },
673 {"hard-links", 'H', POPT_ARG_NONE, 0, 'H', 0, 0 },
[all …]
H A Dtls.c231 {"atimes", 'U', POPT_ARG_NONE, &display_atimes, 0, 0, 0},
233 {"crtimes", 'N', POPT_ARG_NONE, &display_crtimes, 0, 0, 0},
235 {"link-times", 'l', POPT_ARG_NONE, &link_times, 0, 0, 0 },
236 {"link-owner", 'L', POPT_ARG_NONE, &link_owner, 0, 0, 0 },
241 {"nsec", 's', POPT_ARG_NONE, &nsec_times, 0, 0, 0 },
243 {"help", 'h', POPT_ARG_NONE, 0, 'h', 0, 0 },
/dports/mail/gnubiff/gnubiff-2.2.13/src/
H A Dgnubiff.cc90 {"applet",'\0', POPT_ARG_NONE, &debug_applet, 0, in main()
99 {"noconfigure", 'n' , POPT_ARG_NONE, &no_configure, 0, in main()
101 {"nogui", '\0', POPT_ARG_NONE, &no_gui, 0, in main()
103 {"systemtray", '\0', POPT_ARG_NONE, &systemtray, 0, in main()
105 {"version", 'v' , POPT_ARG_NONE, &print_version, 0, in main()
/dports/graphics/gphoto2/gphoto2-2.5.26/gphoto2/
H A Dmain.c1980 {"quiet", 'q', POPT_ARG_NONE, NULL, ARG_QUIET, in main()
2035 {"keep", '\0', POPT_ARG_NONE, NULL, ARG_KEEP, in main()
2045 {"capture-preview", '\0', POPT_ARG_NONE, NULL, in main()
2048 {"show-preview", '\0', POPT_ARG_NONE, NULL, in main()
2059 {"capture-image", '\0', POPT_ARG_NONE, NULL, in main()
2061 {"trigger-capture", '\0', POPT_ARG_NONE, NULL, in main()
2067 {"capture-sound", '\0', POPT_ARG_NONE, NULL, in main()
2091 {"get-all-thumbnails", 'T', POPT_ARG_NONE, 0, in main()
2114 {"delete-all-files", 'D', POPT_ARG_NONE, NULL, in main()
2126 {"new", '\0', POPT_ARG_NONE, NULL, ARG_NEW, in main()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/cmdline/
H A Dpopt_common.c166 { "debug-stderr", 0, POPT_ARG_NONE, NULL, OPT_DEBUG_STDERR, "Send debug output to STDERR", NULL },
170 …{ "leak-report", 0, POPT_ARG_NONE, NULL, OPT_LEAK_REPORT, "enable talloc leak reporting on exi…
171 …{ "leak-report-full",0, POPT_ARG_NONE, NULL, OPT_LEAK_REPORT_FULL, "enable full talloc leak report…
177 { "version", 'V', POPT_ARG_NONE, NULL, 'V', "Print version" },
/dports/benchmarks/dbench/dbench-4.0/
H A Ddbench.c397 { "sync", 's', POPT_ARG_NONE, &options.sync_open, 0, in process_opts()
399 { "sync-dir", 'S', POPT_ARG_NONE, &options.sync_dirs, 0, in process_opts()
401 { "fsync", 'F', POPT_ARG_NONE, &options.do_fsync, 0, in process_opts()
403 { "xattr", 'x', POPT_ARG_NONE, &options.ea_enable, 0, in process_opts()
405 { "no-resolve", 0, POPT_ARG_NONE, &options.no_resolve, 0, in process_opts()
409 { "one-byte-write-fix", 0, POPT_ARG_NONE, &options.one_byte_write_fix, 0, in process_opts()
411 { "stat-check", 0, POPT_ARG_NONE, &options.stat_check, 0, in process_opts()
413 { "fake-io", 0, POPT_ARG_NONE, &options.fake_io, 0, in process_opts()
415 { "skip-cleanup", 0, POPT_ARG_NONE, &options.skip_cleanup, 0, in process_opts()
417 { "per-client-results", 0, POPT_ARG_NONE, &options.per_client_results, 0, in process_opts()
/dports/multimedia/vcdimager/vcdimager-2.0.1/frontends/cli/
H A Dvcdimager.c235 {"broken-svcd-mode", '\0', POPT_ARG_NONE, &gl.broken_svcd_mode_flag, 0, in main()
238 {"update-scan-offsets", '\0', POPT_ARG_NONE, &gl.update_scan_offsets, 0, in main()
241 {"sector-2336", '\0', POPT_ARG_NONE, &gl.sector_2336_flag, 0, in main()
257 {"progress", 'p', POPT_ARG_NONE | POPT_ARGFLAG_DOC_HIDDEN, in main()
260 {"check", '\0', POPT_ARG_NONE | POPT_ARGFLAG_DOC_HIDDEN, in main()
263 {"verbose", 'v', POPT_ARG_NONE, &gl.verbose_flag, 0, "be verbose"}, in main()
265 {"quiet", 'q', POPT_ARG_NONE, &gl.quiet_flag, 0, in main()
268 {"version", 'V', POPT_ARG_NONE, NULL, CL_VERSION, in main()
/dports/net/samba412/samba-4.12.15/source4/lib/cmdline/
H A Dpopt_credentials.c193 .argInfo = POPT_ARG_NONE,
215 .argInfo = POPT_ARG_NONE,
241 .argInfo = POPT_ARG_NONE,
248 .argInfo = POPT_ARG_NONE,

12345678