__getopt_nonoption_flags  167 libglibc/getopt.c extern char *__getopt_nonoption_flags;
__getopt_nonoption_flags  174 libglibc/getopt.c       char __tmp = __getopt_nonoption_flags[ch1];			      \
__getopt_nonoption_flags  175 libglibc/getopt.c       __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2];	      \
__getopt_nonoption_flags  176 libglibc/getopt.c       __getopt_nonoption_flags[ch2] = __tmp;				      \
__getopt_nonoption_flags  220 libglibc/getopt.c 	  memset (__mempcpy (new_str, __getopt_nonoption_flags,
__getopt_nonoption_flags  224 libglibc/getopt.c 	  __getopt_nonoption_flags = new_str;
__getopt_nonoption_flags  312 libglibc/getopt.c 	  if (__getopt_nonoption_flags == NULL
__getopt_nonoption_flags  313 libglibc/getopt.c 	      || __getopt_nonoption_flags[0] == '\0')
__getopt_nonoption_flags  317 libglibc/getopt.c 	      const char *orig_str = __getopt_nonoption_flags;
__getopt_nonoption_flags  321 libglibc/getopt.c 	      __getopt_nonoption_flags =
__getopt_nonoption_flags  323 libglibc/getopt.c 	      if (__getopt_nonoption_flags == NULL)
__getopt_nonoption_flags  326 libglibc/getopt.c 		memset (__mempcpy (__getopt_nonoption_flags, orig_str, len),
__getopt_nonoption_flags  424 libglibc/getopt.c 			  && __getopt_nonoption_flags[d->optind] == '1'))