Searched refs:doption (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c283 static int parse_doption(const char *doption);
753 parse_doption(const char *doption) argument
758 if (strncmp(doption, TN, sizeof(TN) - 1) == 0) {
765 time(NULL), doption + sizeof(TN) - 1);
767 warnx("Non-existent time specified on -D %s", doption);
770 warnx("Malformed time given on -D %s", doption);
777 if (strcmp(doption, "ats") == 0) {
783 if ((strcmp(doption, "neworder") == 0) || (strcmp(doption, "oldorder")
789 warnx("Unknown -D (debug) option: '%s'", doption);
[all...]

Completed in 118 milliseconds