Searched refs:MINUTES (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.bin/at/ |
H A D | parsetime.c | 67 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 D | parser.y | 98 %token <num> DAYS HOURS MINUTES SECONDS INFINITY 622 | MINUTES
|
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 31 #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; 5633 TimeOuts.to_miscshort = (time_t) 2 MINUTES; 5640 TimeOuts.to_control = (time_t) 2 MINUTES; [all …]
|
H A D | conf.c | 270 #define MINUTES * 60 macro 271 #define HOURS * 60 MINUTES 333 MciCacheTimeout = 5 MINUTES; /* option K */ 359 MciInfoTimeout = 30 MINUTES;
|
/freebsd/crypto/openssh/ |
H A D | misc.c | 582 #define MINUTES (SECONDS * 60) macro 583 #define HOURS (MINUTES * 60) 650 multiplier = MINUTES; in convtime()
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mmuegel | 513 $MINUTES = 3; 520 # $DAYS, $HOURS, $MINUTES, or $SECONDS. 534 X $MINUTES, 60, ":", "%02d", 594 X elsif ($Type == $MINUTES) 601 X if (! $Printed_Field {$MINUTES});
|