Searched refs:HOUR (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/usr.bin/find/
H A Dgetdate.y72 #define HOUR(x) ((time_t)(x) * 60)
421 { "gmt", tZONE, HOUR( 0) }, /* Greenwich Mean */
422 { "ut", tZONE, HOUR( 0) }, /* Universal (Coordinated) */
423 { "utc", tZONE, HOUR( 0) },
424 { "wet", tZONE, HOUR( 0) }, /* Western European */
425 { "bst", tDAYZONE, HOUR( 0) }, /* British Summer */
426 { "wat", tZONE, HOUR( 1) }, /* West Africa */
427 { "at", tZONE, HOUR( 2) }, /* Azores */
431 { "bst", tZONE, HOUR( 3) }, /* Brazil Standard */
432 { "gst", tZONE, HOUR(
[all...]
/freebsd-10.0-release/usr.sbin/fifolog/lib/
H A Dgetdate.y34 #define HOUR(x) ((time_t)(x) * 60)
401 { "gmt", tZONE, HOUR( 0) }, /* Greenwich Mean */
402 { "ut", tZONE, HOUR( 0) }, /* Universal (Coordinated) */
403 { "utc", tZONE, HOUR( 0) },
404 { "wet", tZONE, HOUR( 0) }, /* Western European */
405 { "bst", tDAYZONE, HOUR( 0) }, /* British Summer */
406 { "wat", tZONE, HOUR( 1) }, /* West Africa */
407 { "at", tZONE, HOUR( 2) }, /* Azores */
411 { "bst", tZONE, HOUR( 3) }, /* Brazil Standard */
412 { "gst", tZONE, HOUR(
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_getdate.c47 #define HOUR (60L * MINUTE) macro
48 #define DAY (24L * HOUR)
154 gds->Timezone = - ((gds->tokenp[1].value / 100) * HOUR
163 gds->Timezone = + ((gds->tokenp[1].value / 100) * HOUR
552 { 0, "gmt", tZONE, 0*HOUR }, /* Greenwich Mean */
553 { 0, "ut", tZONE, 0*HOUR }, /* Universal (Coordinated) */
554 { 0, "utc", tZONE, 0*HOUR },
555 { 0, "wet", tZONE, 0*HOUR }, /* Western European */
556 { 0, "bst", tDAYZONE, 0*HOUR }, /* British Summer */
557 { 0, "wat", tZONE, 1*HOUR }, /* Wes
[all...]
/freebsd-10.0-release/lib/libc/stdio/
H A Dxprintf_time.c52 #define HOUR (60 * MINUTE) macro
53 #define DAY (24 * HOUR)
101 if (tx >= HOUR && (t != 0 || prec != 0)) {
102 p += sprintf(p, "%jdh", t / HOUR);
103 t %= HOUR;
/freebsd-10.0-release/usr.bin/calendar/
H A Dsunpos.c190 #define HOUR(h) ((h) / 4) macro
313 sunpos(year, 6, d, UTCoffset, HOUR(h), MIN(h), SEC(h),
318 DEBUG2(year, 6, d, HOUR(h), MIN(h),
343 sunpos(year, 12, d, UTCoffset, HOUR(h), MIN(h), SEC(h),
348 DEBUG2(year, 12, d, HOUR(h), MIN(h),
382 HOUR(h), MIN(h), SEC(h), 0.0, 0.0, &prevL, &dec);
389 HOUR(h), MIN(h), SEC(h),
395 year, m, d, HOUR(h), MIN(h), *pichinesemonths, curL);
405 year, m, d, HOUR(h), MIN(h), *pichinesemonths, curL);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_timer.c63 #define HOUR (60*60) macro
/freebsd-10.0-release/contrib/sendmail/src/
H A Dreadcf.c26 #define HOUR * 3600 macro
27 #define HOURS HOUR
4680 TimeOuts.to_rcpt = (time_t) 1 HOUR;
4682 TimeOuts.to_datablock = (time_t) 1 HOUR;
4683 TimeOuts.to_datafinal = (time_t) 1 HOUR;
4686 TimeOuts.to_nextcommand = (time_t) 1 HOUR;
4700 TimeOuts.to_starttls = (time_t) 1 HOUR;

Completed in 110 milliseconds