Home
last modified time | relevance | path

Searched refs:MINUTES (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/at/
H A Dparsetime.c67 MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS, enumerator
90 { "minute", MINUTES,0 }, /* minutes multiplier */
91 { "minutes", MINUTES,1 }, /* (pluralized) */
307 case MINUTES: in plus_or_minus()
/freebsd/usr.sbin/rrenumd/
H A Dparser.y98 %token <num> DAYS HOURS MINUTES SECONDS INFINITY
622 | MINUTES
/freebsd/contrib/sendmail/src/
H A Dreadcf.c31 #define MINUTES * 60 macro
3453 SafeAlias = 5 MINUTES;
5623 TimeOuts.to_initial = (time_t) 5 MINUTES;
5624 TimeOuts.to_helo = (time_t) 5 MINUTES;
5625 TimeOuts.to_mail = (time_t) 10 MINUTES;
5627 TimeOuts.to_datainit = (time_t) 5 MINUTES;
5630 TimeOuts.to_rset = (time_t) 5 MINUTES;
5631 TimeOuts.to_quit = (time_t) 2 MINUTES;
5640 TimeOuts.to_control = (time_t) 2 MINUTES;
5641 TimeOuts.to_lhlo = (time_t) 2 MINUTES;
[all …]
H A Dconf.c270 #define MINUTES * 60 macro
271 #define HOURS * 60 MINUTES
333 MciCacheTimeout = 5 MINUTES; /* option K */
359 MciInfoTimeout = 30 MINUTES;
/freebsd/crypto/openssh/
H A Dmisc.c561 #define MINUTES (SECONDS * 60) macro
562 #define HOURS (MINUTES * 60)
618 multiplier = MINUTES; in convtime()
/freebsd/contrib/sendmail/contrib/
H A Dmmuegel513 $MINUTES = 3;
520 # $DAYS, $HOURS, $MINUTES, or $SECONDS.
534 X $MINUTES, 60, ":", "%02d",
594 X elsif ($Type == $MINUTES)
601 X if (! $Printed_Field {$MINUTES});