Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c519 char temp_reason[REASON_MAX]; in do_entry() local
538 temp_reason[0] = '\0'; in do_entry()
544 strlcpy(temp_reason, " (no -C option)", REASON_MAX); in do_entry()
546 strlcpy(temp_reason, " (no C flag)", REASON_MAX); in do_entry()
553 printf("does not exist, skipped%s.\n", temp_reason); in do_entry()
605 temp_reason[0] = '\0'; in do_entry()
608 snprintf(temp_reason, REASON_MAX, " due to -R from %s", in do_entry()
612 snprintf(temp_reason, REASON_MAX, " due to -F request"); in do_entry()
615 snprintf(temp_reason, REASON_MAX, " due to size>%dK", in do_entry()
628 if (temp_reason[0] != '\0') in do_entry()
[all …]