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

/freebsd-10-stable/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:__anon11896
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-stable/usr.sbin/rrenumd/
H A Dparser.y101 %token <num> DAYS HOURS MINUTES SECONDS INFINITY
627 | MINUTES
/freebsd-10-stable/contrib/sendmail/src/
H A Dreadcf.c25 #define MINUTES * 60 macro
3156 SafeAlias = 5 MINUTES;
5182 TimeOuts.to_initial = (time_t) 5 MINUTES;
5183 TimeOuts.to_helo = (time_t) 5 MINUTES;
5184 TimeOuts.to_mail = (time_t) 10 MINUTES;
5186 TimeOuts.to_datainit = (time_t) 5 MINUTES;
5189 TimeOuts.to_rset = (time_t) 5 MINUTES;
5190 TimeOuts.to_quit = (time_t) 2 MINUTES;
5192 TimeOuts.to_miscshort = (time_t) 2 MINUTES;
5199 TimeOuts.to_control = (time_t) 2 MINUTES;
[all...]
H A Dconf.c259 #define MINUTES * 60 macro
260 #define HOURS * 60 MINUTES
319 MciCacheTimeout = 5 MINUTES; /* option K */
345 MciInfoTimeout = 30 MINUTES;
/freebsd-10-stable/crypto/openssh/
H A Dmisc.c280 #define MINUTES (SECONDS * 60) macro
281 #define HOURS (MINUTES * 60)
336 secs *= MINUTES;

Completed in 294 milliseconds