Searched refs:getopt_state (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-3.5.0/lib/posix/getopt/ |
D | getopt_common.c | 26 static struct getopt_state m_getopt_common_state = { 44 void z_getopt_global_state_update(struct getopt_state *state) in z_getopt_global_state_update() 54 struct getopt_state *getopt_state_get(void) in getopt_state_get()
|
D | getopt.h | 16 struct getopt_state { struct 55 struct getopt_state *getopt_state_get(void);
|
D | getopt_common.h | 17 void z_getopt_global_state_update(struct getopt_state *state);
|
D | getopt.c | 50 struct getopt_state *state; in getopt_init() 80 struct getopt_state *state; in getopt()
|
D | getopt_long.c | 81 static int getopt_internal(struct getopt_state *, int, char * const *, 83 static int parse_long_options(struct getopt_state *, char * const *, 169 parse_long_options(struct getopt_state *state, char * const *nargv, in parse_long_options() 346 getopt_internal(struct getopt_state *state, int nargc, char * const *nargv, 591 struct getopt_state *state; 614 struct getopt_state *state;
|
/Zephyr-Core-3.5.0/tests/posix/getopt/src/ |
D | main.c | 72 struct getopt_state *state; in ZTEST() 119 struct getopt_state *state; in ZTEST() 239 struct getopt_state *state; in ZTEST()
|
/Zephyr-Core-3.5.0/samples/posix/uname/src/ |
D | main.c | 47 struct getopt_state *state = getopt_state_get(); in uname_cmd_handler()
|
/Zephyr-Core-3.5.0/samples/subsys/shell/shell_module/src/ |
D | main.c | 113 struct getopt_state *state; in cmd_demo_getopt_ts()
|
/Zephyr-Core-3.5.0/include/zephyr/shell/ |
D | shell.h | 803 struct getopt_state getopt;
|
/Zephyr-Core-3.5.0/subsys/shell/ |
D | Kconfig | 152 This config creates a separate getopt_state for the shell instance.
|
/Zephyr-Core-3.5.0/subsys/net/l2/wifi/ |
D | wifi_shell.c | 477 struct getopt_state *state; in wifi_scan_args_to_params()
|
/Zephyr-Core-3.5.0/doc/services/shell/ |
D | index.rst | 559 struct getopt_state *state;
|