m                 124 anacron/global.h #define PRINTF_FORMAT(n, m) \
m                 125 anacron/global.h    __attribute__ ((format (printf, n, m)))
m                 127 anacron/global.h #define PRINTF_FORMAT(n, m)
m                 354 anacron/runjob.c     const char *m;
m                 361 anacron/runjob.c     m = mail_output ? " (produced output)" : "";
m                 363 anacron/runjob.c 	explain("Job `%s' terminated%s", jr->ident, m);
m                 366 anacron/runjob.c 		jr->ident, WEXITSTATUS(status), m);
m                 369 anacron/runjob.c 		 jr->ident, WTERMSIG(status), m);
m                 371 anacron/runjob.c 	complain("Job `%s' terminated abnormally%s", jr->ident, m);