Searched refs:getopt_long (Results 1 - 25 of 80) sorted by last modified time

1234

/haiku/src/bin/pkgman/
H A Dcommand_search.cpp164 int c = getopt_long(argc, (char**)argv, "aDhiurs:", sLongOptions, NULL);
H A Dcommand_info.cpp56 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
H A Dcommand_full_sync.cpp69 int c = getopt_long(argc, (char**)argv, "hHy", sLongOptions, NULL);
H A Dcommand_list_repos.cpp62 int c = getopt_long(argc, (char**)argv, "hv", sLongOptions, NULL);
/haiku/src/apps/debugger/
H A DDebugger.cpp153 int c = getopt_long(argc, (char**)argv, "+chs", sLongOptions, NULL);
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp360 while ((option = getopt_long(argc, argv, "", kOptions, NULL)) != -1) {
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1819 void getopt_long() {} function
H A Dlibroot_stubs.c1862 void getopt_long() {} function
/haiku/src/bin/
H A Dfstrim.cpp164 while ((c = getopt_long(argc, argv, "ho:l:fv", kLongOptions, NULL)) != -1) {
H A Dramdisk.cpp132 int c = getopt_long(argc, (char**)argv, "+s:h", sLongOptions, NULL);
239 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
303 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
363 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
H A Did.c208 while ((argOption = getopt_long(argc, optargv, "gGnru", options, &indexptr)) != -1) {
H A Dcheckfs.cpp50 int nextOption = getopt_long(argc, argv, kShortOptions, kLongOptions,
H A Dmimeset.cpp163 int c = getopt_long(argc, (char**)argv, "aAfFhm:", sLongOptions,
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp685 c = getopt_long (argc, argv, "ntf:", long_options, &option_index);
/haiku/src/bin/i2c/
H A Di2c.cpp84 while ((c = getopt_long(argc, argv, "h", kLongOptions, NULL)) != -1) {
/haiku/src/bin/package/
H A Dcommand_create.cpp54 int c = getopt_long(argc, (char**)argv, "+b0123456789C:hi:I:z:qv",
H A Dcommand_recompress.cpp59 int c = getopt_long(argc, (char**)argv, "+0123456789:hz:qv",
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp370 while ((c = getopt_long(argc, argv, "i:s:vdh", kLongOptions, NULL)) != -1) {
/haiku/src/tools/mbrtool/
H A Dmbrtool.cpp148 c = getopt_long(argc, argv, "+ha", long_options, NULL);
/haiku/src/bin/keymap/
H A Dmain.cpp111 while ((c = getopt_long(argc, argv, "o:dblsrchH", kLongOptions,
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp183 opt = getopt_long(argc, argv, "hn46xtul", kLongOptions,
/haiku/src/apps/pulse/
H A DPulseApp.cpp60 int c = getopt_long(argc, argv, "hw:", long_options, &option_index);
/haiku/src/bin/package_repo/
H A Dcommand_list.cpp119 int c = getopt_long(argc, (char**)argv, "+hv", sLongOptions, NULL);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterApp.cpp100 while ((c = getopt_long(argc, argv, "hv", kLongOptions, NULL)) != -1) {
/haiku/src/bin/debug/profile/
H A Dprofile.cpp1018 int c = getopt_long(argc, (char**)argv, "+acCfhi:klo:rs:Sv:",

Completed in 287 milliseconds

1234