/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilPosix.cpp | 106 void SetTimer(int Seconds) { in SetTimer() argument 108 {Seconds, 0}, { Seconds, 0 } in SetTimer() 143 void SleepSeconds(int Seconds) { in SleepSeconds() argument 144 sleep(Seconds); // Use C API to avoid coverage from instrumented libc++. in SleepSeconds()
|
H A D | FuzzerUtilWindows.cpp | 107 void SetTimer(int Seconds) { in SetTimer() argument 117 Seconds*1000, Seconds*1000, 0)) { in SetTimer() 153 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds() argument
|
H A D | FuzzerInternal.h | 54 size_t Seconds = secondsSinceProcessStartUp(); in execPerSec() local 55 return Seconds ? TotalNumberOfRuns / Seconds : 0; in execPerSec()
|
H A D | FuzzerUtilFuchsia.cpp | 70 void AlarmHandler(int Seconds) { in AlarmHandler() argument 72 SleepSeconds(Seconds); in AlarmHandler() 427 void SleepSeconds(int Seconds) { in SleepSeconds() argument 428 _zx_nanosleep(_zx_deadline_after(ZX_SEC(Seconds))); in SleepSeconds()
|
H A D | FuzzerLoop.cpp | 288 size_t Seconds = in AlarmCallback() local 290 if (Seconds == 0) in AlarmCallback() 293 Printf("AlarmCallback %zd\n", Seconds); in AlarmCallback() 294 if (Seconds >= (size_t)Options.UnitTimeoutSec) { in AlarmCallback() 298 Printf("ALARM: working on the last Unit for %zd seconds\n", Seconds); in AlarmCallback() 303 Seconds); in AlarmCallback()
|
H A D | FuzzerUtil.h | 53 void SleepSeconds(int Seconds);
|
/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 528 if (Minutes < 0 || Minutes > 59 || Seconds < 0 || Seconds > 59) in ToSeconds() 534 return (Hours * 60L + Minutes) * 60L + Seconds; in ToSeconds() 540 return (Hours * 60L + Minutes) * 60L + Seconds; in ToSeconds() 546 return ((Hours + 12) * 60L + Minutes) * 60L + Seconds; in ToSeconds() 560 time_t Hours, time_t Minutes, time_t Seconds, in Convert() argument 599 if ((tod = ToSeconds(Hours, Minutes, Seconds, Meridian)) < 0) in Convert()
|
/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 534 if (Minutes < 0 || Minutes > 59 || Seconds < 0 || Seconds > 59) in ToSeconds() 540 return (Hours * 60L + Minutes) * 60L + Seconds; in ToSeconds() 546 return (Hours * 60L + Minutes) * 60L + Seconds; in ToSeconds() 552 return ((Hours + 12) * 60L + Minutes) * 60L + Seconds; in ToSeconds() 566 time_t Hours, time_t Minutes, time_t Seconds, in Convert() argument 598 if ((tod = ToSeconds(Hours, Minutes, Seconds, Meridian)) < 0) in Convert()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_getdate.c | 72 time_t Timezone; /* Seconds offset from GMT */ 77 time_t Seconds; 112 gds->Seconds = gds->tokenp[4].value; in timephrase() 122 gds->Seconds = 0; in timephrase() 130 gds->Minutes = gds->Seconds = 0; in timephrase() 493 gds->Seconds = 0; in phrase() 503 gds->Seconds = 0; in phrase() 688 time_t Hours, time_t Minutes, time_t Seconds, 715 || Seconds < 0 || Seconds > 5 in Convert() 81 time_t Seconds; global() member 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 [all...] |
/freebsd/contrib/kyua/utils/process/ |
H A D | deadline_killer_test.cpp | 54 template< int Seconds > 58 ::sleep(Seconds); in child_sleep()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Timer.cpp | 169 using Seconds = std::chrono::duration<double, std::ratio<1>>; in getCurrentTime() typedef 184 Result.WallTime = Seconds(now.time_since_epoch()).count(); in getCurrentTime() 185 Result.UserTime = Seconds(user).count(); in getCurrentTime() 186 Result.SystemTime = Seconds(sys).count(); in getCurrentTime()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 134 uint64_t Seconds = 0; variable 146 Seconds(S), Nanos(N) {} in WallclockRecord() 148 uint64_t seconds() const { return Seconds; } in seconds()
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | external.txt | 6 …'><a href='http://www.eecis.udel.edu/~mills/leap.html'>The NTP Timescale and Leap Seconds</a></li>\
|
/freebsd/contrib/sendmail/contrib/ |
H A 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 …]
|
/freebsd/contrib/tzdata/ |
H A D | leapseconds | 11 # The NTP Timescale and Leap Seconds
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | RecordInitializer.cpp | 38 R.Seconds = E.getU64(&OffsetPtr); in visit()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpdbase-opts.def | 410 descrip = "Seconds to wait for first clock sync";
|
H A D | invoke-ntpd.texi | 196 -w Num wait-sync Seconds to wait for first clock sync
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 3201 unsigned Seconds; in printArchiveChild() local 3202 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild() 3209 time_t t = Seconds; in printArchiveChild()
|
H A D | MachODump.cpp | 2457 unsigned Seconds; in printArchiveChild() local 2458 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild() 2465 time_t t = Seconds; in printArchiveChild()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | BEGEMOT-PF-MIB.txt | 397 "Seconds before an unassembled fragment is expired."
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 15958 Seconds, enumerator 15985 m_units = Unit::Seconds; in Duration() 15998 case Unit::Seconds: in value() 16014 case Unit::Seconds: in unitsAsString()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | Options.td | 677 Desc<"Seconds to wait for the remote host to finish running the command.">;
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 14963 Changed the interface to AcpiOsSleep from (UINT32 Seconds, UINT32
|