Searched refs:longopts (Results 1 - 7 of 7) sorted by relevance

/haiku/src/bin/locale/
H A Dlocale.cpp107 static struct option const longopts[] = { local
119 while ((c = getopt_long(argc, argv, "lcfmath", longopts, NULL)) != -1) {
/haiku/src/bin/
H A Drmindex.cpp41 static struct option const longopts[] = { variable
181 while ((c = getopt_long(argc, argv, "d:ht:pv", longopts, NULL)) != -1) {
H A Dwatch.c28 static struct option longopts[] = { variable in typeref:struct:option
106 while ((optc = getopt_long(argc, argv, "+d::hn:vt", longopts, (int *) 0))
/haiku/src/tests/add-ons/print/transports/
H A Dmain.cpp14 static struct option longopts[] = { variable in typeref:struct:option
43 while ((c = getopt_long(argc, argv, "hvp", longopts, 0)) > 0) {
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c520 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
524 const struct option *longopts;
631 + (longopts != NULL && argv[optind][1] == '-'));
649 if (longopts != NULL
666 for (p = longopts, option_index = 0; p->name; p++, option_index++)
997 table of longopts. */
1004 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/haiku/src/tests/system/network/multicast/
H A Dmultisend.c31 static struct option longopts[] = { variable in typeref:struct:option
48 while ((ch = getopt_long(argc, argv, "his:b:t:", longopts, 0)) > 0) {
H A Dmulticat.c69 static struct option longopts[] = { variable in typeref:struct:option
88 while ((ch = getopt_long(argc, argv, "hvo:pt:s:", longopts, 0)) > 0) {

Completed in 68 milliseconds