Searched refs:sys_getopt_long_only (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-4.2.1/include/zephyr/sys/ |
| D | sys_getopt.h | 123 int sys_getopt_long_only(int nargc, char *const *nargv, const char *options,
|
| /Zephyr-4.2.1/lib/posix/c_lib_ext/ |
| D | getopt_shim.c | 46 return sys_getopt_long_only(argc, argv, shortopts, longopts, longind); in getopt_long_only()
|
| /Zephyr-4.2.1/lib/utils/getopt/ |
| D | getopt_long.c | 574 int sys_getopt_long_only(int nargc, char *const *nargv, const char *options, function
|