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

/freebsd-10.1-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:__anon11756
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.1-release/usr.sbin/rrenumd/
H A Dparser.y101 %token <num> DAYS HOURS MINUTES SECONDS INFINITY
627 | MINUTES
/freebsd-10.1-release/contrib/sendmail/src/
H A Dreadcf.c25 #define MINUTES * 60 macro
2653 SafeAlias = 5 MINUTES;
4698 TimeOuts.to_initial = (time_t) 5 MINUTES;
4699 TimeOuts.to_helo = (time_t) 5 MINUTES;
4700 TimeOuts.to_mail = (time_t) 10 MINUTES;
4702 TimeOuts.to_datainit = (time_t) 5 MINUTES;
4705 TimeOuts.to_rset = (time_t) 5 MINUTES;
4706 TimeOuts.to_quit = (time_t) 2 MINUTES;
4708 TimeOuts.to_miscshort = (time_t) 2 MINUTES;
4715 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.1-release/crypto/openssh/
H A Dmisc.c279 #define MINUTES (SECONDS * 60) macro
280 #define HOURS (MINUTES * 60)
335 secs *= MINUTES;

Completed in 230 milliseconds