Searched refs:seconds (Results 1 - 25 of 147) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsleep.c43 sleep(unsigned int seconds) argument
45 SleepEx(1000 * (DWORD) seconds, FALSE);
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zboot/
H A Dgetsecs.c44 sleep(int seconds) argument
49 while (getsecs() - start < seconds)
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dsleep.c46 sleep(seconds)
47 unsigned int seconds;
51 rqt.tv_sec = seconds;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/time_point/
H A D2.cc34 t1 += seconds(1);
35 VERIFY(t2.time_since_epoch() + seconds(1) == t1.time_since_epoch());
37 t1 -= std::chrono::seconds(1);
49 time_point<system_clock> t2(t1 + seconds(1));
50 VERIFY(t2.time_since_epoch() == t1.time_since_epoch() + seconds(1));
52 time_point<system_clock> t3(seconds(1) + t1);
53 VERIFY(t3.time_since_epoch() == t1.time_since_epoch() + seconds(1));
55 time_point<system_clock> t4(seconds(1));
56 time_point<system_clock> t5(seconds(2));
58 time_point<system_clock> t6(t5 - seconds(
[all...]
H A D3.cc33 time_point<system_clock> t1(seconds(1));
34 time_point<system_clock> t2(seconds(1));
35 time_point<system_clock> t3(seconds(2));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dtime.c90 unsigned int seconds, unsigned int nanoseconds)
95 i->seconds = seconds;
104 if (i->seconds == 0 && i->nanoseconds == 0)
119 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { argument
123 t->seconds = seconds;
131 t->seconds = 0;
140 if (t->seconds == 0 && t->nanoseconds == 0)
177 * Ensure the tv_sec value fits in t->seconds
89 isc_interval_set(isc_interval_t *i, unsigned int seconds, unsigned int nanoseconds) argument
339 time_t seconds, i; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Dtime.c90 unsigned int seconds, unsigned int nanoseconds)
95 i->seconds = seconds;
104 if (i->seconds == 0 && i->nanoseconds == 0)
119 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { argument
123 t->seconds = seconds;
131 t->seconds = 0;
140 if (t->seconds == 0 && t->nanoseconds == 0)
177 * Ensure the tv_sec value fits in t->seconds
89 isc_interval_set(isc_interval_t *i, unsigned int seconds, unsigned int nanoseconds) argument
340 time_t seconds; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libparse/
H A Dgpstolfp.c39 #define GPSORIGIN 2524953600UL /* NTP origin - GPS origin in seconds */
40 #define SECSPERWEEK (unsigned)(604800) /* seconds per week - GPS tells us about weeks */
47 unsigned long seconds,
56 lfp->l_ui = weeks * SECSPERWEEK + days * 86400 + seconds + GPSORIGIN; /* convert to NTP time */
44 gpstolfp( int weeks, int days, unsigned long seconds, l_fp * lfp ) argument
/netbsd-6-1-5-RELEASE/usr.bin/quota/
H A Dprintquota.c100 timeprt(char *buf, size_t len, time_t now, time_t seconds) argument
104 if (now > seconds)
107 seconds -= now;
109 minutes = (seconds + MINUTE / 2) / MINUTE;
110 hours = (seconds + HOUR / 2) / HOUR;
111 days = (seconds + DAY / 2) / DAY;
112 years = (seconds + YEAR / 2) / YEAR;
113 months = (seconds + MONTH / 2) / MONTH;
114 weeks = (seconds + WEEK / 2) / WEEK;
143 * either in seconds o
146 timepprt(char *buf, size_t len, time_t seconds, int hflag) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/startperf/
H A Dmkzonefile.pl30 20 ; refresh (20 seconds)
31 20 ; retry (20 seconds)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr36064.c25 ov_time_seek_page (OggVorbis_File * vf, double seconds) argument
35 if (seconds < 0)
41 if (seconds < time_total + addsec)
52 pcm_total + (seconds - time_total) * vf->vi[link].rate;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/duration/arithmetic/
H A Ddr934-1.cc28 typedef std::chrono::seconds seconds; typedef in class:ClockTime
33 seconds seconds_;
40 seconds_(std::chrono::duration_cast<seconds>(d % minutes(1))) { }
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dkillme_after.c11 /* void killme_after(seconds)
12 /* unsigned int seconds;
43 void killme_after(unsigned int seconds) argument
57 alarm(seconds);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dchrono.cc49 return time_point(duration(chrono::seconds(tp.tv_sec)
55 return time_point(duration(chrono::seconds(tv.tv_sec)
72 return time_point(duration(chrono::seconds(tp.tv_sec)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/include/isc/
H A Dtime.h42 unsigned int seconds; member in struct:isc_interval
52 unsigned int seconds, unsigned int nanoseconds);
54 * Set 'i' to a value representing an interval of 'seconds' seconds and
86 unsigned int seconds; member in struct:isc_time
93 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds);
95 * Set 't' to a value which represents the given number of seconds and
102 * isc_interval_set(i, seconds, nanoseconds);
245 * Return the number of seconds since the epoch stored in a time structure.
255 * Ensure the number of seconds i
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dtimer.cpp69 impl::timer::timer(const unsigned int seconds) argument
78 timeval.it_value.tv_sec = seconds;
105 impl::child_timer::child_timer(const unsigned int seconds, const pid_t pid, argument
107 timer(seconds),
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/include/isc/
H A Dtime.h42 unsigned int seconds; member in struct:isc_interval
52 unsigned int seconds, unsigned int nanoseconds);
54 * Set 'i' to a value representing an interval of 'seconds' seconds and
86 unsigned int seconds; member in struct:isc_time
93 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds);
95 * Set 't' to a value which represents the given number of seconds and
102 * isc_interval_set(i, seconds, nanoseconds);
245 * Return the number of seconds since the epoch stored in a time structure.
255 * Ensure the number of seconds i
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/
H A D1.cc39 bool b = m.try_lock_for(std::chrono::seconds(1));
H A D3.cc35 std::chrono::seconds s(1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/
H A D1.cc39 bool b = m.try_lock_for(std::chrono::seconds(1));
H A D3.cc35 std::chrono::seconds s(1);
/netbsd-6-1-5-RELEASE/games/rogue/
H A Dmachdep.c235 time_t seconds; local
237 time(&seconds);
238 t = localtime(&seconds);
268 time_t seconds; local
272 seconds = sbuf.st_mtime;
273 t = localtime(&seconds);
325 * seconds.
397 * current time (minutes + seconds) returned from md_gct(), if implemented.
408 time_t seconds; local
410 time(&seconds);
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/rules/
H A Dipmon.conf7 match { logtag = 2000, every 10 seconds }
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dpram.c61 long year,month,day,hour,minute,seconds,i,dayperyear; local
68 seconds=0;
120 seconds=t;
124 sprintf(s,"%s %ld, %ld %ld:%ld:%ld",monstr[month],day,year,hour,minute,seconds);
/netbsd-6-1-5-RELEASE/sys/fs/smbfs/
H A Dsmbfs_subr.c72 #define DT_2SECONDS_MASK 0x1F /* seconds divided by 2 */
115 smb_time_local2server(struct timespec *tsp, int tzoff, u_long *seconds) argument
117 *seconds = tsp->tv_sec - tzoff * 60 /*- tz.tz_minuteswest * 60 -
122 smb_time_server2local(u_long seconds, int tzoff, struct timespec *tsp) argument
124 tsp->tv_sec = seconds + tzoff * 60;
129 * Number of seconds between 1970 and 1601 year
145 u_long seconds; local
147 smb_time_local2server(tsp, 0, &seconds);
148 *nsec = ((int64_t)seconds + DIFF1970TO1601) * (int64_t)10000000;
210 * The number of seconds betwee
222 u_long seconds; local
[all...]

Completed in 298 milliseconds

123456