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

123

/haiku-fatelf/src/bin/bc/h/
H A Dgetopt.h111 const struct option *longopts, int *longind);
114 const struct option *longopts, int *longind);
119 const struct option *longopts, int *longind,
/haiku-fatelf/src/bin/gdb/include/
H A Dgetopt.h122 const struct option *longopts, int *longind);
125 const struct option *longopts, int *longind);
130 const struct option *longopts, int *longind,
/haiku-fatelf/src/bin/gzip/
H A Dgetopt.h105 const struct option *longopts, int *longind);
108 const struct option *longopts, int *longind);
113 const struct option *longopts, int *longind,
H A Dgetopt.c331 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
335 const struct option *longopts;
390 && (longopts == NULL
433 && (longopts == NULL
448 + (longopts != NULL && argv[optind][1] == '-'));
451 if (longopts != NULL
470 for (p = longopts, option_index = 0; p->name;
/haiku-fatelf/src/bin/network/tcpdump/win32/Include/
H A Dgetopt.h116 const struct option *longopts, int *longind);
119 const struct option *longopts, int *longind);
124 const struct option *longopts, int *longind,
/haiku-fatelf/src/bin/sharutils/lib/
H A Dgetopt.h107 const struct option *longopts, int *longind);
110 const struct option *longopts, int *longind);
115 const struct option *longopts, int *longind,
H A Dgetopt.c375 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
379 const struct option *longopts;
456 + (longopts != NULL && argv[optind][1] == '-'));
474 if (longopts != NULL
495 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/haiku-fatelf/src/tools/stubgen/
H A Dgetopt.h108 const struct option *longopts, int *longind);
111 const struct option *longopts, int *longind);
116 const struct option *longopts, int *longind,
H A Dgetopt.c425 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
429 const struct option *longopts;
522 + (longopts != NULL && argv[optind][1] == '-'));
540 if (longopts != NULL
557 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/haiku-fatelf/src/bin/coreutils/src/
H A Dnproc.c40 static struct option const longopts[] = variable
92 int c = getopt_long (argc, argv, "", longopts, NULL);
H A Dtty.c48 static struct option const longopts[] = variable
95 while ((optc = getopt_long (argc, argv, "s", longopts, NULL)) != -1)
H A Denv.c35 static struct option const longopts[] = variable
90 while ((optc = getopt_long (argc, argv, "+iu:0", longopts, NULL)) != -1)
119 while ((optc = getopt_long (argc, argv, "+iu:0", longopts, NULL)) != -1)
H A Dgroups.c39 static struct option const longopts[] = variable
85 while ((optc = getopt_long (argc, argv, "", longopts, NULL)) != -1)
H A Dmkfifo.c35 static struct option const longopts[] = variable
90 while ((optc = getopt_long (argc, argv, "m:Z:", longopts, NULL)) != -1)
H A Dprintenv.c47 static struct option const longopts[] = variable
100 while ((optc = getopt_long (argc, argv, "+iu:0", longopts, NULL)) != -1)
H A Dreadlink.c41 static struct option const longopts[] = variable
112 while ((optc = getopt_long (argc, argv, "efmnqsv", longopts, NULL)) != -1)
H A Dnice.c58 static struct option const longopts[] = variable
137 optc = getopt_long (fake_argc, fake_argv, "+n:", longopts, NULL);
H A Drmdir.c57 static struct option const longopts[] = variable
201 while ((optc = getopt_long (argc, argv, "pv", longopts, NULL)) != -1)
/haiku-fatelf/src/bin/locale/
H A Dlocale.cpp91 static struct option const longopts[] = { local
101 while ((c = getopt_long(argc, argv, "lcfmth", longopts, NULL)) != -1) {
/haiku-fatelf/src/bin/bc/lib/
H A Dgetopt.c375 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
379 const struct option *longopts;
456 + (longopts != NULL && argv[optind][1] == '-'));
474 if (longopts != NULL
491 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/haiku-fatelf/src/bin/findutils/locate/
H A Dfrcode.c143 static struct option const longopts[] = variable
189 while ((optc = getopt_long (argc, argv, "hv0", longopts, (int *) 0)) != -1)
/haiku-fatelf/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) {
/haiku-fatelf/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-fatelf/src/bin/diffutils/lib/
H A Dgetopt.c522 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
526 const struct option *longopts;
633 + (longopts != NULL && argv[optind][1] == '-'));
651 if (longopts != NULL
668 for (p = longopts, option_index = 0; p->name; p++, option_index++)
853 table of longopts. */
860 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dgetopt.c521 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
525 const struct option *longopts;
625 + (longopts != NULL && argv[optind][1] == '-'));
643 if (longopts != NULL
660 for (p = longopts, option_index = 0; p->name; p++, option_index++)
842 table of longopts. */
849 for (p = longopts, option_index = 0; p->name; p++, option_index++)

Completed in 181 milliseconds

123