Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/cron/lib/
H A Dentry.c452 if ((e->flags & DONT_LOG) == DONT_LOG) {
457 e->flags |= DONT_LOG;
/freebsd-13.1/usr.sbin/cron/cron/
H A Dcron.h194 #define DONT_LOG 0x80 macro
H A Ddo_command.c243 if ((e->flags & DONT_LOG) == 0) {