Searched refs:time_t (Results 226 - 250 of 1089) sorted by relevance

1234567891011>>

/freebsd-10-stable/crypto/heimdal/admin/
H A Dpurge.c45 time_t timestamp;
61 add_entry (krb5_principal princ, int vno, time_t timestamp, struct e **head)
111 time_t judgement_day;
/freebsd-10-stable/lib/libutil/
H A Dlogin_ok.c219 auth_timeok(login_cap_t *lc, time_t t)
223 if (lc != NULL && t != (time_t)0 && t != (time_t)-1) {
/freebsd-10-stable/sbin/routed/
H A Ddefs.h206 time_t rts_time; /* timer to junk stale routes */
212 time_t rt_poison_time; /* advertised metric */
284 time_t int_act_time; /* last thought healthy */
285 time_t int_query_time;
299 time_t ts; /* timestamp on network stats */
306 time_t start, end;
470 extern time_t now_stale;
471 extern time_t now_expire;
472 extern time_t now_garbage;
524 time_t reus
[all...]
/freebsd-10-stable/sys/boot/ofw/libofw/
H A Dofw_net.c49 static int ofwn_get(struct iodesc *, void *, size_t, time_t);
128 ofwn_get(struct iodesc *desc, void *pkt, size_t len, time_t timeout)
130 time_t t;
/freebsd-10-stable/sys/boot/powerpc/ps3/
H A Dmain.c188 time_t
189 time(time_t *tloc)
191 time_t rv;
/freebsd-10-stable/usr.bin/lastcomm/
H A Dlastcomm.c61 time_t expand(u_int);
84 time_t t;
200 t += (time_t)(ab.ac_etime / 1000000);
/freebsd-10-stable/usr.sbin/ppp/
H A Dbundle.h102 time_t upat; /* When the link came up */
133 time_t done;
139 time_t done;
/freebsd-10-stable/contrib/ntp/libntp/
H A Dprettydate.c15 # error sizeof(time_t) < 4 -- this will not work!
32 * If the 'time_t' is 32 bit, use solar cycle warping to get the value
69 time_t ts;
96 * 64-bit time_t. Assume 32 bits and properly reduce the value.
124 * 64-bit 'time_t', try to fix this by solar cycle warping
136 } else if (ts >= (time_t)SOLAR_CYCLE_SECS) {
/freebsd-10-stable/contrib/ntp/util/
H A Dsht.c35 time_t clockTimeStampSec;
37 time_t receiveTimeStampSec;
198 time_t clk_sec, rcv_sec;
/freebsd-10-stable/libexec/talkd/
H A Dtable.c86 time_t current_time;
120 time_t current_time;
158 time_t current_time;
/freebsd-10-stable/usr.sbin/pw/
H A Dpsdate.c162 time_t
163 parse_date(time_t dt, char const * str)
219 dt -= (time_t) 86400L;
H A Dpwupd.h79 time_t expire_days; /* Days to expiry */
80 time_t password_days; /* Days to password expiry */
/freebsd-10-stable/contrib/libreadline/
H A Dhistory.c228 time_t
233 time_t t;
240 t = (time_t) atol (ts + 1); /* XXX - should use strtol() here */
247 time_t t;
250 t = (time_t) time ((time_t *)0);
/freebsd-10-stable/contrib/gcc/
H A Dsys-types.h102 typedef int time_t; typedef
230 #define time_t long macro
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModuleManager.h191 off_t ExpectedSize, time_t ExpectedModTime,
274 time_t ExpectedModTime,
/freebsd-10-stable/contrib/unbound/validator/
H A Dval_sigcrypt.h278 struct val_env* ve, time_t now, struct ub_packed_rrset_key* rrset,
302 struct sldns_buffer* buf, struct val_env* ve, time_t now,
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dder_length.c215 der_length_generalized_time (const time_t *t)
227 der_length_utctime (const time_t *t)
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dappdefault.c125 time_t def_val, time_t *ret_val)
/freebsd-10-stable/lib/libc/stdio/
H A Dxprintf_time.c63 time_t *tp;
78 tp = *((time_t **)arg[0]);
/freebsd-10-stable/sys/nfsclient/
H A Dnfsnode.h82 time_t stamp; /* mode cache timestamp */
104 time_t n_attrstamp; /* Attr. cache timestamp */
/freebsd-10-stable/usr.bin/leave/
H A Dleave.c69 time_t now;
139 time_t daytime;
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Da_time.c101 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t)
106 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t,
/freebsd-10-stable/sys/netipsec/
H A Dkeydb.h131 time_t created; /* for lifetime */
191 time_t created; /* for lifetime */
/freebsd-10-stable/contrib/unbound/util/
H A Dmodule.h307 time_t* now;
433 time_t prefetch_leeway;
/freebsd-10-stable/usr.bin/calendar/
H A Dcalendar.c64 static time_t f_time = 0;
157 time_t t;

Completed in 234 milliseconds

1234567891011>>