Searched refs:getopt_long (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/tests/posix/getopt/src/ |
D | main.c | 177 c = getopt_long(argc1, argv, accepted_opt, in ZTEST() 180 c = getopt_long(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST() 185 c = getopt_long(argc1, argv, accepted_opt, in ZTEST() 192 c = getopt_long(argc2, argv, accepted_opt, in ZTEST() 195 c = getopt_long(argc2, argv, accepted_opt, in ZTEST() 201 c = getopt_long(argc2, argv, accepted_opt, in ZTEST() 208 c = getopt_long(argc3, argv, accepted_opt, in ZTEST() 211 c = getopt_long(argc3, argv, accepted_opt, in ZTEST() 214 c = getopt_long(argc3, argv, accepted_opt, in ZTEST() 221 c = getopt_long(argc4, argv, accepted_opt, in ZTEST() [all …]
|
/Zephyr-Core-3.5.0/lib/posix/getopt/ |
D | CMakeLists.txt | 19 getopt_long.c
|
D | getopt.h | 78 int getopt_long(int nargc, char *const *nargv,
|
D | getopt_long.c | 587 getopt_long(int nargc, char *const *nargv, function
|
/Zephyr-Core-3.5.0/subsys/net/l2/wifi/ |
D | wifi_shell.c | 494 while ((opt = getopt_long(argc, argv, "t:b:a:p:s:m:c:h", long_options, &opt_index)) != -1) { in wifi_scan_args_to_params() 1288 while ((opt = getopt_long(argc, argv, "i:smtpakgh", long_options, &option_index)) != -1) { in parse_mode_args_to_params() 1393 while ((opt = getopt_long(argc, argv, "i:c:gh", long_options, &option_index)) != -1) { in parse_channel_args_to_params() 1503 while ((opt = getopt_long(argc, argv, "i:b:amcdgh", long_options, &option_index)) != -1) { in parse_filter_args_to_params()
|
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/src/ |
D | main.c | 319 while ((opt = getopt_long(argc, argv, "p:d:", long_options, in cmd_gpio_configure()
|
/Zephyr-Core-3.5.0/doc/services/shell/ |
D | index.rst | 33 * Support for getopt and getopt_long. 530 For this purpose shell supports the getopt and getopt_long libraries available
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.1.rst | 1956 * :github:`34590` - Functions getopt_long and getopt_long_only from the FreeBSD project
|