Searched refs:gs (Results 1 – 1 of 1) sorted by relevance
| /include/ |
| A D | getopt.h | 45 void getopt_init_state(struct getopt_state *gs); 47 int __getopt(struct getopt_state *gs, int argc, char *const argv[], 108 static inline int getopt(struct getopt_state *gs, int argc, in getopt() argument 111 return __getopt(gs, argc, argv, optstring, false); in getopt() 123 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent() argument 126 return __getopt(gs, argc, argv, optstring, true); in getopt_silent()
|
Completed in 4 milliseconds