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

1234567891011>>

/freebsd-10.3-release/contrib/openbsm/bsm/
H A Dauditd_lib.h47 ( (((t) = time(0)) == (time_t)-1 ) || \
/freebsd-10.3-release/contrib/ntp/lib/isc/unix/
H A Dstdtime.c28 #include <sys/time.h>
/freebsd-10.3-release/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.c25 #include <sys/time.h>
111 /* at shutdown time */
/freebsd-10.3-release/contrib/ntp/sntp/libevent/include/
H A Devent.h49 #include <sys/time.h>
/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A Dtime-internal.h38 #include <time.h>
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_gettimeofday.c34 #include <sys/time.h>
75 atf_tc_fail("time went backwards");
H A Dt_lwp_ctl.c39 #include <time.h>
/freebsd-10.3-release/contrib/netbsd-tests/lib/libpthread/
H A Dt_detach.c42 #include <time.h>
/freebsd-10.3-release/contrib/netbsd-tests/kernel/
H A Dt_lock.c34 #include <sys/time.h>
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DProcessRunLock.h18 #include <time.h>
/freebsd-10.3-release/crypto/heimdal/kpasswd/
H A Dkpasswd_locl.h62 #include <sys/time.h>
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dgen_locl.h47 #include <time.h>
/freebsd-10.3-release/crypto/heimdal/lib/kadm5/
H A Dkadm5_locl.h58 #include <sys/time.h>
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Dgettimeofday.c71 t = time(NULL);
/freebsd-10.3-release/contrib/xz/src/xz/
H A Dmytime.c16 # include <sys/time.h>
26 /// \brief Get the current time as milliseconds
34 // If CLOCK_MONOTONIC was available at compile time but for some
/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c45 #include <sys/time.h>
46 #include <time.h>
48 #include <sys/time.h>
50 #include <time.h>
/freebsd-10.3-release/crypto/heimdal/appl/login/
H A Dshadow.c68 today = time(0)/(24L * 60 * 60);
/freebsd-10.3-release/contrib/opie/libopie/
H A Dunlock.c81 if ((pid != getpid()) && (time(0) <= OPIE_LOCK_TIMEOUT + t) && (!kill(pid, 0))) {
/freebsd-10.3-release/contrib/sendmail/include/sm/
H A Dtime.h9 * $Id: time.h,v 1.2 2013-11-22 20:51:32 ca Exp $
17 # include <sys/time.h>
19 /* should be defined in sys/time.h */
/freebsd-10.3-release/crypto/openssl/crypto/dsa/
H A Ddsa_depr.c83 # include <time.h>
/freebsd-10.3-release/crypto/openssl/crypto/rsa/
H A Drsa_depr.c62 #include <time.h>
/freebsd-10.3-release/contrib/unbound/services/
H A Doutbound_list.c43 #include <sys/time.h>
/freebsd-10.3-release/lib/libgeom/
H A Dgeom_stats.c41 #include <sys/time.h>
112 struct timespec time; member in struct:snapshot
132 clock_gettime(CLOCK_REALTIME, &sp->time);
157 *tp = sp->time;
/freebsd-10.3-release/lib/libkse/thread/
H A Dthr_pselect.c33 #include <sys/time.h>
H A Dthr_select.c40 #include <sys/time.h>

Completed in 308 milliseconds

1234567891011>>