Searched refs:time (Results 151 - 175 of 3115) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/util/
H A Dtestrs6000.c6 * time, sit there for 10 seconds, and exit. If the problem isn't fixed,
13 #include <sys/time.h>
14 #include <time.h>
30 curtime = time(0);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dregreg.s6 ; too. This may seem wasteful of machine time, but then that time
7 ; is less expensive than any other time and still falling in cost.
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dtime1.c1 /* Basic time functionality test: check that milliseconds are
4 #include <time.h>
5 #include <sys/time.h>
38 if (time (NULL) != t_m1.tv_sec)
40 fprintf (stderr, "time != gettod\n");
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dload_file.c43 #include <time.h>
66 for (before = time((time_t *) 0); /* see below */ ; before = after) {
74 after = time((time_t *) 0);
H A Dwrite_buf.c29 /* Bounds the time in seconds to wait until \fIfd\fD becomes writable.
51 #include <time.h>
68 expire = time((time_t *) 0) + time_left;
83 time_left = expire - time((time_t *) 0);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dincludes.h22 /* Include possible build time configuration before including anything else */
37 #include <time.h>
54 #include <sys/time.h>
/netbsd-6-1-5-RELEASE/lib/libc/compat/gen/
H A Dcompat_utmp.c43 #include <sys/time.h>
45 #include <compat/sys/time.h>
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat___msgctl13.c45 #include <sys/time.h>
46 #include <compat/sys/time.h>
H A Dcompat___shmctl13.c45 #include <sys/time.h>
46 #include <compat/sys/time.h>
H A Dcompat__lwp_park.c45 #include <sys/time.h>
46 #include <compat/sys/time.h>
H A Dcompat_adjtime.c45 #include <sys/time.h>
46 #include <compat/sys/time.h>
49 "warning: reference to compatibility adjtime(); include <time.h> to generate correct reference")
H A Dcompat_aio_suspend.c45 #include <time.h>
46 #include <compat/include/time.h>
H A Dcompat_kevent.c45 #include <sys/time.h>
46 #include <compat/sys/time.h>
H A Dcompat_lfs_segwait.c47 #include <sys/time.h>
48 #include <compat/sys/time.h>
H A Dcompat_nanosleep.c45 #include <time.h>
46 #include <compat/include/time.h>
49 "warning: reference to compatibility nanosleep(); include <time.h> to generate correct reference")
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dclock.c42 #include <sys/time.h>
45 #include <time.h>
49 * execution time (to usec accuracy) then splits it into user, system and
51 * time based on the number of ticks, and here we are trying to generate
54 * Due to the way the time is apportioned, this code (and indeed getrusage
/netbsd-6-1-5-RELEASE/lib/libcompat/4.1/
H A Dftime.c43 #include <sys/time.h>
61 tbp->time = t.tv_sec;
/netbsd-6-1-5-RELEASE/games/dab/
H A Drandom.cc39 #include <time.h>
59 ::srand48(::time(NULL));
/netbsd-6-1-5-RELEASE/usr.bin/vmstat/
H A Ddrvstats.h35 #include <sys/time.h>
48 struct timeval *time; /* Time spent in disk i/o. */ member in struct:_drive
53 double cp_etime; /* Elapsed time */
/netbsd-6-1-5-RELEASE/usr.sbin/mopd/common/
H A Dos.h37 #include <sys/time.h>
51 #include <time.h>
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwseventvar.h103 #include <compat/sys/time.h>
108 struct timespec50 time; member in struct:owscons_event
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dschedule.h42 # include <sys/time.h>
43 # include <time.h>
46 # include <sys/time.h>
48 # include <time.h>
72 struct timeval xtime; /* expiration time */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dbump_pw_expire.c58 *(ent->pw_end) = time(NULL) + life;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetdtablesize.c44 #include <sys/time.h>
45 #include <time.h>
47 #include <sys/time.h>
49 #include <time.h>
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/cf/
H A Dlinux.h71 # include <linux/time.h> /* also necessary */
76 #include <sys/time.h> /* gettimeofday()*/
105 #include <time.h>
108 #define GET_TIME(x) time ((x))

Completed in 133 milliseconds

1234567891011>>