Home
last modified time | relevance | path

Searched refs:MINUTE (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dxprintf_time.c51 #define MINUTE 60 macro
52 #define HOUR (60 * MINUTE)
105 if (tx >= MINUTE && (t != 0 || prec != 0)) { in __printf_render_time()
106 p += sprintf(p, "%jdm", t / MINUTE); in __printf_render_time()
107 t %= MINUTE; in __printf_render_time()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_parse_date.c42 #define MINUTE (60L) macro
43 #define HOUR (60L * MINUTE)
151 + (gds->tokenp[1].value % 100) * MINUTE); in timephrase()
160 + (gds->tokenp[1].value % 100) * MINUTE); in timephrase()
557 { 0, "nft", tZONE, 3*HOUR+30*MINUTE }, /* Newfoundland */
558 { 0, "nst", tZONE, 3*HOUR+30*MINUTE }, /* Newfoundland Standard */
559 { 0, "ndt", tDAYZONE, 3*HOUR+30*MINUTE }, /* Newfoundland Daylight */
588 { 0, "it", tZONE, -3*HOUR-30*MINUTE },/* Iran */
591 { 0, "ist", tZONE, -5*HOUR-30*MINUTE },/* Indian Standard */
597 { 0, "jt", tZONE, -7*HOUR-30*MINUTE },/* Java (3pm in Cronusland!)*/
[all …]
/freebsd/contrib/ntp/
H A DChangeLog1920 * In refclock_wwv.c rename SECOND to WWV_SEC and MINUTE to WWV_MIN.
H A DCommitLog[all...]