Home
last modified time | relevance | path

Searched refs:getoptargs (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/cron/dist/
H A Dcrontab.c48 static const char *getoptargs = "u:lerx:"; variable
50 static const char *getoptargs = "u:ler"; variable
197 while (-1 != (argch = getopt(argc, argv, getoptargs))) { in parse_args()