Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/c_lib_ext/src/
Dgetopt.c83 state = getopt_state_get(); in ZTEST()
165 state = getopt_state_get(); in ZTEST()
178 state = getopt_state_get(); in ZTEST()
271 state = getopt_state_get(); in ZTEST()
280 state = getopt_state_get(); in ZTEST()
284 state = getopt_state_get(); in ZTEST()
/Zephyr-latest/lib/posix/options/getopt/
Dgetopt.c52 state = getopt_state_get(); in getopt_init()
84 state = getopt_state_get(); in getopt()
Dgetopt.h59 struct getopt_state *getopt_state_get(void);
Dgetopt_common.c54 struct getopt_state *getopt_state_get(void) in getopt_state_get() function
Dgetopt_long.c596 state = getopt_state_get();
619 state = getopt_state_get();
/Zephyr-latest/lib/posix/options/
DKconfig.c_lib_ext26 for other threads by extending function getopt_state_get in
/Zephyr-latest/lib/posix/shell/
Duname.c45 struct getopt_state *state = getopt_state_get(); in uname_cmd_handler()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c653 state = getopt_state_get(); in __wifi_args_to_params()
1023 state = getopt_state_get(); in wifi_scan_args_to_params()
1699 state = getopt_state_get(); in twt_args_to_params()
2083 state = getopt_state_get(); in wifi_ap_config_args_to_params()
2569 state = getopt_state_get(); in parse_mode_args_to_params()
2668 state = getopt_state_get(); in parse_channel_args_to_params()
2770 state = getopt_state_get(); in parse_filter_args_to_params()
2897 state = getopt_state_get(); in parse_dpp_args_auth_init()
2942 state = getopt_state_get(); in parse_dpp_args_chirp()
2978 state = getopt_state_get(); in parse_dpp_args_listen()
[all …]
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dmain.c120 state = getopt_state_get(); in cmd_demo_getopt_ts()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c1266 state = getopt_state_get(); in cmd_shuffle()
1312 state = getopt_state_get(); in cmd_run_suite()
/Zephyr-latest/subsys/shell/
DKconfig197 When more threads are using getopt please call getopt_state_get to
/Zephyr-latest/doc/services/shell/
Dindex.rst696 state = getopt_state_get();