Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dgetopt.c224 unsigned char *ambig_set = NULL; in process_long_option() local
250 else if (!ambig_set) in process_long_option()
253 ambig_set = alloca (n_options); in process_long_option()
254 else if ((ambig_set = malloc (n_options)) == NULL) in process_long_option()
260 if (ambig_set) in process_long_option()
262 memset (ambig_set, 0, n_options); in process_long_option()
263 ambig_set[indfound] = 1; in process_long_option()
266 if (ambig_set) in process_long_option()
267 ambig_set[option_index] = 1; in process_long_option()
272 if (ambig_set || ambig_fallback) in process_long_option()
[all …]