Home | History | Annotate | Download | only in darwin-lib

Lines Matching refs:__GETOPT_ID

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