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

/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c121 char *r_reason; /* The reason this file is being rotated */ member in struct:conf_entry
336 tempwork->r_reason = NULL;
355 tempwork->r_reason = NULL;
394 if (ent->r_reason != NULL) {
395 free(ent->r_reason);
396 ent->r_reason = NULL;
544 ent->r_reason = strdup(temp_reason);
1902 else if (log_ent->r_reason != NULL)
1904 daytime, hostname, (int) getpid(), log_ent->r_reason, xtra);

Completed in 92 milliseconds