Searched refs:__getopt_long (Results 1 – 1 of 1) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | getopt_long-simple.c | 12 static int __getopt_long(int argc, char *const *argv, const char *optstring, const struct option *l… in __getopt_long() function 51 return __getopt_long(argc, argv, optstring, longopts, idx, 0); in getopt_long() 56 return __getopt_long(argc, argv, optstring, longopts, idx, 1); in getopt_long_only()
|
Completed in 2 milliseconds