Searched refs:sys_getopt_long (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-4.2.1/include/zephyr/sys/ |
| D | sys_getopt.h | 97 int sys_getopt_long(int nargc, char *const *nargv, const char *options,
|
| /Zephyr-4.2.1/lib/posix/c_lib_ext/ |
| D | getopt_shim.c | 40 return sys_getopt_long(argc, argv, shortopts, longopts, longind); in getopt_long()
|
| /Zephyr-4.2.1/subsys/net/l2/wifi/ |
| D | wifi_shell.c | 652 while ((opt = sys_getopt_long(argc, argv, "s:p:k:e:w:b:c:m:t:a:B:K:S:T:A:V:I:P:g:Rh:i:", in __wifi_args_to_params() 1049 while ((opt = sys_getopt_long(argc, argv, "t:b:a:p:s:m:c:i:h", in wifi_scan_args_to_params() 1771 while ((opt = sys_getopt_long(argc, argv, "n:c:t:f:r:T:I:a:t:w:p:D:d:e:m:i:h", in twt_args_to_params() 2166 while ((opt = sys_getopt_long(argc, argv, "t:s:n:c:i:h", in wifi_ap_config_args_to_params() 2287 while ((opt = sys_getopt_long(argc, argv, "fvi:", long_options, &opt_index)) != -1) { in cmd_wifi_reg_domain() 2661 while ((opt = sys_getopt_long(argc, argv, "i:smtpakh", in parse_mode_args_to_params() 2761 while ((opt = sys_getopt_long(argc, argv, "i:c:gh", in parse_channel_args_to_params() 2863 while ((opt = sys_getopt_long(argc, argv, "i:b:amcdgh", in parse_filter_args_to_params() 2986 while ((opt = sys_getopt_long(argc, argv, "p:r:c:m:s:i:", in parse_dpp_args_auth_init() 3035 while ((opt = sys_getopt_long(argc, argv, "o:f:i:", in parse_dpp_args_chirp() [all …]
|
| /Zephyr-4.2.1/subsys/net/lib/wifi_credentials/ |
| D | wifi_credentials_shell.c | 146 while ((opt = sys_getopt_long(argc, argv, "s:p:k:w:b:c:m:t:a:K:h", in cmd_add_network()
|
| /Zephyr-4.2.1/samples/shields/npm6001_ek/src/ |
| D | main.c | 317 while ((opt = sys_getopt_long(argc, argv, "p:d:", long_options, in cmd_gpio_configure()
|
| /Zephyr-4.2.1/lib/utils/getopt/ |
| D | getopt_long.c | 554 int sys_getopt_long(int nargc, char *const *nargv, const char *options, function
|
| /Zephyr-4.2.1/subsys/testsuite/ztest/src/ |
| D | ztest.c | 1268 while ((opt = sys_getopt_long(argc, argv, "s:c:", long_options, &opt_index)) != -1) { in cmd_shuffle() 1315 while ((opt = sys_getopt_long(argc, argv, "r:p:", long_options, &opt_index)) != -1) { in cmd_run_suite()
|
| /Zephyr-4.2.1/doc/services/shell/ |
| D | index.rst | 689 the FreeBSD project called sys_getopt and sys_getopt_long. This feature is activated by:
|