getoptargs         75 src/crontab.c  static const char *getoptargs = "u:lerisncx:V";
getoptargs         77 src/crontab.c  static const char *getoptargs = "u:lerincx:V";
getoptargs         81 src/crontab.c  static const char *getoptargs = "u:lerisncV";
getoptargs         83 src/crontab.c  static const char *getoptargs = "u:lerincV";
getoptargs        235 src/crontab.c  	while (-1 != (argch = getopt(argc, argv, getoptargs))) {