Searched refs:opterr (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/lib/posix/options/getopt/ |
D | getopt_common.c | 19 int opterr = 1; /* if error message should be printed */ variable 27 .opterr = 1, 46 opterr = state->opterr; in z_getopt_global_state_update()
|
D | getopt.c | 54 state->opterr = 1; in getopt_init() 67 opterr = 1; in getopt_init() 124 if (state->opterr && *ostr != ':') { in getopt() 153 if (state->opterr) { in getopt()
|
D | getopt.h | 17 int opterr; /* if error message should be printed */ member 33 extern int opterr;
|
D | getopt_long.c | 61 #define PRINT_ERROR ((state->opterr) && (*options != ':'))
|
/Zephyr-latest/include/zephyr/posix/ |
D | unistd.h | 63 extern int opterr, optind, optopt;
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.c_lib_ext | 9 Group, consisting of fnmatch(), getopt(), getsubopt(), optarg, opterr, optind, optopt,
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 90 opterr, yes
|