Searched refs:time (Results 201 - 225 of 3115) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/games/atc/
H A Dinclude.h49 #include <sys/time.h>
66 #include <time.h>
H A Dlog.c66 return (b->time - a->time);
171 &score[num_scores].time,
197 thisscore.time = clck;
199 thisscore.real_time = time(0) - start_time;
205 if (thisscore.time > score[i].time) {
206 score[i].time = thisscore.time;
218 if (thisscore.time > scor
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dbounce.h19 #include <time.h>
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dtransport.h16 #include <time.h>
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dlockstat.h42 #include <sys/time.h>
88 struct timespec ld_time; /* time spent enabled */
141 #define LOCKSTAT_EVENT(flag, lock, type, count, time) \
146 (type), (count), (time)); \
149 #define LOCKSTAT_EVENT_RA(flag, lock, type, count, time, ra) \
153 (type), (count), (time)); \
188 #define LOCKSTAT_EVENT(flag, lock, type, count, time) /* nothing */
189 #define LOCKSTAT_EVENT_RA(flag, lock, type, count, time, ra) /* nothing */
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/ski/
H A Defi_stub.c134 GetTime(struct efi_tm *time, struct efi_tmcap *caps) argument
139 time->tm_year = comps[0] + 1900;
140 time->tm_mon = comps[1] + 1;
141 time->tm_mday = comps[2];
142 time->tm_hour = comps[3];
143 time->tm_min = comps[4];
144 time->tm_sec = comps[5];
145 time->__pad1 = time->__pad2 = 0;
146 time
153 SetTime(struct efi_tm *time) argument
159 GetWakeupTime(uint8_t *enabled, uint8_t *pending, struct efi_tm *time) argument
165 SetWakeupTime(uint8_t enable, struct efi_tm *time) argument
[all...]
/netbsd-6-1-5-RELEASE/games/trek/
H A Dmove.c53 ** want to go, and `time' is the expected time. It
55 ** cut short the move so that the user doesn't get docked time and
75 ** Return value is the actual amount of time used.
82 move(int ramflag, int course, double time, double speed) argument
97 printf("move: ramflag %d course %d time %.2f speed %.2f\n",
98 ramflag, course, time, speed);
127 if (time > evtime && Etc.nkling < 3) {
130 time = evtime;
133 dist = time * spee
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A DWarray-bounds-3.c27 bar (struct S *time) argument
39 iov[2 + cnt].iov_base = (void *) (time->abday[cnt] ?: "");
45 iov[2 + cnt].iov_base = (void *) (time->day[cnt - 7] ?: "");
51 iov[2 + cnt].iov_base = (void *) (time->abmon[cnt - 14] ?: "");
57 iov[2 + cnt].iov_base = (void *) (time->mon[cnt - 26] ?: "");
63 iov[2 + cnt].iov_base = (void *) (time->am_pm[cnt - 38] ?: "");
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dpex-unix.c52 #include <sys/time.h>
115 time that it took. This is simple if we have wait4, slightly
124 struct pex_time *time)
130 if (time == NULL)
136 if (time != NULL)
138 time->user_seconds = r.ru_utime.tv_sec;
139 time->user_microseconds= r.ru_utime.tv_usec;
140 time->system_seconds = r.ru_stime.tv_sec;
141 time->system_microseconds= r.ru_stime.tv_usec;
155 struct pex_time *time)
123 pex_wait(struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, struct pex_time *time) argument
154 pex_wait(struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, struct pex_time *time) argument
165 pex_wait(struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, struct pex_time *time) argument
210 struct pex_time time; member in struct:status_list
214 pex_wait(struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time) argument
727 pex_unix_wait(struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time, int done, const char **errmsg, int *err) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dpex-unix.c52 #include <sys/time.h>
115 time that it took. This is simple if we have wait4, slightly
124 struct pex_time *time)
130 if (time == NULL)
136 if (time != NULL)
138 time->user_seconds = r.ru_utime.tv_sec;
139 time->user_microseconds= r.ru_utime.tv_usec;
140 time->system_seconds = r.ru_stime.tv_sec;
141 time->system_microseconds= r.ru_stime.tv_usec;
155 struct pex_time *time)
123 pex_wait(struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, struct pex_time *time) argument
154 pex_wait(struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, struct pex_time *time) argument
165 pex_wait(struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, struct pex_time *time) argument
210 struct pex_time time; member in struct:status_list
214 pex_wait(struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time) argument
727 pex_unix_wait(struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time, int done, const char **errmsg, int *err) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/cf/
H A Daix.h90 #include <time.h>
93 #define GET_TIME(x) time ((x))
H A Dbsdos.h77 #include <sys/time.h>
79 #define GET_TIME(x) time ((x))
H A Dirix.h80 #include <time.h>
83 #define GET_TIME(x) time ((x))
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/msdos/
H A Dbin2c.c4 #include <time.h>
19 time_t now = time (NULL);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dtime.h25 /** @file time.h
35 // Get rid of those macros defined in <time.h> in lieu of real functions.
39 #undef time macro
53 using std::time;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dchrono.cc29 // conditional inclusion of sys/time.h for gettimeofday
33 #include <sys/time.h>
58 std::time_t __sec = std::time(0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/17_intro/headers/c++1998/
H A Dstdc++.cc43 #include <time.h>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_rng.h52 static_cast<unsigned int>(std::time(0)))
64 { return(static_cast<unsigned int>(std::time(0))); }
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/osf-share/
H A Dcma_util.h36 # include <sys/time.h>
38 # include <time.h>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dpex-common.h69 struct pex_time *time; member in struct:pex_obj
110 and time in *TIME (if it is not null). CHILD is from fork. DONE
113 int (*wait) (struct pex_obj *, long, int *status, struct pex_time *time,
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/arm/
H A Dlinux_syscalls.c20 #include <sys/time.h>
21 #include <compat/sys/time.h>
44 /* 13 */ "time",
/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Dselect.h44 #include <time.h>
45 #include <compat/sys/time.h>
/netbsd-6-1-5-RELEASE/lib/libutil/compat/
H A Dcompat_logoutx.c42 #include <sys/time.h>
49 #include <time.h>
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dlogoutx.c42 #include <sys/time.h>
49 #include <time.h>
/netbsd-6-1-5-RELEASE/lib/libc/compat/gen/
H A Dcompat___fts32.c39 #include <sys/time.h>
40 #include <compat/sys/time.h>

Completed in 208 milliseconds

1234567891011>>