Searched refs:__getopt (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/ |
A D | getopt.h | 48 int __getopt(struct getopt_state *gs, int argc, char *const argv[], 112 return __getopt(gs, argc, argv, optstring, false); in getopt() 127 return __getopt(gs, argc, argv, optstring, true); in getopt_silent()
|
/u-boot/lib/ |
A D | getopt.c | 21 int __getopt(struct getopt_state *gs, int argc, char *const argv[], in __getopt() function
|
Completed in 3 milliseconds