Searched refs:Hours (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/backup/lib/ |
H A D | getdate.y | 483 ToSeconds(Hours, Minutes, Seconds, Meridian) in ToSeconds() argument 484 time_t Hours; in ToSeconds() 493 if (Hours < 0 || Hours > 23) 495 return (Hours * 60L + Minutes) * 60L + Seconds; 497 if (Hours < 1 || Hours > 12) 499 if (Hours != 12) 500 return (Hours * 60L + Minutes) * 60L + Seconds; 504 if (Hours < 1 || Hours > 12) 506 if (Hours != 12) 507 return ((Hours + 12) * 60L + Minutes) * 60L + Seconds; [all …]
|
/titanic_50/usr/src/cmd/krb5/kadmin/cli/ |
H A D | getdate.y | 603 ToSeconds(Hours, Minutes, Seconds, Meridian) in ToSeconds() argument 604 time_t Hours; in ToSeconds() 613 if (Hours < 0 || Hours > 23) 615 return (Hours * 60L + Minutes) * 60L + Seconds; 617 if (Hours < 1 || Hours > 12) 619 return (Hours * 60L + Minutes) * 60L + Seconds; 621 if (Hours < 1 || Hours > 12) 623 return ((Hours + 12) * 60L + Minutes) * 60L + Seconds; 635 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument 639 time_t Hours; [all …]
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | australasia | 696 # or 0400 Hours) on the 2nd April 2011, then all instruments used to 723 # Thursday 29th December 2011 23:59:59 Hours 724 # Saturday 31st December 2011 00:00:00 Hours
|