Home
last modified time | relevance | path

Searched refs:__optpos (Results 1 – 1 of 1) sorted by relevance

/tools/include/nolibc/
A Dgetopt.h27 static int __optpos; in getopt() local
33 __optpos = 0; in getopt()
54 if (!__optpos) in getopt()
55 __optpos++; in getopt()
56 c = argv[optind][__optpos]; in getopt()
58 __optpos++; in getopt()
60 if (!argv[optind][__optpos]) { in getopt()
62 __optpos = 0; in getopt()
84 if (__optpos) in getopt()
85 optarg += __optpos; in getopt()
[all …]

Completed in 2 milliseconds