Searched refs:MINUTES (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/usr.bin/at/
H A Dparsetime.c28 * at [NOW] PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS
33 * \PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS/
66 MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS, enumerator in enum:__anon11391
89 { "minute", MINUTES,0 }, /* minutes multiplier */
90 { "minutes", MINUTES,1 }, /* (pluralized) */
306 case MINUTES:
326 * at [NOW] PLUS NUMBER [MINUTES|HOURS|DAYS|WEEKS|MONTHS|YEARS]
473 * \PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS/
/freebsd-10.0-release/usr.sbin/rrenumd/
H A Dparser.y101 %token <num> DAYS HOURS MINUTES SECONDS INFINITY
627 | MINUTES
/freebsd-10.0-release/contrib/sendmail/src/
H A Dreadcf.c25 #define MINUTES * 60 macro
2632 SafeAlias = 5 MINUTES;
4677 TimeOuts.to_initial = (time_t) 5 MINUTES;
4678 TimeOuts.to_helo = (time_t) 5 MINUTES;
4679 TimeOuts.to_mail = (time_t) 10 MINUTES;
4681 TimeOuts.to_datainit = (time_t) 5 MINUTES;
4684 TimeOuts.to_rset = (time_t) 5 MINUTES;
4685 TimeOuts.to_quit = (time_t) 2 MINUTES;
4687 TimeOuts.to_miscshort = (time_t) 2 MINUTES;
4694 TimeOuts.to_control = (time_t) 2 MINUTES;
[all...]
H A Dconf.c261 #define MINUTES * 60 macro
262 #define HOURS * 60 MINUTES
321 MciCacheTimeout = 5 MINUTES; /* option K */
347 MciInfoTimeout = 30 MINUTES;
/freebsd-10.0-release/crypto/openssh/
H A Dmisc.c278 #define MINUTES (SECONDS * 60) macro
279 #define HOURS (MINUTES * 60)
334 secs *= MINUTES;

Completed in 98 milliseconds