Home | History | Annotate | Download | only in lib

Lines Matching defs:const

40    reject `defined (const)'.  */
41 # ifndef const
42 # define const
221 const char *str;
241 extern int strlen (const char *);
268 static char *const *original_argv;
275 store_args_and_env (int argc, char *const *argv)
393 static const char *_getopt_initialize (int, char *const *, const char *);
395 static const char *
398 char *const *argv;
399 const char *optstring;
439 const char *orig_str = __getopt_nonoption_flags;
504 The elements of ARGV aren't really const, because we permute them.
505 But we pretend they're const in the prototype to be compatible
521 char *const *argv;
522 const char *optstring;
523 const struct option *longopts;
646 const struct option *p;
647 const struct option *pfound = NULL;
803 const struct option *p;
804 const struct option *pfound = NULL;
976 char *const *argv;
977 const char *optstring;
980 (const struct option *) 0,