Searched refs:Minutes (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/backup/lib/ |
H A D | getdate.y | 483 ToSeconds(Hours, Minutes, Seconds, Meridian) in ToSeconds() argument 485 time_t Minutes; 489 if (Minutes < 0 || Minutes > 59 || Seconds < 0 || Seconds > 59) 495 return (Hours * 60L + Minutes) * 60L + Seconds; 500 return (Hours * 60L + Minutes) * 60L + Seconds; 502 return Minutes * 60L + Seconds; 507 return ((Hours + 12) * 60L + Minutes) * 60L + Seconds; 509 return (720L + Minutes) * 60L + Seconds; 517 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument 522 time_t Minutes; [all …]
|
/titanic_44/usr/src/cmd/krb5/kadmin/cli/ |
H A D | getdate.y | 603 ToSeconds(Hours, Minutes, Seconds, Meridian) in ToSeconds() argument 605 time_t Minutes; 609 if (Minutes < 0 || Minutes > 59 || Seconds < 0 || Seconds > 59) 615 return (Hours * 60L + Minutes) * 60L + Seconds; 619 return (Hours * 60L + Minutes) * 60L + Seconds; 623 return ((Hours + 12) * 60L + Minutes) * 60L + Seconds; 635 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument 640 time_t Minutes; 672 if ((tod = ToSeconds(Hours, Minutes, Seconds, Meridian)) < 0)
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | northamerica | 744 # Minutes of the Unalaska City Council Meeting, January 10, 1967:
|