Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dgetopt.h31 #ifndef __getopt_argv_const
32 # define __getopt_argv_const const macro
Dgetopt1.c28 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/
Dgetopt_ext.h66 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/
DChangeLog.186996 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.