Searched refs:time (Results 1 - 25 of 4478) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/max-time/
H A Dslow.py5 import time namespace
7 time.sleep(60)
/netbsd-current/external/cddl/dtracetoolkit/dist/Code/Python/
H A Dfunc_abc.py3 import time
7 time.sleep(1)
11 time.sleep(1)
16 time.sleep(1)
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/ac/
H A Dtime.h1 /* $NetBSD: time.h,v 1.3 2021/08/14 16:14:50 christos Exp $ */
3 /* Generic time.h */
19 # include <sys/time.h>
20 # include <time.h>
22 # include <sys/time.h>
27 # include <time.h>
/netbsd-current/lib/libc/compat/gen/
H A Dcompat_time.c12 #include <time.h>
13 #include <sys/time.h>
14 #include <compat/include/time.h>
15 #include <compat/sys/time.h>
18 __weak_alias(time,_time)
21 __warn_references(time,
22 "warning: reference to compatibility time();"
23 " include <time.h> for correct reference")
30 #include "gen/time.c"
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dxtime.h11 /* This file simply performs the include magic necessary for using time
18 # include <time.h>
22 # include <sys/time.h>
23 # include <time.h>
26 # include <sys/time.h>
28 # include <time.h>
H A Dstrftime.h19 #include <time.h>
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dnstime.c12 nstime_init(nstime_t *time, uint64_t ns) { argument
13 time->ns = ns;
17 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) { argument
18 time->ns = sec * BILLION + nsec;
22 nstime_ns(const nstime_t *time) { argument
23 return time->ns;
27 nstime_msec(const nstime_t *time) { argument
28 return time->ns / MILLION;
32 nstime_sec(const nstime_t *time) { argument
33 return time
37 nstime_nsec(const nstime_t *time) argument
42 nstime_copy(nstime_t *time, const nstime_t *source) argument
52 nstime_add(nstime_t *time, const nstime_t *addend) argument
59 nstime_iadd(nstime_t *time, uint64_t addend) argument
66 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) argument
73 nstime_isubtract(nstime_t *time, uint64_t subtrahend) argument
80 nstime_imultiply(nstime_t *time, uint64_t multiplier) argument
88 nstime_idivide(nstime_t *time, uint64_t divisor) argument
95 nstime_divide(const nstime_t *time, const nstime_t *divisor) argument
104 nstime_get(nstime_t *time) argument
116 nstime_get(nstime_t *time) argument
125 nstime_get(nstime_t *time) argument
134 nstime_get(nstime_t *time) argument
140 nstime_get(nstime_t *time) argument
156 nstime_update_impl(nstime_t *time) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dgettimeofday.c4 #include <time.h>
7 #include <sys/time.h>
14 Writes the current time to @var{tp}. This implementation requires
27 if (time (&tp->tv_sec) == (time_t) -1)
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dgettimeofday.c4 #include <time.h>
7 #include <sys/time.h>
14 Writes the current time to @var{tp}. This implementation requires
27 if (time (&tp->tv_sec) == (time_t) -1)
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dgettimeofday.c4 #include <time.h>
7 #include <sys/time.h>
14 Writes the current time to @var{tp}. This implementation requires
27 if (time (&tp->tv_sec) == (time_t) -1)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dgettimeofday.c4 #include <time.h>
7 #include <sys/time.h>
14 Writes the current time to @var{tp}. This implementation requires
27 if (time (&tp->tv_sec) == (time_t) -1)
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dgettimeofday.c4 #include <time.h>
7 #include <sys/time.h>
14 Writes the current time to @var{tp}. This implementation requires
27 if (time (&tp->tv_sec) == (time_t) -1)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dgettimeofday.c4 #include <time.h>
7 #include <sys/time.h>
14 Writes the current time to @var{tp}. This implementation requires
27 if (time (&tp->tv_sec) == (time_t) -1)
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dtime.c27 #include <time.h>
38 return (GFC_INTEGER_4) time (NULL);
49 return (GFC_INTEGER_8) time (NULL);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dtime.c27 #include <time.h>
38 return (GFC_INTEGER_4) time (NULL);
49 return (GFC_INTEGER_8) time (NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dlocaltime-buffer.h20 #include <time.h>
/netbsd-current/crypto/external/bsd/openssl.old/dist/os-dep/
H A Dhaiku.h2 #include <sys/time.h>
/netbsd-current/crypto/external/bsd/openssl/dist/os-dep/
H A Dhaiku.h11 #include <sys/time.h>
/netbsd-current/external/bsd/less/dist/
H A Dmkhelp.py3 import time namespace
6 time = time.gmtime() variable
9 (time.tm_hour, time.tm_min, time.tm_year, time.tm_mon, time.tm_mday))
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmail_date.h10 /* return formatted time
19 #include <time.h>
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsane_time.h10 /* time(2) with backward time jump protection
19 #include <time.h>
H A Dtimecmp.h6 #include <time.h>
/netbsd-current/lib/libc/compat/time/
H A Dcompat_difftime.c41 #include <time.h>
42 #include <sys/time.h>
43 #include <compat/include/time.h>
44 #include <compat/sys/time.h>
54 #include "time/difftime.c"
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dtime.h1 /* $NetBSD: time.h,v 1.3 2021/08/14 16:14:55 christos Exp $ */
3 /* Generic time.h */
23 # include <sys/time.h>
24 # include <time.h>
26 # include <sys/time.h>
31 # include <time.h>
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
H A Dvdso.c20 #include <sys/time.h>

Completed in 520 milliseconds

1234567891011>>