Searched refs:Hours (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | getdate.y | 481 ToSeconds(Hours, Minutes, Seconds, Meridian) in ToSeconds() argument 482 time_t Hours; in ToSeconds() 491 if (Hours < 0 || Hours > 23) 493 return (Hours * 60L + Minutes) * 60L + Seconds; 495 if (Hours < 1 || Hours > 12) 497 if (Hours != 12) 498 return (Hours * 60L + Minutes) * 60L + Seconds; 502 if (Hours < 1 || Hours > 12) 504 if (Hours != 12) 505 return ((Hours + 12) * 60L + Minutes) * 60L + Seconds; [all …]
|
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/ |
H A D | getdate.y | 601 ToSeconds(Hours, Minutes, Seconds, Meridian) in ToSeconds() argument 602 time_t Hours; in ToSeconds() 611 if (Hours < 0 || Hours > 23) 613 return (Hours * 60L + Minutes) * 60L + Seconds; 615 if (Hours < 1 || Hours > 12) 617 return (Hours * 60L + Minutes) * 60L + Seconds; 619 if (Hours < 1 || Hours > 12) 621 return ((Hours + 12) * 60L + Minutes) * 60L + Seconds; 633 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument 637 time_t Hours; [all …]
|
/illumos-gate/usr/src/data/zoneinfo/ |
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 | 1399 # "Circular on Matching the Hours of Governmental and Official Circles
|