Searched defs:__getopt_argv_const (Results 1 - 2 of 2) sorted by relevance

/external/bison/darwin-lib/
H A Dgetopt.h91 The only place where __getopt_argv_const is used is in definitions
98 # define __getopt_argv_const /* empty */ macro
100 # define __getopt_argv_const const macro
245 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
249 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
/external/bison/lib/
H A Dgetopt.in.h90 The only place where __getopt_argv_const is used is in definitions
97 # define __getopt_argv_const /* empty */ macro
99 # define __getopt_argv_const const
234 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
238 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,

Completed in 456 milliseconds