getopt            108 anacron/main.c     while ((opt = getopt(argc, argv, "sfundqt:TS:Vh")) != EOF)
getopt            693 src/cron.c     	while (-1 != (argch = getopt(argc, argv, "hnpsiPx:m:cV"))) {
getopt            334 src/cronnext.c 	while (-1 != (opt = getopt(argn, argv, "i:e:ast:q:lcfhV"))) {
getopt            235 src/crontab.c  	while (-1 != (argch = getopt(argc, argv, getoptargs))) {
getopt             60 src/externs.h  int	getopt(int, char * const *, const char *);