Home
last modified time | relevance | path

Searched refs:sys_getopt_long_only (Results 1 – 3 of 3) sorted by relevance

/Zephyr-4.2.1/include/zephyr/sys/
Dsys_getopt.h123 int sys_getopt_long_only(int nargc, char *const *nargv, const char *options,
/Zephyr-4.2.1/lib/posix/c_lib_ext/
Dgetopt_shim.c46 return sys_getopt_long_only(argc, argv, shortopts, longopts, longind); in getopt_long_only()
/Zephyr-4.2.1/lib/utils/getopt/
Dgetopt_long.c574 int sys_getopt_long_only(int nargc, char *const *nargv, const char *options, function