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

/seL4-refos-master/libs/libmuslc/src/misc/
H A Dgetopt_long.c21 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly);
23 static int __getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly) argument
42 ret = __getopt_long_core(argc, argv, optstring, longopts, idx, longonly);
52 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly) argument
56 ((longonly && argv[optind][1] && argv[optind][1] != '-') ||

Completed in 80 milliseconds