Home | History | Annotate | Download | only in lib

Lines Matching refs:__GETOPT_ID

67 # define __GETOPT_ID(y) __GETOPT_XCONCAT (__GETOPT_PREFIX, y)
68 # define getopt __GETOPT_ID (getopt)
69 # define getopt_long __GETOPT_ID (getopt_long)
70 # define getopt_long_only __GETOPT_ID (getopt_long_only)
71 # define optarg __GETOPT_ID (optarg)
72 # define opterr __GETOPT_ID (opterr)
73 # define optind __GETOPT_ID (optind)
74 # define optopt __GETOPT_ID (optopt)
75 # define option __GETOPT_ID (option)
76 # define _getopt_internal __GETOPT_ID (getopt_internal)