Searched refs:required_argument (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 571 {"ssid", required_argument, 0, 's'}, in __wifi_args_to_params() 572 {"passphrase", required_argument, 0, 'p'}, in __wifi_args_to_params() 573 {"key-mgmt", required_argument, 0, 'k'}, in __wifi_args_to_params() 574 {"ieee-80211w", required_argument, 0, 'w'}, in __wifi_args_to_params() 575 {"bssid", required_argument, 0, 'm'}, in __wifi_args_to_params() 576 {"band", required_argument, 0, 'b'}, in __wifi_args_to_params() 577 {"channel", required_argument, 0, 'c'}, in __wifi_args_to_params() 578 {"timeout", required_argument, 0, 't'}, in __wifi_args_to_params() 579 {"anon-id", required_argument, 0, 'a'}, in __wifi_args_to_params() 580 {"bandwidth", required_argument, 0, 'B'}, in __wifi_args_to_params() [all …]
|
/Zephyr-latest/tests/posix/c_lib_ext/src/ |
D | getopt.c | 118 {"create", required_argument, 0, 'c'}, in ZTEST() 119 {"delete", required_argument, 0, 'd'}, in ZTEST() 120 {"long", required_argument, 0, 'e'}, in ZTEST() 225 {"create", required_argument, 0, 'c'}, in ZTEST() 226 {"delete", required_argument, 0, 'd'}, in ZTEST() 227 {"long", required_argument, 0, 'e'}, in ZTEST()
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | getopt.h | 38 #define required_argument 1 macro
|
D | getopt_long.c | 280 if (long_options[match].has_arg == required_argument || in parse_long_options() 284 } else if (long_options[match].has_arg == required_argument) { in parse_long_options() 291 if ((long_options[match].has_arg == required_argument) in parse_long_options()
|
/Zephyr-latest/samples/shields/npm6001_ek/src/ |
D | main.c | 307 {"pin", required_argument, NULL, 'p'}, in cmd_gpio_configure() 308 {"direction", required_argument, NULL, 'd'}, in cmd_gpio_configure()
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest.c | 1285 static struct option long_options[] = {{"suite_iter", required_argument, 0, 's'}, in cmd_shuffle() 1286 {"case_iter", required_argument, 0, 'c'}, in cmd_shuffle() 1333 static struct option long_options[] = {{"repeat_iter", required_argument, NULL, 'r'}, in cmd_run_suite()
|