Searched refs:MINUTE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/lib/libc/stdio/ |
| H A D | xprintf_time.c | 51 #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 D | archive_getdate.c | 43 #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 D | ChangeLog | 1920 * In refclock_wwv.c rename SECOND to WWV_SEC and MINUTE to WWV_MIN.
|
| H A D | CommitLog | 100820 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
|