Searched refs:__getopt_argv_const (Results 1 – 3 of 3) sorted by relevance
/external/bison/darwin-lib/ |
D | getopt.h | 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/ |
D | getopt.in.h | 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,
|
D | getopt1.c | 40 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()
|