Searched refs:Hours (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/fifolog/lib/ |
H A D | getdate.y | 526 ToSeconds(time_t Hours, time_t Minutes, time_t Seconds, MERIDIAN Meridian) in ToSeconds() argument 532 if (Hours < 0 || Hours > 23) in ToSeconds() 534 return (Hours * 60L + Minutes) * 60L + Seconds; in ToSeconds() 536 if (Hours < 1 || Hours > 12) in ToSeconds() 538 if (Hours == 12) in ToSeconds() 539 Hours = 0; in ToSeconds() 540 return (Hours * 60L + Minutes) * 60L + Seconds; in ToSeconds() 542 if (Hours < 1 || Hours > 12) in ToSeconds() 544 if (Hours == 12) in ToSeconds() 545 Hours = 0; in ToSeconds() [all …]
|
/freebsd/usr.bin/find/ |
H A D | getdate.y | 532 ToSeconds(time_t Hours, time_t Minutes, time_t Seconds, MERIDIAN Meridian) in ToSeconds() argument 538 if (Hours < 0 || Hours > 23) in ToSeconds() 540 return (Hours * 60L + Minutes) * 60L + Seconds; in ToSeconds() 542 if (Hours < 1 || Hours > 12) in ToSeconds() 544 if (Hours == 12) in ToSeconds() 545 Hours = 0; in ToSeconds() 546 return (Hours * 60L + Minutes) * 60L + Seconds; in ToSeconds() 548 if (Hours < 1 || Hours > 12) in ToSeconds() 550 if (Hours == 12) in ToSeconds() 551 Hours = 0; in ToSeconds() [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_getdate.c | 688 time_t Hours, time_t Minutes, time_t Seconds, 713 || Hours < 0 || Hours > 23 in Convert() 725 Julian += Hours * HOUR + Minutes * MINUTE + Seconds; in Convert() 692 Convert(time_t Month,time_t Day,time_t Year,time_t Hours,time_t Minutes,time_t Seconds,time_t Timezone,enum DSTMODE DSTmode) Convert() argument
|
/freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
H A D | user.subr | 61 # of Minutes, Hours, Days, Weeks, Months or Years from the current date 206 # 0x) digit followed by the number of Minutes, Hours, Days, 893 # 0x) digit followed by the number of Minutes, Hours, Days,
|
/freebsd/contrib/tzdata/ |
H A D | australasia | 746 # or 0400 Hours) on the 2nd April 2011, then all instruments used to 773 # Thursday 29th December 2011 23:59:59 Hours 774 # Saturday 31st December 2011 00:00:00 Hours
|
H A D | asia | 1406 # "Circular on Matching the Hours of Governmental and Official Circles
|