Home
last modified time | relevance | path

Searched refs:getopt_long_only (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/posix/c_lib_ext/src/
Dgetopt.c268 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/
Dgetopt.h109 int getopt_long_only(int nargc, char *const *nargv,
Dgetopt_long.c611 getopt_long_only(int nargc, char *const *nargv, function
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1956 * :github:`34590` - Functions getopt_long and getopt_long_only from the FreeBSD project