Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/libarchive/libarchive/
H A Darchive_getdate.c43 #define MINUTE (60L) macro
44 #define HOUR (60L * MINUTE)
152 + (gds->tokenp[1].value % 100) * MINUTE); in timephrase()
161 + (gds->tokenp[1].value % 100) * MINUTE); in timephrase()
558 { 0, "nft", tZONE, 3*HOUR+30*MINUTE }, /* Newfoundland */
589 { 0, "it", tZONE, -3*HOUR-30*MINUTE },/* Iran */
592 { 0, "ist", tZONE, -5*HOUR-30*MINUTE },/* Indian Standard */
620 { 3, "minutes", tSEC_UNIT, MINUTE },
725 Julian += Hours * HOUR + Minutes * MINUTE + Seconds; in Convert()
928 + (a->tm_min - b->tm_min) * MINUTE in difftm()
[all …]
/freebsd-14.2/contrib/ntp/
H A DChangeLog1920 * In refclock_wwv.c rename SECOND to WWV_SEC and MINUTE to WWV_MIN.
H A DCommitLog100820 In refclock_wwv.c rename SECOND to WWV_SEC and MINUTE to WWV_MIN
100823 In refclock_wwv.c rename SECOND to WWV_SEC and MINUTE to WWV_MIN
100826 In refclock_wwv.c rename SECOND to WWV_SEC and MINUTE to WWV_MIN