Lines Matching defs:const
40 reject `defined (const)'. */
41 # ifndef const
42 # define const
229 const char *str;
249 extern int strlen (const char *);
394 static const char *_getopt_initialize (int, char *const *, const char *);
396 static const char *
399 char *const *argv;
400 const char *optstring;
440 const char *orig_str = __getopt_nonoption_flags;
505 The elements of ARGV aren't really const, because we permute them.
506 But we pretend they're const in the prototype to be compatible
522 char *const *argv;
523 const char *optstring;
524 const struct option *longopts;
654 const struct option *p;
655 const struct option *pfound = NULL;
945 const struct option *p;
946 const struct option *pfound = NULL;
1203 char *const *argv;
1204 const char *optstring;
1207 (const struct option *) 0,