Home
last modified time | relevance | path

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

/third_party/musl/src/misc/
H A Dgetopt_long.c22 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly);
24 static int __getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly) in __getopt_long() argument
43 ret = __getopt_long_core(argc, argv, optstring, longopts, idx, longonly); in __getopt_long()
53 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly) in __getopt_long_core() argument
57 ((longonly && argv[optind][1] && argv[optind][1] != '-') || in __getopt_long_core()
78 if (cnt==1 && longonly && arg-start == mblen(start, MB_LEN_MAX)) { in __getopt_long_core()

Completed in 1 milliseconds