getopt
getopt(int nargc, char * const *nargv, const char *ostr)
#define getopt k5_getopt
getopt(nargc, nargv, ostr)
# undef getopt
# define getopt(ac, av, o) BSDgetopt(ac, av, o)
getopt(int nargc, char * const *nargv, const char *options)
getopt(int nargc, char * const nargv[], const char *ostr)
getopt(int nargc, char * const *nargv, const char *options)
getopt(int nargc, char * const *nargv, const char *ostr)
#define getopt __freebsd_getopt
#undef getopt
#define getopt(argc, argv, optstr) __freebsd_getopt(argc, argv, optstr)