Searched refs:Seconds (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/usr.sbin/eeprom/ |
| D | getdate.y | 499 ToSeconds(time_t Hours, time_t Minutes, time_t Seconds, MERIDIAN Meridian) in ToSeconds() argument 501 if (Minutes < 0 || Minutes > 59 || Seconds < 0 || Seconds > 59) in ToSeconds() 507 return (Hours * 60L + Minutes) * 60L + Seconds; in ToSeconds() 513 return (Hours * 60L + Minutes) * 60L + Seconds; in ToSeconds() 519 return ((Hours + 12) * 60L + Minutes) * 60L + Seconds; in ToSeconds() 533 time_t Seconds, MERIDIAN Meridian, DSTMODE DSTmode) in Convert() argument 567 if ((tod = ToSeconds(Hours, Minutes, Seconds, Meridian)) < 0) in Convert()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | parsdate.y | 530 static time_t ToSeconds(time_t Hours, time_t Minutes, time_t Seconds, MERIDIAN Meridian) in ToSeconds() argument 532 if ((long) Minutes < 0 || Minutes > 59 || (long) Seconds < 0 || Seconds > 61) in ToSeconds() 545 return (Hours * 60L + Minutes) * 60L + Seconds; in ToSeconds() 549 time_t Minutes, time_t Seconds, MERIDIAN Meridian, in Convert() argument 601 if ((long) (tod = ToSeconds(Hours, Minutes, Seconds, Meridian)) < 0) { in Convert()
|
| D | LYCharUtils.c | 1985 char *Seconds = NULL; in LYParseRefreshURL() local 1995 StrnAllocCopy(Seconds, cp, (int) (cp1 - cp)); in LYParseRefreshURL() 1997 *p_seconds = Seconds; in LYParseRefreshURL() 2385 char *Seconds = NULL; in LYHandleMETA() local 2389 LYParseRefreshURL(content, &Seconds, &href); in LYHandleMETA() 2391 if (Seconds) { in LYHandleMETA() 2478 HTML_put_string(me, Seconds); in LYHandleMETA() 2480 FREE(Seconds); in LYHandleMETA()
|
| /mirbsd/src/share/zoneinfo/datfiles/ |
| D | leapseconds | 15 # The NTP Timescale and Leap Seconds
|
| /mirbsd/src/gnu/usr.sbin/sendmail/contrib/ |
| D | mmuegel | 546 ;# $Seconds, $Collapse 566 X local ($Seconds, $Collapse) = @_; 579 X $Seconds -= $DHMS_Used * $Multiplier 580 X if ($DHMS_Used = int ($Seconds / $Multiplier)); 1432 ;# If the parsing went OK then $Status is 1, $Msg is undefined, and $Seconds 1440 ;# $Status, $Msg, $Seconds 1446 X $Seconds = 0; 1449 X $Seconds += $1 * $TIME_SPEC_TO_SECONDS {$2}; 1454 X return (1, "", $Seconds); 1796 die "${Script_Name}: $Msg\n" if (! (($Status, $Msg, $Seconds) = &Time_Spec_To_Seconds ($opt_t))[0]); [all …]
|
| /mirbsd/src/gnu/usr.bin/cvs/doc/ |
| D | getdate.texi | 64 * Seconds since the Epoch:: @@1101064456 448 @node Seconds since the Epoch 449 @section Seconds since the Epoch
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl572delta.pod | 248 L<Time::Seconds> - a simple API to convert seconds to other date values
|