Searched refs:getopt_long_only (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/posix/
H A Dgetopt.h34 extern int getopt_long_only(int argc, char * const *argv, const char *shortOptions,
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.h74 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
154 extern int getopt_long_only (int ___argc, char *const *___argv,
168 extern int getopt_long_only ();
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
88 getopt_long_only (argc, argv, options, long_options, opt_index)
100 libc_hidden_def (getopt_long_only)
87 getopt_long_only (argc, argv, options, long_options, opt_index) function
/haiku/src/bin/
H A DWindowShade.cpp139 while ((c = getopt_long_only(argc, argv, "h", kLongOptions, NULL)) != -1) {
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1863 void getopt_long_only() {} function
H A Dlibroot_stubs_legacy.c1820 void getopt_long_only() {} function

Completed in 63 milliseconds