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

1234

/haiku/src/bin/
H A Dwatch.c106 while ((optc = getopt_long(argc, argv, "+d::hn:vt", longopts, (int *) 0))
H A Dmkindex.cpp108 while ((c = getopt_long(argc, argv, "d:ht:v", kLongOptions, NULL)) != -1) {
H A Dmvattr.cpp166 while ((c = getopt_long(argc, argv, "hfxPv", kLongOptions, NULL)) != -1) {
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp64 int c = getopt_long(argc, (char**)argv, "+b:ho:s", sLongOptions, NULL);
/haiku/headers/posix/
H A Dgetopt.h32 extern int getopt_long(int argc, char * const *argv, const char *shortOptions,

Completed in 58 milliseconds

1234