Home
last modified time | relevance | path

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

/u-boot/include/
A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/u-boot/test/lib/
A Dgetopt.c16 struct getopt_state *gs, const char *optstring, in do_test_getopt()
59 struct getopt_state gs; in lib_test_getopt()
/u-boot/lib/
A Dgetopt.c15 void getopt_init_state(struct getopt_state *gs) in getopt_init_state()
21 int __getopt(struct getopt_state *gs, int argc, char *const argv[], in __getopt()
/u-boot/cmd/
A Dlog.c95 struct getopt_state gs; in do_log_filter_list()
161 struct getopt_state gs; in do_log_filter_add()
251 struct getopt_state gs; in do_log_filter_remove()

Completed in 4 milliseconds