opt 104 anacron/main.c int opt; opt 108 anacron/main.c while ((opt = getopt(argc, argv, "sfundqt:TS:Vh")) != EOF) opt 110 anacron/main.c switch (opt) opt 319 src/cronnext.c int opt; opt 334 src/cronnext.c while (-1 != (opt = getopt(argn, argv, "i:e:ast:q:lcfhV"))) { opt 335 src/cronnext.c switch (opt) {