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

/freebsd-current/usr.bin/at/
H A Dparsetime.c31 * at [NOW] PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS
36 * \PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS/
67 MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS, enumerator in enum:__anon6414
90 { "minute", MINUTES,0 }, /* minutes multiplier */
91 { "minutes", MINUTES,1 }, /* (pluralized) */
307 case MINUTES:
327 * at [NOW] PLUS NUMBER [MINUTES|HOURS|DAYS|WEEKS|MONTHS|YEARS]
474 * \PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS/
/freebsd-current/usr.sbin/rrenumd/
H A Dparser.y98 %token <num> DAYS HOURS MINUTES SECONDS INFINITY
622 | MINUTES
/freebsd-current/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;
5633 TimeOuts.to_miscshort = (time_t) 2 MINUTES;
5640 TimeOuts.to_control = (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-current/crypto/openssh/
H A Dmisc.c561 #define MINUTES (SECONDS * 60) macro
562 #define HOURS (MINUTES * 60)
618 multiplier = MINUTES;

Completed in 151 milliseconds