explain           131 anacron/global.h void explain(const char *fmt, ...)PRINTF_FORMAT(1,2);
explain           180 anacron/lock.c     explain("Job `%s' locked by another anacron - skipping", jr->ident);
explain           308 anacron/main.c 	if (got_sigusr1) explain("Received SIGUSR1");
explain           317 anacron/main.c     explain("Received SIGUSR1");
explain           320 anacron/main.c     explain("Exited");
explain           371 anacron/main.c 	explain("Anacron started on %04d-%02d-%02d",
explain           389 anacron/main.c 	explain("System time manipulation detected, job `%s' will run immediately",
explain           405 anacron/main.c 	explain("Updated timestamp for job `%s' to %04d-%02d-%02d",
explain           421 anacron/main.c 	    explain("Will run job `%s'", job_array[j]->ident);
explain           425 anacron/main.c 	    explain("Will run job `%s' in %d min.",
explain           431 anacron/main.c 	explain("Jobs will be executed sequentially");
explain           448 anacron/main.c         explain("Can't get exact time, failure.");
explain           511 anacron/main.c     explain("Normal exit (%d job%s run)", njobs, njobs == 1 ? "" : "s");
explain           213 anacron/runjob.c 	explain("Empty MAILTO set, not mailing output");
explain           344 anacron/runjob.c     explain("Job `%s' started", jr->ident);
explain           363 anacron/runjob.c 	explain("Job `%s' terminated%s", jr->ident, m);
explain           365 anacron/runjob.c 	explain("Job `%s' terminated (exit status: %d)%s",