Home
last modified time | relevance | path

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

/external/bison/darwin-lib/
Dgetopt.h98 # 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/
Dgetopt.in.h97 # 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,
Dgetopt1.c40 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long()
62 getopt_long_only (int argc, char *__getopt_argv_const *argv, in getopt_long_only()