HomeSort by: relevance | last modified time | path
    Searched defs:getoptargs (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/cron/dist/
crontab.c 48 static const char *getoptargs = "u:lerx:"; variable
50 static const char *getoptargs = "u:ler"; variable
197 while (-1 != (argch = getopt(argc, argv, getoptargs))) {

Completed in 36 milliseconds