Searched defs:long_options (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/lib/posix/getopt/ |
D | getopt_long.c | 170 const char *options, const struct option *long_options, in parse_long_options() 347 const char *options, const struct option *long_options, 588 const char *options, const struct option *long_options, 611 const char *options, const struct option *long_options,
|
/Zephyr-Core-3.5.0/tests/posix/getopt/src/ |
D | main.c | 125 struct option long_options[] = { in ZTEST() local 245 struct option long_options[] = { in ZTEST() local
|
/Zephyr-Core-3.5.0/subsys/net/l2/wifi/ |
D | wifi_shell.c | 479 static struct option long_options[] = {{"type", required_argument, 0, 't'}, in wifi_scan_args_to_params() local 1277 static struct option long_options[] = {{"if_index", optional_argument, 0, 'i'}, in parse_mode_args_to_params() local 1387 static struct option long_options[] = {{"if_index", optional_argument, 0, 'i'}, in parse_channel_args_to_params() local 1493 static struct option long_options[] = {{"if_index", optional_argument, 0, 'i'}, in parse_filter_args_to_params() local
|
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/src/ |
D | main.c | 306 static const struct option long_options[] = { in cmd_gpio_configure() local
|