Searched refs:getopt_long_only (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/posix/c_lib_ext/src/ |
D | getopt.c | 268 c = getopt_long_only(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST() 270 c = getopt_long_only(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST() 274 c = getopt_long_only(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST() 281 c = getopt_long_only(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST() 283 c = getopt_long_only(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST() 287 c = getopt_long_only(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST() 293 c = getopt_long_only(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST() 295 c = getopt_long_only(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST() 297 c = getopt_long_only(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST() 303 c = getopt_long_only(argc4, argv, accepted_opt, long_options, &option_index); in ZTEST() [all …]
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | getopt.h | 109 int getopt_long_only(int nargc, char *const *nargv,
|
D | getopt_long.c | 611 getopt_long_only(int nargc, char *const *nargv, function
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 1956 * :github:`34590` - Functions getopt_long and getopt_long_only from the FreeBSD project
|