Searched refs:getopt_long (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/posix/c_lib_ext/src/ |
D | getopt.c | 162 c = getopt_long(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST() 164 c = getopt_long(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST() 168 c = getopt_long(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST() 174 c = getopt_long(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST() 176 c = getopt_long(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST() 180 c = getopt_long(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST() 186 c = getopt_long(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST() 188 c = getopt_long(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST() 190 c = getopt_long(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST() 196 c = getopt_long(argc4, argv, accepted_opt, long_options, &option_index); in ZTEST() [all …]
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | getopt.h | 82 int getopt_long(int nargc, char *const *nargv,
|
D | getopt_long.c | 588 getopt_long(int nargc, char *const *nargv, function
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 631 while ((opt = getopt_long(argc, argv, "s:p:k:e:w:b:c:m:t:a:B:K:S:T:V:I:P:i:Rh", in __wifi_args_to_params() 989 while ((opt = getopt_long(argc, argv, "t:b:a:p:s:m:c:h", in wifi_scan_args_to_params() 1661 while ((opt = getopt_long(argc, argv, "n:c:t:f:r:T:I:a:t:w:i:D:d:e:m:h", in twt_args_to_params() 2046 while ((opt = getopt_long(argc, argv, "i:s:n:c:h", in wifi_ap_config_args_to_params() 2163 while ((opt = getopt_long(argc, argv, "fv", long_options, &opt_index)) != -1) { in cmd_wifi_reg_domain() 2534 while ((opt = getopt_long(argc, argv, "i:smtpakgh", in parse_mode_args_to_params() 2633 while ((opt = getopt_long(argc, argv, "i:c:gh", in parse_channel_args_to_params() 2735 while ((opt = getopt_long(argc, argv, "i:b:amcdgh", in parse_filter_args_to_params() 2862 while ((opt = getopt_long(argc, argv, "p:r:c:m:s:", in parse_dpp_args_auth_init() 2907 while ((opt = getopt_long(argc, argv, "i:f:", in parse_dpp_args_chirp() [all …]
|
/Zephyr-latest/lib/posix/options/ |
D | CMakeLists.txt | 164 getopt/getopt_long.c
|
/Zephyr-latest/samples/shields/npm6001_ek/src/ |
D | main.c | 319 while ((opt = getopt_long(argc, argv, "p:d:", long_options, in cmd_gpio_configure()
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest.c | 1295 while ((opt = getopt_long(argc, argv, "s:c:", long_options, &opt_index)) != -1) { in cmd_shuffle() 1341 while ((opt = getopt_long(argc, argv, "r:p:", long_options, &opt_index)) != -1) { in cmd_run_suite()
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 33 * Support for getopt and getopt_long. 665 For this purpose shell supports the getopt and getopt_long libraries available
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 1956 * :github:`34590` - Functions getopt_long and getopt_long_only from the FreeBSD project
|