Searched refs:__getopt_argv_const (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/posix/ |
D | getopt.h | 31 #ifndef __getopt_argv_const 32 # define __getopt_argv_const const macro
|
D | getopt1.c | 28 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() 50 getopt_long_only (int argc, char *__getopt_argv_const *argv, in getopt_long_only()
|
/glibc-2.36/posix/bits/ |
D | getopt_ext.h | 66 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv, 70 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 6996 consistency with gnulib. Define __getopt_argv_const to const 7001 (getopt_long, getopt_long_only): Use __getopt_argv_const in 7010 Use __getopt_argv_const for consistency with gnulib.
|