Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_hopfser.c218 int DoW; /* Day of Week */ in hopfserial_receive() local
248 &DoW, in hopfserial_receive()
289 DoW, in hopfserial_receive()
/freebsd-10-stable/usr.sbin/cron/doc/
DMAIL195 (minute && hour && DoM && month && DoW)
197 (minute && hour && month && (DoM || DoW))
/freebsd-10-stable/contrib/sendmail/contrib/
Dmmuegel311 @DoW = ('Sunday', 'Monday', 'Tuesday', 'Wednesday',
332 %Tags = ( '%a', q|($rep = $DoW[$wday])=~ s/^(...).*/\1/|, # abbr. weekday name - Sun to Sat
333 X '%A', q|$rep = $DoW[$wday]|, # full weekday name - Sunday to Saturday