bin/cpdup/hcproto.c
292
st->st_atime = (time_t)HCC_INT64(item);
bin/cpdup/hcproto.c
295
st->st_mtime = (time_t)HCC_INT64(item);
bin/cpdup/hcproto.c
298
st->st_ctime = (time_t)HCC_INT64(item);
bin/date/date.c
53
static time_t tval;
bin/date/vary.c
425
vary_apply(const struct vary *vb, time_t tval, struct tm *t)
bin/date/vary.c
451
time_t tt;
bin/date/vary.c
61
time_t ret;
bin/date/vary.h
36
extern const struct vary *vary_apply(const struct vary *v, time_t tval, struct tm *t);
bin/ls/print.c
350
static time_t now;
bin/pax/ar_subs.c
152
time_t now;
bin/pax/ar_subs.c
358
time_t now;
bin/pax/ar_subs.c
75
time_t now;
bin/pax/cpio.c
1066
t_timet = (time_t)(SHRT_EXT(hd->h_mtime_1));
bin/pax/cpio.c
1067
t_timet = (t_timet << 16) | ((time_t)(SHRT_EXT(hd->h_mtime_2)));
bin/pax/cpio.c
295
arcn->sb.st_mtime = (time_t)asc_ul(hd->c_mtime, sizeof(hd->c_mtime),
bin/pax/cpio.c
571
arcn->sb.st_mtime = (time_t)asc_ul(hd->c_mtime,sizeof(hd->c_mtime),HEX);
bin/pax/cpio.c
870
arcn->sb.st_mtime = (time_t)(RSHRT_EXT(hd->h_mtime_1));
bin/pax/cpio.c
872
((time_t)(RSHRT_EXT(hd->h_mtime_2)));
bin/pax/cpio.c
885
arcn->sb.st_mtime = (time_t)(SHRT_EXT(hd->h_mtime_1));
bin/pax/cpio.c
887
((time_t)(SHRT_EXT(hd->h_mtime_2)));
bin/pax/cpio.c
968
time_t t_timet;
bin/pax/extern.h
132
void set_ftime (char *fnm, time_t mtime, time_t atime, int frc);
bin/pax/extern.h
153
void ls_list (ARCHD *, time_t, FILE *);
bin/pax/extern.h
252
void add_atdir (char *, dev_t, ino_t, time_t, time_t);
bin/pax/extern.h
253
int get_atdir (dev_t, ino_t, time_t *, time_t *);
bin/pax/file_subs.c
636
set_ftime(char *fnm, time_t mtime, time_t atime, int frc)
bin/pax/ftree.c
329
time_t atime;
bin/pax/ftree.c
330
time_t mtime;
bin/pax/gen_subs.c
73
ls_list(ARCHD *arcn, time_t now, FILE *fp)
bin/pax/sel_subs.c
52
static int str_sec (char *, time_t *);
bin/pax/sel_subs.c
524
str_sec(char *str, time_t *tval)
bin/pax/sel_subs.h
62
time_t low_time; /* lower inclusive time limit */
bin/pax/sel_subs.h
63
time_t high_time; /* higher inclusive time limit */
bin/pax/tables.c
1011
get_atdir(dev_t dev, ino_t ino, time_t *mtime, time_t *atime)
bin/pax/tables.c
949
add_atdir(char *fname, dev_t dev, ino_t ino, time_t mtime, time_t atime)
bin/pax/tables.h
147
time_t mtime; /* access and mod time to reset to */
bin/pax/tables.h
148
time_t atime;
bin/pax/tables.h
167
time_t mtime; /* mtime to set */
bin/pax/tables.h
168
time_t atime; /* atime to set */
bin/pax/tables.h
79
time_t mtime; /* files last modification time */
bin/pax/tar.c
390
arcn->sb.st_mtime = (time_t)asc_ul(hd->mtime, sizeof(hd->mtime), OCT);
bin/pax/tar.c
746
arcn->sb.st_mtime = (time_t)asc_ul(hd->mtime, sizeof(hd->mtime), OCT);
bin/ps/print.c
415
static time_t now;
bin/ps/print.c
416
time_t then;
bin/ps/print.c
446
time_t then;
bin/sh/mail.c
60
static time_t mailtime[MAXMBOXES]; /* times of mailboxes */
bin/sleep/sleep.c
96
time_to_sleep.tv_sec = (time_t)l;
crypto/libressl/apps/nc/netcat.c
1744
time_t t;
crypto/libressl/apps/openssl/apps.c
1768
time_t at_time = 0;
crypto/libressl/apps/openssl/apps.c
1826
at_time = (time_t) timestamp;
crypto/libressl/apps/openssl/apps.h
321
time_t *tvalue;
crypto/libressl/apps/openssl/s_time.c
109
time_t maxtime;
crypto/libressl/apps/openssl/x509.c
1280
time_t tcheck = time(NULL) + x509_config.checkoffset;
crypto/libressl/crypto/asn1/a_time.c
98
time_t now;
crypto/libressl/crypto/asn1/a_time_tm.c
377
ASN1_TIME_adj_internal(ASN1_TIME *s, time_t t, int offset_day, long offset_sec,
crypto/libressl/crypto/asn1/a_time_tm.c
403
ASN1_TIME_set(ASN1_TIME *s, time_t t)
crypto/libressl/crypto/asn1/a_time_tm.c
411
time_t t;
crypto/libressl/crypto/asn1/a_time_tm.c
419
ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day, long offset_sec)
crypto/libressl/crypto/asn1/a_time_tm.c
461
ASN1_TIME_cmp_time_t_internal(const ASN1_TIME *s, time_t t2, int mode)
crypto/libressl/crypto/asn1/a_time_tm.c
505
ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t)
crypto/libressl/crypto/asn1/a_time_tm.c
536
ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t)
crypto/libressl/crypto/asn1/a_time_tm.c
542
ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, int offset_day, long offset_sec)
crypto/libressl/crypto/asn1/a_time_tm.c
549
ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t)
crypto/libressl/crypto/asn1/a_time_tm.c
577
ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s, time_t t)
crypto/libressl/crypto/asn1/a_time_tm.c
583
ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s, time_t t, int offset_day,
crypto/libressl/crypto/asn1/a_time_tm.c
69
time_t broken_os_epoch_time = INT_MAX;
crypto/libressl/crypto/ct/ct_policy.c
71
static const time_t SCT_CLOCK_DRIFT_TOLERANCE = 300;
crypto/libressl/crypto/ct/ct_prn.c
118
ASN1_GENERALIZEDTIME_adj(gen, (time_t)0, (int)(timestamp / 86400000),
crypto/libressl/crypto/ocsp/ocsp_cl.c
379
time_t t_now, t_tmp;
crypto/libressl/crypto/ts/ts_rsp_sign.c
118
def_time_cb(struct TS_resp_ctx *ctx, void *data, time_t *sec, long *usec)
crypto/libressl/crypto/ts/ts_rsp_sign.c
612
time_t sec;
crypto/libressl/crypto/ts/ts_rsp_sign.c
75
static int def_time_cb(struct TS_resp_ctx *, void *, time_t *sec, long *usec);
crypto/libressl/crypto/ts/ts_rsp_sign.c
94
ASN1_GENERALIZEDTIME *, time_t, long, unsigned);
crypto/libressl/crypto/ts/ts_rsp_sign.c
968
time_t sec, long usec, unsigned precision)
crypto/libressl/crypto/x509/x509_internal.h
76
time_t *check_time; /* Time for validity checks */
crypto/libressl/crypto/x509/x509_internal.h
99
time_t x509_verify_asn1_time_to_time_t(const ASN1_TIME *atime, int notafter);
crypto/libressl/crypto/x509/x509_lcl.h
184
time_t not_before;
crypto/libressl/crypto/x509/x509_lcl.h
185
time_t not_after;
crypto/libressl/crypto/x509/x509_lcl.h
269
time_t check_time; /* Time to use */
crypto/libressl/crypto/x509/x509_verify.c
47
time_t
crypto/libressl/crypto/x509/x509_verify.c
822
x509_verify_cert_times(X509 *cert, time_t *cmp_time, int *error)
crypto/libressl/crypto/x509/x509_verify.c
824
time_t when;
crypto/libressl/crypto/x509/x509_vfy.c
1098
time_t *ptime;
crypto/libressl/crypto/x509/x509_vfy.c
142
static int X509_cmp_time_internal(const ASN1_TIME *ctm, time_t *cmp_time,
crypto/libressl/crypto/x509/x509_vfy.c
1864
time_t_bogocmp(time_t a, time_t b)
crypto/libressl/crypto/x509/x509_vfy.c
1884
time_t ptime;
crypto/libressl/crypto/x509/x509_vfy.c
2037
X509_cmp_time_internal(const ASN1_TIME *ctm, time_t *cmp_time, int is_notafter)
crypto/libressl/crypto/x509/x509_vfy.c
2039
time_t compare, cert_time;
crypto/libressl/crypto/x509/x509_vfy.c
2057
X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time)
crypto/libressl/crypto/x509/x509_vfy.c
2070
X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_time)
crypto/libressl/crypto/x509/x509_vfy.c
2076
X509_time_adj_ex(ASN1_TIME *s, int offset_day, long offset_sec, time_t *in_time)
crypto/libressl/crypto/x509/x509_vfy.c
2078
time_t t;
crypto/libressl/crypto/x509/x509_vfy.c
2518
X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags, time_t t)
crypto/libressl/crypto/x509/x509_vpm.c
462
time_t
crypto/libressl/crypto/x509/x509_vpm.c
469
X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t)
crypto/libressl/include/openssl/asn1.h
609
ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
crypto/libressl/include/openssl/asn1.h
610
ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
crypto/libressl/include/openssl/asn1.h
615
int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
crypto/libressl/include/openssl/asn1.h
620
time_t t);
crypto/libressl/include/openssl/asn1.h
622
time_t t, int offset_day, long offset_sec);
crypto/libressl/include/openssl/asn1.h
716
int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t2);
crypto/libressl/include/openssl/asn1.h
724
ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
crypto/libressl/include/openssl/asn1.h
726
ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day,
crypto/libressl/include/openssl/ts.h
347
typedef int (*TS_time_cb)(struct TS_resp_ctx *, void *, time_t *sec, long *usec);
crypto/libressl/include/openssl/x509.h
567
int X509_cmp_time(const ASN1_TIME *s, time_t *t);
crypto/libressl/include/openssl/x509.h
569
ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
crypto/libressl/include/openssl/x509.h
571
int offset_day, long offset_sec, time_t *t);
crypto/libressl/include/openssl/x509_vfy.h
394
time_t t);
crypto/libressl/include/openssl/x509_vfy.h
435
time_t X509_VERIFY_PARAM_get_time(const X509_VERIFY_PARAM *param);
crypto/libressl/include/openssl/x509_vfy.h
436
void X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t);
crypto/libressl/include/tls.h
197
time_t tls_peer_cert_notbefore(struct tls *_ctx);
crypto/libressl/include/tls.h
198
time_t tls_peer_cert_notafter(struct tls *_ctx);
crypto/libressl/include/tls.h
215
time_t tls_peer_ocsp_next_update(struct tls *_ctx);
crypto/libressl/include/tls.h
218
time_t tls_peer_ocsp_revocation_time(struct tls *_ctx);
crypto/libressl/include/tls.h
219
time_t tls_peer_ocsp_this_update(struct tls *_ctx);
crypto/libressl/ssl/bio_ssl.c
175
time_t tm;
crypto/libressl/ssl/bio_ssl.c
248
time_t tm;
crypto/libressl/ssl/bio_ssl.c
86
time_t last_time;
crypto/libressl/ssl/ssl_asn1.c
316
s->time = (time_t)stime;
crypto/libressl/ssl/ssl_asn1.c
39
if (sizeof(time_t) == sizeof(int32_t))
crypto/libressl/ssl/ssl_asn1.c
41
if (sizeof(time_t) == sizeof(int64_t))
crypto/libressl/ssl/ssl_locl.h
493
time_t time;
crypto/libressl/ssl/tls13_internal.h
292
time_t phh_last_seen;
crypto/libressl/ssl/tls13_lib.c
265
time_t now = time(NULL);
crypto/libressl/tls/tls_conninfo.c
106
tls_get_peer_cert_times(struct tls *ctx, time_t *notbefore,
crypto/libressl/tls/tls_conninfo.c
107
time_t *notafter)
crypto/libressl/tls/tls_internal.h
138
time_t notbefore;
crypto/libressl/tls/tls_internal.h
139
time_t notafter;
crypto/libressl/tls/tls_internal.h
156
time_t this_update;
crypto/libressl/tls/tls_internal.h
157
time_t next_update;
crypto/libressl/tls/tls_internal.h
158
time_t revocation_time;
crypto/libressl/tls/tls_internal.h
78
time_t time;
crypto/libressl/tls/tls_ocsp.c
424
time_t
crypto/libressl/tls/tls_ocsp.c
434
time_t
crypto/libressl/tls/tls_ocsp.c
444
time_t
crypto/libressl/tls/tls_ocsp.c
58
tls_ocsp_asn1_parse_time(struct tls *ctx, ASN1_GENERALIZEDTIME *gt, time_t *gt_time)
crypto/libressl/tls/tls_peer.c
69
time_t
crypto/libressl/tls/tls_peer.c
79
time_t
crypto/libressl/tls/tls_server.c
144
time_t now;
crypto/openssh/auth-shadow.c
58
time_t today;
crypto/openssh/auth-shadow.c
92
time_t today;
crypto/openssh/auth2-pubkeyfile.c
59
time_t now = time(NULL);
crypto/openssh/channels.c
1935
channel_set_x11_refuse_time(struct ssh *ssh, time_t refuse_time)
crypto/openssh/channels.c
194
time_t x11_refuse_time;
crypto/openssh/channels.c
212
time_t lastused;
crypto/openssh/channels.c
2602
time_t now;
crypto/openssh/channels.c
396
static time_t
crypto/openssh/channels.c
400
time_t expiry = 0, channel_expiry;
crypto/openssh/channels.h
148
time_t notbefore; /* Pause IO until deadline (time_t) */
crypto/openssh/channels.h
211
time_t lastused;
crypto/openssh/channels.h
378
void channel_set_x11_refuse_time(struct ssh *, time_t);
crypto/openssh/clientloop.c
153
static time_t control_persist_exit_time = 0;
crypto/openssh/clientloop.c
163
static time_t x11_refuse_time; /* If >0, refuse x11 opens after this time. */
crypto/openssh/clientloop.c
164
static time_t server_alive_time; /* Time to do server_alive_check */
crypto/openssh/clientloop.c
259
(time_t)options.control_persist_timeout;
crypto/openssh/krl.c
812
time_t t;
crypto/openssh/loginrec.c
1671
time_t t;
crypto/openssh/misc.c
1742
time_t
crypto/openssh/misc.c
2455
time_t tt;
crypto/openssh/misc.c
2513
time_t tt = t > SSH_TIME_T_MAX ? SSH_TIME_T_MAX : t;
crypto/openssh/misc.c
2998
ptimeout_deadline_monotime(struct timespec *pt, time_t when)
crypto/openssh/misc.c
667
fmt_timeframe(time_t t)
crypto/openssh/misc.h
228
void ptimeout_deadline_monotime(struct timespec *pt, time_t when);
crypto/openssh/misc.h
82
const char *fmt_timeframe(time_t t);
crypto/openssh/misc.h
97
time_t monotime(void);
crypto/openssh/moduli.c
157
time_t time_now;
crypto/openssh/moduli.c
251
time_t time_start, time_stop;
crypto/openssh/moduli.c
518
fmt_time(time_t seconds)
crypto/openssh/moduli.c
537
static time_t time_start, time_prev;
crypto/openssh/moduli.c
538
time_t time_now, elapsed;
crypto/openssh/moduli.c
588
time_t time_start, time_stop;
crypto/openssh/packet.c
194
time_t rekey_time; /* time of last rekeying */
crypto/openssh/packet.c
2286
time_t
crypto/openssh/packet.c
2289
time_t seconds;
crypto/openssh/packet.h
169
time_t ssh_packet_get_rekey_timeout(struct ssh *);
crypto/openssh/scp.c
1682
if (TYPE_OVERFLOW(time_t, 0) || TYPE_OVERFLOW(off_t, 0))
crypto/openssh/scp.c
1751
if (TYPE_OVERFLOW(time_t, ull))
crypto/openssh/scp.c
1763
if (TYPE_OVERFLOW(time_t, ull))
crypto/openssh/serverloop.c
155
time_t now;
crypto/openssh/serverloop.c
156
static time_t last_client_time, unused_connection_expiry;
crypto/openssh/sftp-common.c
224
time_t now;
crypto/openssh/sftp-server.c
1013
time_t t = a.mtime;
crypto/openssh/sftp-server.c
1070
time_t t = a.mtime;
crypto/openssh/sftp-server.c
1493
time_t t = a.mtime;
crypto/openssh/srclimit.c
215
expire_penalties_from_tree(time_t now, const char *t,
crypto/openssh/srclimit.c
237
expire_penalties(time_t now)
crypto/openssh/srclimit.c
263
time_t now;
crypto/openssh/srclimit.c
350
time_t now;
crypto/openssh/srclimit.c
465
time_t now;
crypto/openssh/srclimit.c
56
time_t expiry;
crypto/openssh/ssh-agent.c
1044
static time_t
crypto/openssh/ssh-agent.c
1047
time_t deadline = 0, now = monotime();
crypto/openssh/ssh-agent.c
1272
parse_key_constraints(struct sshbuf *m, struct sshkey *k, time_t *deathp,
crypto/openssh/ssh-agent.c
1353
time_t death = 0;
crypto/openssh/ssh-agent.c
144
time_t death;
crypto/openssh/ssh-agent.c
1533
time_t death, u_int confirm, struct dest_constraint *dest_constraints,
crypto/openssh/ssh-agent.c
1563
time_t death = 0;
crypto/openssh/ssh-agent.c
163
time_t parent_alive_interval = 0;
crypto/openssh/ssh-agent.c
2071
time_t deadline;
crypto/openssh/ssh-keygen.c
1931
parse_relative_time(const char *s, time_t now)
crypto/openssh/ssh-keygen.c
1963
time_t now = time(NULL);
crypto/openssh/ssh-keygen.c
2679
time_t now;
crypto/openssh/sshd.c
562
static time_t last_drop, first_drop;
crypto/openssh/sshd.c
565
time_t now;
crypto/openssh/sshkey.c
2368
time_t now;
crypto/openssh/sshlogin.c
75
time_t
crypto/openssh/sshlogin.c
83
return (time_t)li.tv_sec;
crypto/openssh/sshlogin.c
96
time_t last_login_time;
crypto/openssh/sshlogin.h
18
time_t get_last_login_time(uid_t, const char *, char *, size_t);
games/adventure/wizard.c
52
time_t tvec;
games/arithmetic/arithmetic.c
183
time_t start, finish;
games/arithmetic/arithmetic.c
88
static time_t qtime;
games/backgammon/backgammon/main.c
82
time_t t; /* time for random num generator */
games/battlestar/command6.c
114
time_t tv;
games/boggle/boggle/bog.c
251
time_t t;
games/boggle/boggle/bog.c
75
time_t start_t;
games/boggle/boggle/extern.h
39
extern time_t start_t;
games/boggle/boggle/mach.c
310
time_t t;
games/boggle/boggle/mach.c
322
time_t t;
games/boggle/boggle/timer.c
55
time_t prevt, t;
games/canfield/canfield/canfield.c
1107
time_t now;
games/canfield/canfield/canfield.c
185
time_t acctstart;
games/ching/castching/castching.c
51
static time_t now; /* current time */
games/hack/hack.unix.c
100
(void) srandom((int) time((time_t *) 0));
games/hack/hack.unix.c
106
time_t date;
games/hack/hack.unix.c
229
time_t date;
games/larn/data.c
148
time_t initialtime = 0; /* time playing began */
games/larn/diag.c
170
static time_t zzz = 0;
games/larn/header.h
350
extern time_t initialtime;
games/larn/scores.c
53
time_t diedtime; /* time when game was over */
games/larn/scores.c
552
time_t zzz;
games/mille/save.c
62
time_t *tp;
games/mille/save.c
64
time_t tme;
games/monop/execute.c
239
time_t t;
games/phantasia/gamesupport.c
54
time_t now; /* time now */
games/phantasia/gamesupport.c
541
time_t ltime; /* time in seconds */
games/phantasia/main.c
88
time_t seconds; /* for time of day */
games/pom/pom.c
66
time_t tt;
games/rogue/machdep.c
300
time_t seconds;
games/rogue/machdep.c
333
time_t seconds;
games/sail/sync.c
225
time_t t;
games/snake/snake/snake.c
132
time_t tv;
games/snake/snake/snake.c
943
time_t t;
games/tetris/scores.c
71
static time_t now;
games/tetris/scores.h
47
time_t hs_time; /* time at game end */
include/arpa/nameser.h
547
const u_char *, int, u_char *, int *, time_t);
include/arpa/nameser.h
549
const u_char *, int, u_char *, int *, time_t,
include/arpa/nameser.h
561
time_t *, int);
include/pwd.h
117
time_t pw_change; /* password change time */
include/pwd.h
122
time_t pw_expire; /* account expiration */
include/rpc/rpcb_clnt.h
79
extern bool_t rpcb_gettime(const char *, time_t *);
include/time.h
123
char *ctime(const time_t *);
include/time.h
124
double difftime(time_t, time_t);
include/time.h
125
struct tm *gmtime(const time_t *);
include/time.h
126
struct tm *localtime(const time_t *);
include/time.h
127
time_t mktime(struct tm *);
include/time.h
130
time_t time(time_t *);
include/time.h
145
char *ctime_r(const time_t *, char *);
include/time.h
146
struct tm *gmtime_r(const time_t * __restrict, struct tm * __restrict);
include/time.h
147
struct tm *localtime_r(const time_t * __restrict, struct tm * __restrict);
include/time.h
176
time_t timelocal(struct tm * const);
include/time.h
177
time_t timegm(struct tm * const);
include/time.h
178
time_t time2posix(time_t);
include/time.h
179
time_t posix2time(time_t);
include/time.h
180
struct tm *offtime(const time_t * const, const long);
include/time.h
181
time_t timeoff(struct tm * const, const long);
include/timeconv.h
49
time_t _int_to_time(int);
include/timeconv.h
50
time_t _long_to_time(long);
include/timeconv.h
51
int _time_to_int(time_t);
include/timeconv.h
52
long _time_to_long(time_t);
include/timeconv.h
53
__int32_t _time_to_time32(time_t);
include/timeconv.h
54
__int64_t _time_to_time64(time_t);
include/timeconv.h
55
time_t _time32_to_time(__int32_t);
include/timeconv.h
56
time_t _time64_to_time(__int64_t);
include/utime.h
43
time_t actime; /* Access time */
include/utime.h
44
time_t modtime; /* Modification time */
lib/libc/db/test/hash.tests/thash4.c
58
time_t t;
lib/libc/gen/syslog.c
133
time_t now;
lib/libc/gen/time.c
37
time_t
lib/libc/gen/time.c
38
time(time_t *t)
lib/libc/gen/time.c
41
time_t retval;
lib/libc/include/isc/eventlib.h
166
struct timespec evConsTime __P((time_t sec, long nsec));
lib/libc/include/isc/platform.h
32
time_t tv_sec; /* seconds */
lib/libc/isc/ev_timers.c
209
if (due.tv_sec == (time_t)0 && due.tv_nsec == 0L)
lib/libc/isc/ev_timers.c
69
evConsTime(time_t sec, long nsec) {
lib/libc/net/nsdispatch.c
333
static time_t confmod;
lib/libc/resolv/res_debug.c
1137
time_t clock = secs;
lib/libc/rpc/rpcb_clnt.c
1192
rpcb_gettime(const char *host, time_t *timep)
lib/libc/stdio/xprintf_time.c
67
time_t *tp;
lib/libc/stdio/xprintf_time.c
83
tp = *((time_t **)arg[0]);
lib/libc/stdtime/difftime.c
14
difftime(time_t time1, time_t time0)
lib/libc/stdtime/difftime.c
20
if (sizeof (double) > sizeof (time_t))
lib/libc/stdtime/difftime.c
22
if (!TYPE_SIGNED(time_t)) {
lib/libc/stdtime/difftime.c
43
if (sizeof (uintmax_t) < sizeof (time_t))
lib/libc/stdtime/getdate.c
72
time_t now;
lib/libc/stdtime/localtime.c
1005
time_t janfirst;
lib/libc/stdtime/localtime.c
105
time_t ls_trans; /* transition time */
lib/libc/stdtime/localtime.c
125
time_t ats[TZ_MAX_TIMES];
lib/libc/stdtime/localtime.c
1278
localsub(const time_t * const timep, const int_fast32_t offset __unused,
lib/libc/stdtime/localtime.c
1285
const time_t t = *timep;
lib/libc/stdtime/localtime.c
1291
time_t newt = t;
lib/libc/stdtime/localtime.c
1292
time_t seconds;
lib/libc/stdtime/localtime.c
1293
time_t years;
lib/libc/stdtime/localtime.c
1309
time_t newy;
lib/libc/stdtime/localtime.c
1358
localtime(const time_t * const timep)
lib/libc/stdtime/localtime.c
1392
localtime_r(const time_t * __restrict const timep, struct tm * __restrict tmp)
lib/libc/stdtime/localtime.c
1412
gmtsub(const time_t * const timep, const int_fast32_t offset,
lib/libc/stdtime/localtime.c
1438
gmtime(const time_t * const timep)
lib/libc/stdtime/localtime.c
1470
gmtime_r(const time_t * __restrict timep, struct tm * __restrict tmp)
lib/libc/stdtime/localtime.c
1476
offtime(const time_t * const timep, const long offset)
lib/libc/stdtime/localtime.c
1494
timesub(const time_t * const timep, const int_fast32_t offset,
lib/libc/stdtime/localtime.c
1498
time_t tdays;
lib/libc/stdtime/localtime.c
152
static int differ_by_repeat(time_t t1, time_t t0);
lib/libc/stdtime/localtime.c
1536
time_t tdelta;
lib/libc/stdtime/localtime.c
1541
if (! ((! TYPE_SIGNED(time_t) || INT_MIN <= tdelta)
lib/libc/stdtime/localtime.c
1552
tdays -= ((time_t) newy - y) * DAYSPERNYEAR;
lib/libc/stdtime/localtime.c
161
static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
lib/libc/stdtime/localtime.c
1624
ctime(const time_t * const timep)
lib/libc/stdtime/localtime.c
163
static struct tm * localsub(const time_t * timep, int_fast32_t offset,
lib/libc/stdtime/localtime.c
1638
ctime_r(const time_t * const timep, char *buf)
lib/libc/stdtime/localtime.c
168
static int increment_overflow_time(time_t *t, int_fast32_t delta);
lib/libc/stdtime/localtime.c
1692
increment_overflow_time(time_t *tp, int_fast32_t j)
lib/libc/stdtime/localtime.c
1700
? (TYPE_SIGNED(time_t) ? time_t_min - j <= *tp : -1 - j < *tp)
lib/libc/stdtime/localtime.c
174
static time_t time1(struct tm * tmp,
lib/libc/stdtime/localtime.c
1747
static time_t
lib/libc/stdtime/localtime.c
1749
struct tm * (* const funcp)(const time_t *, int_fast32_t, struct tm *),
lib/libc/stdtime/localtime.c
175
struct tm * (*funcp)(const time_t *,
lib/libc/stdtime/localtime.c
1757
time_t lo;
lib/libc/stdtime/localtime.c
1758
time_t hi;
lib/libc/stdtime/localtime.c
1760
time_t newt;
lib/libc/stdtime/localtime.c
1761
time_t t;
lib/libc/stdtime/localtime.c
178
static time_t time2(struct tm *tmp,
lib/libc/stdtime/localtime.c
179
struct tm * (*funcp)(const time_t *,
lib/libc/stdtime/localtime.c
182
static time_t time2sub(struct tm *tmp,
lib/libc/stdtime/localtime.c
183
struct tm * (*funcp)(const time_t *,
lib/libc/stdtime/localtime.c
186
static struct tm * timesub(const time_t * timep, int_fast32_t offset,
lib/libc/stdtime/localtime.c
1913
static time_t
lib/libc/stdtime/localtime.c
1915
struct tm * (* const funcp)(const time_t *, int_fast32_t, struct tm *),
lib/libc/stdtime/localtime.c
1918
time_t t;
lib/libc/stdtime/localtime.c
1929
static time_t
lib/libc/stdtime/localtime.c
1931
struct tm * (* const funcp)(const time_t *, int_fast32_t, struct tm *),
lib/libc/stdtime/localtime.c
1934
time_t t;
lib/libc/stdtime/localtime.c
1998
time_t
lib/libc/stdtime/localtime.c
2001
time_t mktime_return_value;
lib/libc/stdtime/localtime.c
2009
time_t
lib/libc/stdtime/localtime.c
2017
time_t
lib/libc/stdtime/localtime.c
2025
time_t
lib/libc/stdtime/localtime.c
2046
leapcorr(time_t *timep)
lib/libc/stdtime/localtime.c
2062
time_t
lib/libc/stdtime/localtime.c
2063
time2posix(time_t t)
lib/libc/stdtime/localtime.c
2069
time_t
lib/libc/stdtime/localtime.c
2070
posix2time(time_t t)
lib/libc/stdtime/localtime.c
2072
time_t x;
lib/libc/stdtime/localtime.c
2073
time_t y;
lib/libc/stdtime/localtime.c
310
differ_by_repeat(const time_t t1, const time_t t0)
lib/libc/stdtime/localtime.c
312
if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
lib/libc/stdtime/localtime.c
436
sp->types[i] = ((TYPE_SIGNED(time_t)
lib/libc/stdtime/localtime.c
527
if (TYPE_SIGNED(time_t) && stored >= (int) sizeof(time_t))
lib/libc/stdtime/private.h
100
? - (~ 0 < 0) - ((time_t) -1 << (CHAR_BIT * sizeof (time_t) - 1))
lib/libc/stdtime/private.h
94
static time_t const time_t_min =
lib/libc/stdtime/private.h
95
(TYPE_SIGNED(time_t)
lib/libc/stdtime/private.h
96
? (time_t) -1 << (CHAR_BIT * sizeof (time_t) - 1)
lib/libc/stdtime/private.h
98
static time_t const time_t_max =
lib/libc/stdtime/private.h
99
(TYPE_SIGNED(time_t)
lib/libc/stdtime/strftime.c
299
time_t) + 1];
lib/libc/stdtime/strftime.c
300
time_t mkt;
lib/libc/stdtime/strftime.c
304
if (TYPE_SIGNED(time_t))
lib/libc/stdtime/strptime.c
485
time_t t;
lib/libc/stdtime/strptime.c
688
time_t t = timegm(tm);
lib/libc/stdtime/time32.c
23
time_t
lib/libc/stdtime/time32.c
26
return((time_t)t32);
lib/libc/stdtime/time32.c
35
_time_to_time32(time_t t)
lib/libc/stdtime/time32.c
45
time_t
lib/libc/stdtime/time32.c
48
return((time_t)t64);
lib/libc/stdtime/time32.c
56
_time_to_time64(time_t t)
lib/libc/stdtime/time32.c
66
_time_to_long(time_t t)
lib/libc/stdtime/time32.c
73
time_t
lib/libc/stdtime/time32.c
78
return((time_t)tlong);
lib/libc/stdtime/time32.c
86
_time_to_int(time_t t)
lib/libc/stdtime/time32.c
93
time_t
lib/libc/stdtime/time32.c
98
return((time_t)tint);
lib/libc/sysvipc/sysvipc_msg.h
57
time_t msg_stime; /* time of last msgsnd() */
lib/libc/sysvipc/sysvipc_msg.h
59
time_t msg_rtime; /* time of last msgrcv() */
lib/libc/sysvipc/sysvipc_msg.h
61
time_t msg_ctime; /* time of last msgctl() */
lib/libc/sysvipc/sysvipc_sem.h
43
time_t sem_otime; /* last operation time */
lib/libc/sysvipc/sysvipc_sem.h
44
time_t sem_ctime; /* last change time */
lib/libc/yp/yplib.c
148
time_t t;
lib/libc/yp/yplib.c
182
time_t oldest = 0;
lib/libc/yp/yplib.c
68
time_t ypc_expire_t;
lib/libexecinfo/private_libelf.h
672
time_t ar_date;
lib/libfetch/fetch.h
51
time_t ims_time;
lib/libfetch/fetch.h
57
time_t atime;
lib/libfetch/fetch.h
58
time_t mtime;
lib/libfetch/ftp.c
408
time_t t;
lib/libfetch/ftp.c
468
if (t == (time_t)-1)
lib/libfetch/http.c
1550
time_t mtime;
lib/libfetch/http.c
1627
timestruct = gmtime((time_t *)&url->ims_time);
lib/libfetch/http.c
879
http_parse_mtime(const char *p, time_t *mtime)
lib/libftpio/ftpio.c
224
time_t
lib/libftpio/ftpio.c
229
time_t t0 = time (0);
lib/libftpio/ftpio.c
235
return (time_t)0;
lib/libftpio/ftpio.c
239
return (time_t)0;
lib/libftpio/ftpio.c
242
return (time_t)0;
lib/libftpio/ftpio.c
246
return (time_t)0;
lib/libftpio/ftpio.h
69
extern time_t ftpGetModtime(FILE *fp, const char *file);
lib/libldns/ldns/config.h
716
time_t timegm (struct tm *tm);
lib/libldns/ldns/config.h
719
struct tm *gmtime_r(const time_t *timep, struct tm *result);
lib/libldns/ldns/config.h
722
struct tm *localtime_r(const time_t *timep, struct tm *result);
lib/libldns/ldns/util.h
271
time_t ldns_mktime_from_utc(const struct tm *tm);
lib/libldns/ldns/util.h
273
time_t mktime_from_utc(const struct tm *tm);
lib/libldns/ldns/util.h
289
struct tm * ldns_serial_arithmetics_gmtime_r(int32_t time, time_t now, struct tm *result);
lib/libldns/ldns/util.h
332
INLINE time_t ldns_time(time_t *t) { return time(t); }
lib/libpam/modules/pam_lastlog/pam_lastlog.c
189
domsg(pam_handle_t *pamh, time_t t, const char *host, size_t hsize,
lib/libpam/modules/pam_lastlog/pam_lastlog.c
249
domsg(pamh, (time_t)ll.ll_tv.tv_sec, ll.ll_host,
lib/libpam/modules/pam_lastlog/pam_lastlog.c
72
static void domsg(pam_handle_t *, time_t, const char *, size_t, const char *,
lib/libpam/modules/pam_unix/pam_unix.c
162
time_t warntime;
lib/libpam/modules/pam_unix/pam_unix.c
285
time_t passwordtime;
lib/libssh/openbsd-compat/bsd-misc.c
442
localtime_r(const time_t *timep, struct tm *result)
lib/libssh/openbsd-compat/bsd-misc.h
186
struct tm *localtime_r(const time_t *, struct tm *);
lib/libssh/openbsd-compat/bsd-misc.h
82
time_t tv_sec;
lib/libssh/openbsd-compat/openbsd-compat.h
328
struct tm *localtime_r(const time_t *, struct tm *);
lib/libssh/openbsd-compat/openbsd-compat.h
332
time_t timegm(struct tm *);
lib/libtcplay/io.c
394
read_passphrase(const char *prompt, char *pass, size_t passlen, size_t bufsz, time_t timeout)
lib/libtcplay/tcplay.h
219
time_t timeout;
lib/libtcplay/tcplay.h
254
size_t bufsz, time_t timeout);
lib/libtcplay/tcplay_api.c
273
opts->timeout = (time_t)i;
lib/libtelnet/krb4encpwd.c
195
time_t now;
lib/libtelnet/rsaencpwd.c
193
time_t now;
lib/libutil/login_cap.h
144
int auth_timeok(login_cap_t *, time_t);
lib/libutil/login_cap.h
149
int in_lt(const login_time_t *, time_t *);
lib/libutil/login_cap.h
150
int in_ltm(const login_time_t *, struct tm *, time_t *);
lib/libutil/login_cap.h
151
int in_ltms(const login_time_t *, struct tm *, time_t *);
lib/libutil/login_cap.h
152
int in_lts(const login_time_t *, time_t *);
lib/libutil/login_ok.c
218
auth_timeok(login_cap_t *lc, time_t t)
lib/libutil/login_ok.c
222
if (lc != NULL && t != (time_t)0 && t != (time_t)-1) {
lib/libutil/login_times.c
109
in_ltm(const login_time_t *ltm, struct tm *tt, time_t *ends)
lib/libutil/login_times.c
137
in_lt(const login_time_t *ltm, time_t *t)
lib/libutil/login_times.c
144
in_ltms(const login_time_t *ltm, struct tm *tm, time_t *t)
lib/libutil/login_times.c
157
in_lts(const login_time_t *ltm, time_t *t)
libexec/atrun/atrun.c
442
time_t now, run_time;
libexec/atrun/atrun.c
513
run_time = (time_t) ctm*60;
libexec/bootpd/dumptab.c
56
time_t t;
libexec/bootpd/tzone.c
39
time_t now;
libexec/dma/local.c
140
time_t now = time(NULL);
libexec/dma/util.c
334
time_t now;
libexec/ftpd/ftpd.c
1621
time_t start;
libexec/ftpd/ftpd.c
241
static void logxfer(char *, off_t, time_t);
libexec/ftpd/ftpd.c
3289
logxfer(char *name, off_t size, time_t start)
libexec/ftpd/ftpd.c
3293
time_t now;
libexec/getty/main.c
721
time_t t;
libexec/getty/main.c
749
t = (time_t)0;
libexec/rbootd/utils.c
98
tmp = localtime((time_t *)&rconn->tstamp.tv_sec);
libexec/rpc.rusersd/rusers_proc.c
111
time_t now;
libexec/talkd/announce.c
91
time_t clock_sec;
libexec/talkd/process.c
185
time_t best;
libexec/talkd/table.c
112
time_t current_time;
libexec/talkd/table.c
149
time_t current_time;
libexec/talkd/table.c
79
time_t current_time;
libexec/telnetd/utility.c
415
time_t t;
sbin/adjkerntz/adjkerntz.c
82
time_t initial_sec, final_sec;
sbin/dhclient/dhclient.c
104
time_t scripttime;
sbin/dhclient/dhclient.c
1054
time_t cur_time;
sbin/dhclient/dhclient.c
1136
time_t cur_time;
sbin/dhclient/dhclient.c
593
time_t cur_time;
sbin/dhclient/dhclient.c
664
time_t cur_time;
sbin/dhclient/dhclient.c
794
time_t stop_selecting;
sbin/dhclient/dhclient.c
982
time_t cur_time;
sbin/dhclient/dhcpd.h
108
time_t expiry, renewal, rebind;
sbin/dhclient/dhcpd.h
142
time_t timeout;
sbin/dhclient/dhcpd.h
143
time_t initial_interval;
sbin/dhclient/dhcpd.h
144
time_t link_timeout;
sbin/dhclient/dhcpd.h
145
time_t retry_interval;
sbin/dhclient/dhcpd.h
146
time_t select_interval;
sbin/dhclient/dhcpd.h
147
time_t reboot_timeout;
sbin/dhclient/dhcpd.h
148
time_t backoff_cutoff;
sbin/dhclient/dhcpd.h
164
time_t first_sending;
sbin/dhclient/dhcpd.h
165
time_t interval;
sbin/dhclient/dhcpd.h
192
time_t when;
sbin/dhclient/dhcpd.h
235
void parse_lease_time(FILE *, time_t *);
sbin/dhclient/dhcpd.h
238
time_t parse_date(FILE *);
sbin/dhclient/dhcpd.h
251
void set_timeout(time_t, void (*)(void));
sbin/dhclient/dhcpd.h
252
void set_timeout_interval(time_t, void (*)(void));
sbin/dhclient/dispatch.c
114
time_t cur_time, howlong;
sbin/dhclient/dispatch.c
314
set_timeout(time_t when, void (*where)(void))
sbin/dhclient/dispatch.c
321
set_timeout_interval(time_t secs, void (*where)(void))
sbin/dhclient/parse.c
187
parse_lease_time(FILE *cfile, time_t *timep)
sbin/dhclient/parse.c
349
time_t
sbin/dump/dump.h
103
time_t unctime(const char *);
sbin/dump/dump.h
174
time_t dd_ddate;
sbin/dump/dump.h
87
extern time_t tstart_writing; /* when started writing the first tape block */
sbin/dump/dump.h
88
extern time_t tend_writing; /* after writing the last tape block */
sbin/dump/itime.c
207
spcl.c_date == 0 ? "the epoch\n" : ctime((const time_t *)&spcl.c_date));
sbin/dump/main.c
112
time((time_t *)&spcl.c_date);
sbin/dump/main.c
326
spcl.c_date == 0 ? "the epoch\n" : ctime((const time_t *)&spcl.c_date));
sbin/dump/main.c
328
spcl.c_ddate == 0 ? "the epoch\n" : ctime((const time_t *)&spcl.c_ddate));
sbin/dump/main.c
441
time((time_t *)&(tstart_writing));
sbin/dump/main.c
86
time_t tstart_writing; /* when started writing the first tape block */
sbin/dump/main.c
87
time_t tend_writing; /* after writing the last tape block */
sbin/dump/optr.c
177
time_t tschedule = 0;
sbin/dump/optr.c
183
time_t tnow;
sbin/dump/optr.c
359
time_t tnow;
sbin/dump/tape.c
358
time_t tstart_changevol, tend_changevol;
sbin/dump/tape.c
363
time((time_t *)&(tstart_changevol));
sbin/dump/tape.c
373
time((time_t *)&(tend_changevol));
sbin/dump/tape.c
374
if ((tstart_changevol != (time_t)-1) && (tend_changevol != (time_t)-1))
sbin/dump/unctime.c
48
time_t
sbin/dump/unctime.c
55
return ((time_t)-1);
sbin/dumpfs/dumpfs.c
110
time_t fs_time;
sbin/dumpfs/dumpfs.c
250
time_t cg_time;
sbin/fsck/inode.c
512
time_t t;
sbin/fsdb/fsdbutil.c
90
time_t t;
sbin/fsirand/fsirand.c
201
ctime((const time_t *)&(sblock->fs_id[0])));
sbin/growfs/growfs.c
126
static void initcg(int, time_t, int, unsigned int);
sbin/growfs/growfs.c
127
static void updjcg(int, time_t, int, int, unsigned int);
sbin/growfs/growfs.c
128
static void updcsloc(time_t, int, int, unsigned int);
sbin/growfs/growfs.c
153
time_t utime;
sbin/growfs/growfs.c
346
initcg(int cylno, time_t utime, int fso, unsigned int Nflag)
sbin/growfs/growfs.c
658
updjcg(int cylno, time_t utime, int fsi, int fso, unsigned int Nflag)
sbin/growfs/growfs.c
905
updcsloc(time_t utime, int fsi, int fso, unsigned int Nflag)
sbin/hammer/cmd_cleanup.c
1023
time_t t;
sbin/hammer/cmd_cleanup.c
1048
if (t == (time_t)-1)
sbin/hammer/cmd_cleanup.c
160
time_t savet;
sbin/hammer/cmd_cleanup.c
633
time_t t;
sbin/hammer/cmd_cleanup.c
644
t = (time_t)-1;
sbin/hammer/cmd_cleanup.c
675
if (t != (time_t)-1 && tid != (hammer_tid_t)(int64_t)-1) {
sbin/hammer/cmd_cleanup.c
762
time_t *savep)
sbin/hammer/cmd_cleanup.c
768
time_t baset, lastt;
sbin/hammer/cmd_cleanup.c
79
time_t *savep);
sbin/hammer/cmd_cleanup.c
81
time_t savet);
sbin/hammer/cmd_cleanup.c
834
time_t savet)
sbin/hammer/cmd_cleanup.c
948
time_t t;
sbin/hammer/cmd_cleanup.c
949
time_t dt;
sbin/hammer/cmd_history.c
247
time_t t = (time_t)time32;
sbin/hammer/cmd_mirror.c
108
time_t base_t = time(NULL);
sbin/hammer/cmd_mirror.c
420
time_t t1 = time(NULL);
sbin/hammer/cmd_mirror.c
421
time_t t2;
sbin/hammer/cmd_snapshot.c
429
time_t t = time(NULL);
sbin/hammer/cmd_snapshot.c
508
time_t t;
sbin/hammer/cmd_snapshot.c
83
time_t t = time(NULL);
sbin/hammer/cmd_softprune.c
333
time_t ct;
sbin/hammer/cmd_softprune.c
479
time_t ct, time_t mt)
sbin/hammer/cmd_softprune.c
530
time_t t;
sbin/hammer/cmd_softprune.c
584
delta = (long)(t - (time_t)elm->mod_tid);
sbin/hammer/cmd_softprune.c
60
time_t ct, time_t mt);
sbin/hammer2/cmd_service.c
530
time_t t;
sbin/hammer2/cmd_service.c
531
time_t lmod;
sbin/hammer2/cmd_snapshot.c
62
time_t t;
sbin/hammer2/subs.c
89
time_t t;
sbin/ifconfig/af_inet6.c
102
newval = (time_t)strtoul(val, &ep, 0);
sbin/ifconfig/af_inet6.c
411
sec2str(time_t total)
sbin/ifconfig/af_inet6.c
66
static char *sec2str(time_t);
sbin/ifconfig/af_inet6.c
98
time_t newval;
sbin/init/init.c
1235
time_t current_time = time(NULL);
sbin/ip6fw/ip6fw.c
234
strcpy(timestr, ctime((time_t *)&chain->timestamp));
sbin/ipfw/ipfw2.c
3874
time_t t0 = 0;
sbin/ipfw/ipfw2.c
3881
time_t t = _long_to_time(te->last_used);
sbin/ipfw/ipfw2.c
868
time_t t0 = 0;
sbin/ipfw/ipfw2.c
875
time_t t = _long_to_time(rule->timestamp);
sbin/ipfw3/ipfw3.c
779
strcpy(timestr, ctime((time_t *)&twidth));
sbin/ipfw3/ipfw3.c
784
time_t t = _long_to_time(rule->timestamp);
sbin/iscontrol/fsm.c
95
time_t sec;
sbin/iscontrol/iscontrol.h
76
time_t open_time;
sbin/iscontrol/iscontrol.h
78
time_t redirect_time;
sbin/iscontrol/iscontrol.h
81
time_t reconnect_time;
sbin/jscan/dump_debug.c
320
time_t t = ((const struct timespec *)buf)->tv_sec;
sbin/newfs/mkfs.c
129
void fsinit(time_t);
sbin/newfs/mkfs.c
130
void initcg(int, time_t);
sbin/newfs/mkfs.c
155
time_t utime;
sbin/newfs/mkfs.c
765
initcg(int cylno, time_t utime)
sbin/newfs/mkfs.c
968
fsinit(time_t utime)
sbin/newfs_msdos/mkfs_msdos.c
247
time_t now;
sbin/newfs_msdos/mkfs_msdos.h
47
AOPT('T', time_t, timestamp, 0, "Timestamp") \
sbin/newfs_msdos/newfs_msdos.c
52
static time_t
sbin/newfs_msdos/newfs_msdos.c
60
return (time_t)st.st_mtime;
sbin/newfs_msdos/newfs_msdos.c
66
return (time_t)l;
sbin/restore/main.c
61
time_t dumptime;
sbin/restore/main.c
62
time_t dumpdate;
sbin/restore/restore.h
60
extern time_t dumptime; /* time that this dump begins */
sbin/restore/restore.h
61
extern time_t dumpdate; /* time that this dump was made */
sbin/restore/symtab.c
422
time_t dumptime;
sbin/restore/symtab.c
423
time_t dumpdate;
sbin/restore/tape.c
400
time_t c_date = tmpbuf.c_date;
sbin/restore/tape.c
507
time_t c_date = spcl.c_date;
sbin/restore/tape.c
508
time_t c_ddate = spcl.c_ddate;
sbin/route/route.c
1280
time_t now;
sbin/routed/defs.h
184
time_t rts_time; /* timer to junk stale routes */
sbin/routed/defs.h
190
time_t rt_poison_time; /* advertised metric */
sbin/routed/defs.h
262
time_t int_act_time; /* last thought healthy */
sbin/routed/defs.h
263
time_t int_query_time;
sbin/routed/defs.h
272
time_t ts; /* timestamp on network stats */
sbin/routed/defs.h
279
time_t start, end;
sbin/routed/defs.h
442
extern time_t now_stale;
sbin/routed/defs.h
443
extern time_t now_expire;
sbin/routed/defs.h
444
extern time_t now_garbage;
sbin/routed/defs.h
493
time_t reuse;
sbin/routed/defs.h
496
time_t until;
sbin/routed/defs.h
568
extern void del_redirects(naddr, time_t);
sbin/routed/main.c
61
time_t now_stale;
sbin/routed/main.c
62
time_t now_expire;
sbin/routed/main.c
63
time_t now_garbage;
sbin/routed/main.c
786
tp->tv_sec = (time_t)(hi == lo
sbin/routed/main.c
92
time_t dt;
sbin/routed/parms.c
420
parse_ts(time_t *tp,
sbin/routed/rdisc.c
290
time_t sec;
sbin/routed/rdisc.c
78
time_t dr_ts; /* when received */
sbin/routed/rdisc.c
79
time_t dr_life; /* lifetime in host byte order */
sbin/routed/table.c
1549
time_t old)
sbin/routed/table.c
759
time_t k_keep;
sbin/routed/table.c
761
time_t k_redirect_time; /* when redirected route 1st seen */
sbin/routed/table.c
867
time_t keep)
sbin/routed/trace.c
135
ts(time_t secs) {
sbin/savecore/savecore.c
98
time_t t;
sbin/shutdown/shutdown.c
416
time_t now;
sbin/shutdown/shutdown.c
82
static time_t offset, shuttime;
sbin/startslip/startslip.c
113
time_t fintimeout;
sbin/startslip/startslip.c
498
get_line(char *buf, int size, int this_fd, time_t fintimeout)
sbin/startslip/startslip.c
504
time_t timeout;
sbin/startslip/startslip.c
68
time_t conn_time, start_time;
sbin/startslip/startslip.c
95
static int get_line(char *, int, int, time_t);
sbin/svc/execute.c
41
time_t LastStart; /* uptime */
sbin/svc/execute.c
42
time_t LastStop; /* uptime */
sbin/svc/execute.c
64
time_t nextstop = 0;
sbin/sysctl/sysctl.c
381
time_t tv_sec;
sbin/sysctl/sysctl.c
401
time_t tv_sec;
sbin/sysctl/sysctl.c
550
time_t t = s->tv.tv_sec;
sbin/vinum/list.c
1069
time_t now;
sbin/vinum/list.c
1376
time_t t;
sbin/vinum/list.c
153
time_t t; /* because Bruce says so */
sbin/vinum/list.c
832
time_t t; /* to keep Bruce happy */
sbin/vinum/v.c
860
time_t sec;
stand/boot/common/bcache.c
262
time_t now;
stand/boot/common/bcache.c
298
time_t now;
stand/boot/common/bcache.c
53
time_t bc_stamp;
stand/boot/common/boot.c
190
time_t when, otime, ntime;
stand/boot/common/bootstrap.h
324
time_t time(time_t *tloc);
stand/boot/common/commands.c
357
time_t when;
stand/boot/dloader/cmds.c
312
time_t t = time(NULL);
stand/boot/dloader/cmds.c
388
time_t time_target;
stand/boot/dloader/cmds.c
389
time_t time_last;
stand/boot/dloader/cmds.c
390
time_t t;
stand/boot/efi/libefi/efinet.c
145
efinet_get(struct iodesc *desc, void *pkt, size_t len, time_t timeout)
stand/boot/efi/libefi/efinet.c
151
time_t t;
stand/boot/efi/libefi/efinet.c
47
static int efinet_get(struct iodesc *, void *, size_t, time_t);
stand/boot/efi/libefi/time.c
209
time_t
stand/boot/efi/libefi/time.c
210
time(time_t *tloc)
stand/boot/efi/libefi/time.c
220
time_t
stand/boot/efi/libefi/time.c
61
static time_t
stand/boot/efi/libefi/time.c
69
static time_t CumulativeDays[2][14] = {
stand/boot/efi/libefi/time.c
99
time_t UTime;
stand/boot/pc32/libi386/pxe.c
524
time_t
stand/boot/pc32/libi386/pxe.c
527
time_t n = 0;
stand/boot/pc32/libi386/pxe.c
579
pxe_netif_get(struct iodesc *desc, void *pkt, size_t len, time_t timeout)
stand/boot/pc32/libi386/pxe.c
624
readudp(struct iodesc *h, void *pkt, size_t len, time_t timeout)
stand/boot/pc32/libi386/pxe.c
89
time_t timeout);
stand/boot/pc32/libi386/time.c
44
time_t now;
stand/boot/pc32/libi386/time.c
70
time_t
stand/boot/pc32/libi386/time.c
71
time(time_t *t)
stand/boot/pc32/libi386/time.c
73
static time_t lasttime;
stand/boot/pc32/libi386/time.c
74
time_t now, check;
stand/lib/arp.c
162
arprecv(struct iodesc *d, void *pkt, size_t len, time_t tleft)
stand/lib/arp.c
66
static ssize_t arprecv(struct iodesc *, void *, size_t, time_t);
stand/lib/bootp.c
272
bootprecv(struct iodesc *d, void *pkt, size_t len, time_t tleft)
stand/lib/bootp.c
59
static time_t bot;
stand/lib/bootp.c
68
static ssize_t bootprecv(struct iodesc *, void *, size_t, time_t);
stand/lib/ether.c
86
readether(struct iodesc *d, void *pkt, size_t len, time_t tleft,
stand/lib/net.c
72
ssize_t (*rproc)(struct iodesc *, void *, size_t, time_t), void *rbuf,
stand/lib/net.c
76
time_t t, tmo, tlast;
stand/lib/net.h
103
time_t tleft, u_int16_t *etype);
stand/lib/net.h
106
ssize_t readudp(struct iodesc *, void *, size_t, time_t);
stand/lib/net.h
110
ssize_t (*)(struct iodesc *, void *, size_t, time_t),
stand/lib/net.h
123
time_t getsecs(void);
stand/lib/netif.c
206
netif_get(struct iodesc *desc, void *pkt, size_t len, time_t timo)
stand/lib/netif.h
17
int (*netif_get)(struct iodesc *, void *, size_t, time_t);
stand/lib/netif.h
59
ssize_t netif_get(struct iodesc *, void *, size_t, time_t);
stand/lib/rarp.c
149
rarprecv(struct iodesc *d, void *pkt, size_t len, time_t tleft)
stand/lib/rarp.c
54
static ssize_t rarprecv(struct iodesc *, void *, size_t, time_t);
stand/lib/rpc.c
236
recvrpc(struct iodesc *d, void *pkt, size_t len, time_t tleft)
stand/lib/rpc.c
98
static ssize_t recvrpc(struct iodesc *, void *, size_t, time_t);
stand/lib/tftp.c
113
recvtftp(struct iodesc *d, void *pkt, size_t max_len, time_t tleft)
stand/lib/udp.c
132
readudp(struct iodesc *d, void *pkt, size_t len, time_t tleft)
sys/bus/cam/scsi/scsi_da.c
1445
static time_t savets;
sys/dev/acpica/acpi_thermal.c
110
time_t tz_error_time; /*Lookup error timestamp*/
sys/dev/disk/nata/atapi-cd.h
283
time_t timestamp; /* this instance timestamp */
sys/dev/disk/ncr/ncr.c
1087
time_t heartbeat;
sys/dev/disk/ncr/ncr.c
1090
time_t lasttime;
sys/dev/disk/ncr/ncr.c
1100
time_t regtime;
sys/dev/disk/ncr/ncr.c
5104
time_t thistime = time_uptime;
sys/dev/disk/ncr/ncr.c
931
time_t tlimit;
sys/dev/drm/include/linux/time.h
86
set_normalized_timespec(struct timespec *ts, time_t sec, int64_t nsec)
sys/dev/misc/led/led.c
37
time_t last_second;
sys/dev/misc/musycc/musycc.c
179
time_t last_recv;
sys/dev/misc/musycc/musycc.c
180
time_t last_rdrop;
sys/dev/misc/musycc/musycc.c
181
time_t last_rxerr;
sys/dev/misc/musycc/musycc.c
189
time_t last_xmit;
sys/dev/misc/musycc/musycc.c
190
time_t last_txerr;
sys/dev/misc/musycc/musycc.c
192
time_t last_txdrop;
sys/dev/netif/mn/if_mn.c
218
time_t last_recv;
sys/dev/netif/mn/if_mn.c
219
time_t last_rxerr;
sys/dev/netif/mn/if_mn.c
220
time_t last_xmit;
sys/dev/netif/nfe/if_nfevar.h
80
time_t sc_rate_second;
sys/dev/raid/aac/aac.c
1674
time_t then;
sys/dev/raid/aac/aac.c
2015
time_t then;
sys/dev/raid/aac/aac.c
2326
time_t deadline;
sys/dev/raid/aac/aacvar.h
190
time_t cm_timestamp; /* command creation time */
sys/dev/raid/ips/ips_commands.c
500
ips_ffdc_settime(ips_adapter_ffdc_cmd *command, time_t sctime)
sys/dev/raid/mfi/mfi.c
3455
time_t deadline;
sys/dev/raid/mfi/mfi.c
3499
time_t deadline;
sys/dev/raid/mfi/mfivar.h
87
time_t cm_timestamp;
sys/dev/raid/mlx/mlxvar.h
151
time_t mlx_lastpoll; /* last time_uptime we polled for status */
sys/dev/raid/mlx/mlxvar.h
86
time_t mc_timeout; /* when this command expires */
sys/dev/raid/twa/tw_osl_types.h
59
typedef time_t TW_TIME;
sys/dev/raid/twe/twe.c
1270
time_t expiry;
sys/dev/raid/twe/twe.c
1563
time_t expiry;
sys/dev/raid/twe/twe.c
1735
static time_t lastwarn[2] = {0, 0};
sys/dev/raid/tws/tws.h
156
time_t timeout;
sys/dev/raid/tws/tws_hdm.c
390
time_t endt;
sys/dev/raid/tws/tws_hdm.c
466
time_t endt;
sys/dev/raid/tws/tws_user.c
269
time_t ctime;
sys/dev/virtual/amazon/ena/ena.h
386
time_t keep_alive_timeout;
sys/dev/virtual/amazon/ena/ena.h
387
time_t missing_tx_timeout;
sys/dev/virtual/nvmm/nvmm_internal.h
83
time_t time;
sys/dev/virtual/nvmm/nvmm_ioctl.h
136
time_t time;
sys/kern/kern_clock.c
1599
time_t
sys/kern/kern_clock.c
240
__read_mostly time_t time_second; /* read-only 'passive' rt in seconds */
sys/kern/kern_clock.c
241
__read_mostly time_t time_uptime; /* read-only 'passive' ut in seconds */
sys/kern/kern_clock.c
313
time_t ntp_leap_second; /* time of next leap second */
sys/kern/kern_ntptime.c
149
static time_t time_reftime; /* time at last adjustment (s) */
sys/kern/kern_ntptime.c
445
ntp_update_second(time_t newsec, int64_t *nsec_adj)
sys/kern/kern_sensors.c
305
time_t now;
sys/kern/kern_sensors.c
51
time_t nextrun; /* time_uptime */
sys/kern/subr_fattime.c
142
time_t t1;
sys/kern/vfs_cache.c
2623
static time_t last_fromdvp_report;
sys/kern/vfs_sync.c
83
time_t syncdelay = 30; /* max time to delay syncing data */
sys/kern/vfs_sync.c
86
time_t filedelay = 30; /* time to delay syncing files */
sys/kern/vfs_sync.c
89
time_t dirdelay = 29; /* time to delay syncing directories */
sys/kern/vfs_sync.c
92
time_t metadelay = 28; /* time to delay syncing metadata */
sys/kern/vfs_sync.c
95
time_t retrydelay = 1; /* retry delay after failure */
sys/libkern/arc4random.c
29
time_t arc4_nextreseed;
sys/net/bridge/if_bridge.c
1537
time_t expire;
sys/net/bridge/if_bridgevar.h
186
time_t ifba_expire; /* address expire time */
sys/net/bridge/if_bridgevar.h
319
time_t bri_expire; /* expiration time */
sys/net/ip_mroute/ip_mroute.c
1176
static time_t last_log;
sys/net/ipfw/ip_fw2.c
2633
time_t globexp, uptime;
sys/net/ipfw/ip_fw2.c
2763
time_t globexp, uptime;
sys/net/ipfw/ip_fw2.c
335
time_t expire;
sys/net/ipfw/ip_fw2.c
414
time_t tc_expire; /* userland get-only */
sys/net/ipfw/ip_fw2.c
434
time_t t_lastexp;
sys/net/ipfw/ip_fw2.c
436
time_t t_expire;
sys/net/ipfw/ip_fw2.c
457
time_t st_expire; /* expire time */
sys/net/ipfw/ip_fw2.c
531
time_t te_lastuse;
sys/net/ipfw/ip_fw2.c
570
time_t ipfw_state_lastexp;
sys/net/ipfw/ip_fw2.c
576
time_t ipfw_track_lastexp;
sys/net/ipfw/ip_fw2.c
630
time_t ipfw_state_globexp __cachealign;
sys/net/ipfw/ip_fw2.c
635
time_t ipfw_track_globexp;
sys/net/ipfw/ip_fw2.c
6397
time_t lastuse;
sys/net/ipfw/ip_fw2.h
540
time_t last_used;
sys/net/ipfw/ip_fw2.h
571
time_t expire;
sys/net/ipfw3_basic/ip_fw3_state.h
46
time_t life;
sys/net/ipfw3_basic/ip_fw3_state.h
63
time_t timestamp;
sys/net/ipfw3_nat/ip_fw3_nat.h
108
time_t timestamp;
sys/net/ipfw3_nat/ip_fw3_nat.h
62
time_t life;
sys/net/ipfw3_nat/ip_fw3_nat.h
96
time_t timestamp;
sys/net/ppp_layer/ppp_defs.h
146
time_t xmit_idle; /* time since last NP packet sent */
sys/net/ppp_layer/ppp_defs.h
147
time_t recv_idle; /* time since last NP packet received */
sys/net/sppp/if_sppp.h
159
time_t pp_last_recv; /* time last packet has been received */
sys/net/sppp/if_sppp.h
160
time_t pp_last_sent; /* time last packet has been sent */
sys/net/wg/wg_cookie.c
140
timer_expired(const struct timespec *birthdate, time_t sec, long nsec)
sys/net/wg/wg_noise.c
244
timer_expired(const struct timespec *birthdate, time_t sec, long nsec)
sys/netinet/in_rmx.c
274
time_t nextstop;
sys/netinet/in_rmx.c
331
static time_t last_adjusted_timeout = 0;
sys/netinet/in_rmx.c
79
time_t lastdrain;
sys/netinet/tcp_output.c
834
static time_t last_optlen_report;
sys/netinet6/in6_proto.c
373
time_t ip6_log_time = (time_t)0L;
sys/netinet6/in6_rmx.c
301
time_t nextstop;
sys/netinet6/in6_rmx.c
366
static time_t last_adjusted_timeout = 0;
sys/netinet6/in6_rmx.c
425
time_t nextstop;
sys/netinet6/in6_var.h
100
time_t ia6t_expire; /* valid lifetime expiration time */
sys/netinet6/in6_var.h
101
time_t ia6t_preferred; /* preferred lifetime expiration time */
sys/netinet6/ip6_var.h
313
extern time_t ip6_log_time;
sys/netinet6/nd6.h
157
time_t expire;
sys/netinet6/nd6.h
253
time_t ndpr_expire; /* expiration time of the prefix */
sys/netinet6/nd6.h
254
time_t ndpr_preferred; /* preferred time of the prefix */
sys/netinet6/nd6_rtr.c
1661
time_t vltime0, pltime0;
sys/platform/pc64/isa/clock.c
1075
inittodr(time_t base)
sys/platform/pc64/isa/clock.c
1077
time_t sec, days;
sys/platform/vkernel64/platform/systimer.c
327
inittodr(time_t base)
sys/sys/_timespec.h
43
time_t tv_sec; /* seconds */
sys/sys/_timeval.h
51
time_t tv_sec; /* seconds */
sys/sys/acct.h
58
time_t ac_btime; /* starting time */
sys/sys/conf.h
100
time_t si_lastwrite; /* time_uptime */
sys/sys/conf.h
99
time_t si_lastread; /* time_uptime */
sys/sys/mount.h
233
time_t mnt_time; /* last time written*/
sys/sys/msg.h
77
time_t msg_stime; /* time of last msgsnd() */
sys/sys/msg.h
79
time_t msg_rtime; /* time of last msgrcv() */
sys/sys/msg.h
81
time_t msg_ctime; /* time of last msgctl() */
sys/sys/sem.h
38
time_t sem_otime; /* last operation time */
sys/sys/sem.h
40
time_t sem_ctime; /* last change time */
sys/sys/shm.h
80
time_t shm_atime; /* time of last shmat() */
sys/sys/shm.h
81
time_t shm_dtime; /* time of last shmdt() */
sys/sys/shm.h
82
time_t shm_ctime; /* time of last change by shmctl() */
sys/sys/systm.h
357
void inittodr (time_t base);
sys/sys/time.h
162
extern time_t time_second; /* simple time_t (can step) */
sys/sys/time.h
163
extern time_t time_uptime; /* monotonic simple uptime / seconds */
sys/sys/time.h
170
extern time_t ntp_leap_second;
sys/sys/time.h
187
time_t get_approximate_time_t(void);
sys/sys/timeb.h
50
time_t time; /* seconds since the Epoch */
sys/sys/timex.h
229
int ntp_update_second (time_t, int64_t *);
sys/sys/vnode.h
365
extern time_t syncdelay; /* max time to delay syncing data */
sys/sys/vnode.h
366
extern time_t filedelay; /* time to delay syncing files */
sys/sys/vnode.h
367
extern time_t dirdelay; /* time to delay syncing directories */
sys/sys/vnode.h
368
extern time_t metadelay; /* time to delay syncing metadata */
sys/vfs/hammer2/hammer2.h
1460
int hammer2_signal_check(time_t *timep);
sys/vfs/hammer2/hammer2_bulkfree.c
80
time_t save_time;
sys/vfs/hammer2/hammer2_subr.c
384
hammer2_signal_check(time_t *timep)
sys/vfs/nfs/bootp_subr.c
582
time_t atimo;
sys/vfs/nfs/bootp_subr.c
583
time_t rtimo;
sys/vfs/nfs/nfs.h
442
time_t nu_expire; /* Expiry time (time_uptime) */
sys/vfs/nfs/nfsnode.h
109
time_t n_attrstamp; /* Attr. cache timestamp */
sys/vfs/nfs/nfsnode.h
112
time_t n_modestamp; /* mode cache timestamp */
sys/vfs/nfs/nfsnode.h
113
time_t n_mtime; /* Last known modified time */
sys/vfs/nfs/nfsnode.h
114
time_t n_ctime; /* Prev create time. */
sys/vfs/nfs/nfsnode.h
115
time_t n_expiry; /* Lease expiry time */
sys/vfs/smbfs/smbfs_node.h
56
time_t n_attrage; /* attributes cache time */
sys/vfs/ufs/ufs_vnops.c
336
(time_t)(ip->i_atime | ((uint64_t)ip->i_atime_ext << 32));
sys/vfs/ufs/ufs_vnops.c
339
(time_t)(ip->i_mtime | ((uint64_t)ip->i_mtime_ext << 32));
sys/vfs/ufs/ufs_vnops.c
342
(time_t)(ip->i_ctime | ((uint64_t)ip->i_ctime_ext << 32));
sys/vm/vm_pageout.c
170
__read_mostly static time_t vm_pagedaemon_uptime;
sys/vm/vm_pageout.c
1999
static time_t save_time;
sys/vm/vm_pageout.c
2217
time_t warn_time;
sys/vm/vm_pageout.c
2511
static time_t save_time3;
sys/vm/vm_pageout.c
2560
static time_t save_time2;
test/interbench/interbench.c
1174
time_t t;
test/stress/stress2/lib/main.c
101
time_t start;
test/stress/stress2/lib/main.c
146
time_t start;
test/stress/stress2/lib/options.c
210
time_t t;
test/stress/stress2/testcases/run/run.c
92
time_t t;
test/stress/stress2/testcases/swap/swap.c
103
time_t start;
tools/tools/net80211/stumbler/stumbler.c
215
t = localtime( (time_t*) &node->seen.tv_sec);
tools/tools/net80211/wesside/wesside/wesside.c
245
time_t tt;
tools/tools/net80211/wesside/wesside/wesside.c
254
if (tt == (time_t)-1) {
tools/tools/net80211/wlaninject/wlaninject.c
772
time_t start;
tools/tools/net80211/wlanwatch/wlanwatch.c
271
time_t now = time(NULL);
tools/tools/usbtest/usb_control_ep_test.c
251
time_t last_sec;
tools/tools/usbtest/usb_control_ep_test.c
389
time_t last_sec;
tools/tools/usbtest/usb_modem_test.c
187
time_t last_sec;
tools/tools/usbtest/usb_modem_test.c
275
time_t last_sec;
tools/tools/usbtest/usb_msc_test.c
508
time_t last_sec;
tools/tools/usbtest/usbtest.h
37
time_t time;
usr.bin/at/at.c
112
static void writefile(time_t runtimer, char queue);
usr.bin/at/at.c
115
static time_t ttime(const char *arg);
usr.bin/at/at.c
116
static char * timer2str(time_t runtimer);
usr.bin/at/at.c
208
writefile(time_t runtimer, char queue)
usr.bin/at/at.c
473
time_t runtimer;
usr.bin/at/at.c
512
runtimer = 60*(time_t) ctm;
usr.bin/at/at.c
619
static time_t
usr.bin/at/at.c
628
time_t now;
usr.bin/at/at.c
690
timer2str(time_t runtimer)
usr.bin/at/at.c
743
time_t timer;
usr.bin/at/parsetime.c
410
time_t now;
usr.bin/at/parsetime.c
555
time_t
usr.bin/at/parsetime.c
561
time_t nowtimer, runtimer;
usr.bin/at/parsetime.h
26
time_t parsetime(int argc, char **argv);
usr.bin/calendar/calendar.c
318
time_t t;
usr.bin/calendar/calendar.c
475
time_t now;
usr.bin/calendar/calendar.c
488
time_t now;
usr.bin/calendar/calendar.c
503
time_t now;
usr.bin/calendar/parsedata.c
691
time_t now;
usr.bin/chat/chat.c
1236
time_t time_now = time (NULL);
usr.bin/chpass/chpass.h
66
int atot(char *, time_t *);
usr.bin/chpass/chpass.h
80
char *ttoa(time_t);
usr.bin/chpass/util.c
58
ttoa(time_t tval)
usr.bin/chpass/util.c
74
atot(char *p, time_t *store)
usr.bin/chpass/util.c
79
time_t tval;
usr.bin/dsynth/build.c
1129
time_t t;
usr.bin/dsynth/build.c
1274
static time_t wblast_time;
usr.bin/dsynth/build.c
1275
static time_t dmlast_time;
usr.bin/dsynth/build.c
1278
time_t t;
usr.bin/dsynth/build.c
188
time_t startTime;
usr.bin/dsynth/build.c
189
time_t t;
usr.bin/dsynth/build.c
2382
time_t start_time;
usr.bin/dsynth/build.c
2383
time_t last_time;
usr.bin/dsynth/build.c
2384
time_t next_time;
usr.bin/dsynth/build.c
2385
time_t wdog_time;
usr.bin/dsynth/build.c
3008
mptylogpoll(int ptyfd, int fdlog, wmsg_t *wmsg, time_t *wdog_timep)
usr.bin/dsynth/build.c
75
time_t *wdog_timep);
usr.bin/dsynth/dsynth.h
310
time_t start_time;
usr.bin/dsynth/html.c
169
time_t t;
usr.bin/dsynth/html.c
396
time_t t;
usr.bin/dsynth/html.c
57
static time_t HtmlStart;
usr.bin/dsynth/html.c
58
static time_t HtmlLast;
usr.bin/dsynth/html.c
94
time_t t;
usr.bin/dsynth/mount.c
72
time_t ls_mtime;
usr.bin/dsynth/ncurses.c
249
time_t t;
usr.bin/dsynth/runstats.c
102
time_t t;
usr.bin/dsynth/runstats.c
42
static time_t RSStartTime;
usr.bin/find/extern.h
119
extern time_t now;
usr.bin/find/extern.h
42
time_t get_date(char *);
usr.bin/find/function.c
1147
if (new->t_data.tv_sec == (time_t) -1)
usr.bin/find/function.c
291
time_t xtime;
usr.bin/find/getdate.y
109
static time_t yyDayOrdinal;
usr.bin/find/getdate.y
110
static time_t yyDayNumber;
usr.bin/find/getdate.y
116
static time_t yyTimezone;
usr.bin/find/getdate.y
117
static time_t yyDay;
usr.bin/find/getdate.y
118
static time_t yyHour;
usr.bin/find/getdate.y
119
static time_t yyMinutes;
usr.bin/find/getdate.y
120
static time_t yyMonth;
usr.bin/find/getdate.y
121
static time_t yySeconds;
usr.bin/find/getdate.y
122
static time_t yyYear;
usr.bin/find/getdate.y
124
static time_t yyRelMonth;
usr.bin/find/getdate.y
125
static time_t yyRelSeconds;
usr.bin/find/getdate.y
130
time_t Number;
usr.bin/find/getdate.y
544
static time_t
usr.bin/find/getdate.y
545
ToSeconds(time_t Hours, time_t Minutes, time_t Seconds, MERIDIAN Meridian)
usr.bin/find/getdate.y
577
static time_t
usr.bin/find/getdate.y
578
Convert(time_t Month, time_t Day, time_t Year,
usr.bin/find/getdate.y
579
time_t Hours, time_t Minutes, time_t Seconds,
usr.bin/find/getdate.y
585
time_t tod;
usr.bin/find/getdate.y
586
time_t Julian;
usr.bin/find/getdate.y
621
static time_t
usr.bin/find/getdate.y
622
DSTcorrect(time_t Start, time_t Future)
usr.bin/find/getdate.y
624
time_t StartDay;
usr.bin/find/getdate.y
625
time_t FutureDay;
usr.bin/find/getdate.y
633
static time_t
usr.bin/find/getdate.y
634
RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber)
usr.bin/find/getdate.y
637
time_t now;
usr.bin/find/getdate.y
647
static time_t
usr.bin/find/getdate.y
648
RelativeMonth(time_t Start, time_t RelMonth)
usr.bin/find/getdate.y
651
time_t Month;
usr.bin/find/getdate.y
652
time_t Year;
usr.bin/find/getdate.y
661
Convert(Month, (time_t)tm->tm_mday, Year,
usr.bin/find/getdate.y
662
(time_t)tm->tm_hour, (time_t)tm->tm_min, (time_t)tm->tm_sec,
usr.bin/find/getdate.y
69
time_t get_date(char *);
usr.bin/find/getdate.y
72
#define HOUR(x) ((time_t)(x) * 60)
usr.bin/find/getdate.y
82
time_t value;
usr.bin/find/getdate.y
848
time_t
usr.bin/find/getdate.y
853
time_t Start;
usr.bin/find/getdate.y
854
time_t tod;
usr.bin/find/getdate.y
855
time_t nowtime;
usr.bin/find/getdate.y
943
time_t d;
usr.bin/find/ls.c
53
static void printtime(time_t);
usr.bin/find/ls.c
78
printtime(time_t ftime)
usr.bin/find/ls.c
81
static time_t lnow;
usr.bin/find/main.c
53
time_t now; /* time find was run */
usr.bin/finger/extern.h
44
extern time_t now;
usr.bin/finger/finger.c
79
time_t now;
usr.bin/finger/finger.h
48
time_t mailread; /* last time mail was read */
usr.bin/finger/finger.h
49
time_t mailrecv; /* last time mail was received */
usr.bin/finger/finger.h
59
time_t loginat; /* time of (last) login */
usr.bin/finger/finger.h
60
time_t idletime; /* how long idle (if logged in) */
usr.bin/finger/util.c
145
w->loginat = (time_t)ep->tv.tv_sec;
usr.bin/finger/util.c
288
time_t touched;
usr.bin/gzip/gzip.c
1292
time_t timestamp = 0;
usr.bin/gzip/gzip.c
1677
time_t systime;
usr.bin/gzip/gzip.c
1912
print_list(int fd, off_t out, const char *outfile, time_t ts)
usr.bin/gzip/gzip.c
197
static void print_list(int fd, off_t, const char *, time_t);
usr.bin/ipcs/ipcs.c
102
cvt_time(time_t t, char *buf)
usr.bin/kcollect/gnuplot.c
95
time_t t;
usr.bin/kcollect/kcollect.c
550
time_t t;
usr.bin/kcollect/kcollect.c
688
time_t t;
usr.bin/kcollect/kcollect.c
751
time_t ts;
usr.bin/last/last.c
102
static char *fmttime(time_t, int);
usr.bin/last/last.c
296
fmttime(time_t t, int flags)
usr.bin/last/last.c
324
time_t delta; /* time difference */
usr.bin/last/last.c
86
time_t logout; /* log out time */
usr.bin/last/last.c
93
static time_t currentout; /* current logout value */
usr.bin/lastcomm/lastcomm.c
201
t += (time_t)(expand(ab.ac_etime)/AC_HZ);
usr.bin/lastcomm/lastcomm.c
210
time_t
usr.bin/lastcomm/lastcomm.c
213
time_t nt;
usr.bin/lastcomm/lastcomm.c
48
time_t expand(u_int);
usr.bin/lastcomm/lastcomm.c
72
time_t t;
usr.bin/leave/leave.c
137
time_t daytime;
usr.bin/leave/leave.c
60
time_t now;
usr.bin/lock/lock.c
247
time_t timval;
usr.bin/lock/lock.c
249
if ((timval = time(NULL)) != (time_t)-1) {
usr.bin/lock/lock.c
80
time_t timval;
usr.bin/mail/edit.c
133
time_t modtime;
usr.bin/mail/names.c
281
time_t now;
usr.bin/mail/send.c
561
time_t now;
usr.bin/msgs/msgs.c
124
time_t t;
usr.bin/msgs/msgs.c
125
time_t keep;
usr.bin/ncal/ncal.c
365
time_t t;
usr.bin/ncal/ncal.c
384
time_t t;
usr.bin/ncal/ncal.c
488
time_t t;
usr.bin/pr/pr.c
1255
time_t tv_sec;
usr.bin/quota/quota.c
296
static time_t now;
usr.bin/quota/quota.c
401
timeprt(time_t seconds)
usr.bin/quota/quota.c
403
time_t hours, minutes;
usr.bin/quota/quota.c
405
static time_t now;
usr.bin/quota/quota.c
76
static const char *timeprt(time_t);
usr.bin/rup/rup.c
113
if (sizeof(time_t) == sizeof(host_stat->curtime.tv_sec)) {
usr.bin/rup/rup.c
114
tmp_time = localtime((time_t *)&host_stat->curtime.tv_sec);
usr.bin/rup/rup.c
119
tmp_time = gmtime((time_t *)&host_stat->curtime.tv_sec);
usr.bin/rup/rup.c
95
time_t tmp_time_t;
usr.bin/ruptime/ruptime.c
166
interval((time_t)hsp->hs_wd->wd_sendtime -
usr.bin/ruptime/ruptime.c
167
(time_t)hsp->hs_wd->wd_boottime, " up"),
usr.bin/ruptime/ruptime.c
181
interval(time_t tval, const char *updown)
usr.bin/ruptime/ruptime.c
59
static time_t now;
usr.bin/ruptime/ruptime.c
63
static char *interval(time_t, const char *);
usr.bin/rusers/rusers.c
119
&(ctime((time_t *)&(up->utmpidlearr_val[x].ui_utmp.ut_time))[4]),
usr.bin/rwall/rwall.c
130
time_t now;
usr.bin/rwho/rwho.c
151
localtime((time_t *)&mp->myutmp.out_time));
usr.bin/rwho/rwho.c
79
time_t now;
usr.bin/script/script.c
315
time_t tvec;
usr.bin/script/script.c
394
time_t tclock;
usr.bin/script/script.c
89
time_t tvec, start;
usr.bin/systat/vmstat.c
111
static time_t t;
usr.bin/systat/vmstat.c
295
time_t now;
usr.bin/timeout/timeout.c
235
tim.it_value.tv_sec = (time_t)iv;
usr.bin/timeout/timeout.c
236
iv -= (double)(time_t)iv;
usr.bin/tip/cmds.c
157
time_t start;
usr.bin/tip/cmds.c
242
time_t start;
usr.bin/tip/cmds.c
399
time_t start_t, stop_t;
usr.bin/tip/cmds.c
580
time_t start;
usr.bin/tip/cmds.c
60
static void prtime(char *, time_t);
usr.bin/tip/cmds.c
624
time_t start;
usr.bin/tip/cmds.c
840
prtime(char *s, time_t a)
usr.bin/tip/log.c
47
time_t t;
usr.bin/top/display.c
1002
u_uptime(time_t uptime)
usr.bin/top/display.c
1009
i_timeofday(time_t *tod)
usr.bin/top/display.c
982
i_uptime(time_t uptime)
usr.bin/top/display.h
49
void i_uptime(time_t uptime);
usr.bin/top/display.h
50
void u_uptime(time_t uptime);
usr.bin/top/display.h
51
void i_timeofday(time_t *tod);
usr.bin/top/machine.h
57
time_t unused01; /* optional */
usr.bin/top/top.c
490
time_t curr_time;
usr.bin/top/top.c
497
curr_time = (time_t)(gstate->now.tv_sec);
usr.bin/top/username.c
105
data->expire = (time_t)0;
usr.bin/top/username.c
70
time_t expire;
usr.bin/top/username.c
89
time_t now;
usr.bin/touch/touch.c
230
time_t now;
usr.bin/touch/touch.c
294
time_t now;
usr.bin/undo/undo.c
421
time_t t;
usr.bin/undo/undo.c
523
t = (time_t)ts1.time32;
usr.bin/undo/undo.c
713
time_t t = (time_t)hen->time32;
usr.bin/unzip/unzip.c
789
time_t mtime;
usr.bin/w/extern.h
37
void pr_attime(time_t *, time_t *);
usr.bin/w/extern.h
38
int pr_idle(time_t);
usr.bin/w/pr_time.c
47
pr_attime(time_t *started, time_t *now)
usr.bin/w/pr_time.c
51
time_t diff;
usr.bin/w/pr_time.c
86
pr_idle(time_t idle)
usr.bin/w/w.c
108
time_t idle; /* idle time of terminal in seconds */
usr.bin/w/w.c
115
static void pr_header(time_t *, int);
usr.bin/w/w.c
430
then = (time_t)ep->tv.tv_sec;
usr.bin/w/w.c
440
pr_header(time_t *nowp, int nusers)
usr.bin/w/w.c
444
time_t uptime;
usr.bin/w/w.c
549
time_t touched;
usr.bin/w/w.c
560
ep->idle = (time_t)-1;
usr.bin/w/w.c
78
static time_t now; /* the current time of day */
usr.bin/w/w.c
79
static time_t then;
usr.bin/wall/wall.c
171
time_t now;
usr.bin/who/who.c
201
time_t t;
usr.bin/who/who.c
232
time_t now;
usr.bin/who/who.c
275
print(ep->name, ep->line, (time_t)ep->tv.tv_sec, ep->host, ep->pid,
usr.bin/who/who.c
280
print(const char *name, const char *line, time_t t, const char *host,
usr.bin/who/who.c
285
static time_t now = 0;
usr.bin/who/who.c
286
time_t idle;
usr.bin/who/who.c
58
static void print(const char *, const char *, time_t, const char *, pid_t pid,
usr.bin/write/write.c
159
time_t bestatime, atime;
usr.bin/write/write.c
203
term_chk(const char *tty, int *msgsokP, time_t *atimeP, int showerror)
usr.bin/write/write.c
228
time_t now;
usr.bin/write/write.c
57
static int term_chk(const char *, int *, time_t *, int);
usr.bin/write/write.c
65
time_t atime;
usr.bin/wtmpcvt/wtmpcvt.c
41
time_t ut_time;
usr.sbin/arp/arp.c
98
static time_t expire_time;
usr.sbin/autofs/autounmountd.c
180
static time_t
usr.sbin/autofs/autounmountd.c
181
expire_automounted(time_t expiration_time)
usr.sbin/autofs/autounmountd.c
184
time_t now;
usr.sbin/autofs/autounmountd.c
185
time_t mounted_for, mounted_max = -1;
usr.sbin/autofs/autounmountd.c
230
do_wait(int kq, time_t sleep_time)
usr.sbin/autofs/autounmountd.c
270
time_t expiration_time = 600, retry_time = 600, mounted_max, sleep_time;
usr.sbin/autofs/autounmountd.c
52
time_t af_mount_time;
usr.sbin/cron/cron/cron.c
115
database.mtime = (time_t) 0;
usr.sbin/cron/cron/cron.c
159
static time_t diff; /* delta time from the last offset change */
usr.sbin/cron/cron/cron.c
160
static time_t difflimit; /* end point for the time zone correction */
usr.sbin/cron/cron/cron.c
226
time_t difftime = TargetTime + tm->tm_gmtoff - diff;
usr.sbin/cron/cron/cron.c
44
static time_t last_time = 0;
usr.sbin/cron/cron/cron.h
178
time_t lastrun;
usr.sbin/cron/cron/cron.h
191
time_t mtime; /* last modtime of crontab */
usr.sbin/cron/cron/cron.h
197
time_t mtime; /* last modtime on spooldir */
usr.sbin/cron/cron/cron.h
231
*arpadate(time_t *),
usr.sbin/cron/cron/cron.h
275
time_t TargetTime;
usr.sbin/cron/cron/cron.h
292
extern time_t TargetTime;
usr.sbin/cron/cron/externs.h
40
# define TIME_T time_t
usr.sbin/cron/cron/externs.h
52
extern time_t time();
usr.sbin/cron/crontab/crontab.c
303
time_t mtime;
usr.sbin/cron/crontab/crontab.c
494
time_t now = time(NULL);
usr.sbin/cron/lib/misc.c
599
arpadate(time_t *clock)
usr.sbin/cron/lib/misc.c
601
time_t t = clock ?*clock :time(0L);
usr.sbin/daemon/daemon.c
431
daemon_sleep(time_t secs, long nsecs)
usr.sbin/daemon/daemon.c
74
static void daemon_sleep(time_t, long);
usr.sbin/dntpd/client.c
240
time_t t;
usr.sbin/dntpd/system.c
170
time_t t;
usr.sbin/edquota/edquota.c
638
time_t itime, btime, iseconds, bseconds;
usr.sbin/edquota/edquota.c
703
cvtstoa(time_t secs)
usr.sbin/edquota/edquota.c
729
cvtatos(time_t period, char *units, time_t *seconds)
usr.sbin/edquota/edquota.c
73
int cvtatos(time_t, char *, time_t *);
usr.sbin/edquota/edquota.c
74
char *cvtstoa(time_t);
usr.sbin/inetd/builtins.c
196
time_t now;
usr.sbin/inetd/builtins.c
219
time_t now;
usr.sbin/inetd/inetd.c
1964
time_t ch_LTime;
usr.sbin/inetd/inetd.c
1985
time_t t = time(NULL);
usr.sbin/installer/dfuibe_installer/fn_configure.c
693
time_t now;
usr.sbin/lpr/common_source/lp.h
187
time_t job_time; /* last-mod time of cf-file */
usr.sbin/lpr/lpc/cmds.c
1108
time_t mtime;
usr.sbin/lpr/lpc/cmds.c
433
static time_t cln_now; /* current time */
usr.sbin/lpr/lpc/movejobs.c
73
time_t newtime;
usr.sbin/lpr/lpd/printjob.c
1308
time_t tvec;
usr.sbin/makefs/cd9660.c
630
time_t tstamp = stampst.st_ino ? stampst.st_mtime : time(NULL);
usr.sbin/makefs/cd9660.c
707
time_t tstamp = stampst.st_ino ? stampst.st_mtime : time(NULL);
usr.sbin/makefs/cd9660.h
290
void cd9660_set_date(char *, time_t);
usr.sbin/makefs/cd9660.h
291
void cd9660_time_8426(unsigned char *, time_t);
usr.sbin/makefs/cd9660.h
292
void cd9660_time_915(unsigned char *, time_t);
usr.sbin/makefs/cd9660/cd9660_conversion.c
148
cd9660_compute_gm_offset(time_t tim)
usr.sbin/makefs/cd9660/cd9660_conversion.c
168
cd9660_time_8426(unsigned char *buf, time_t tim)
usr.sbin/makefs/cd9660/cd9660_conversion.c
188
cd9660_time_915(unsigned char *buf, time_t tim)
usr.sbin/makefs/cd9660/cd9660_conversion.c
39
static char cd9660_compute_gm_offset(time_t);
usr.sbin/makefs/ffs.c
514
time_t tstamp;
usr.sbin/makefs/ffs.c
591
time_t t;
usr.sbin/makefs/ffs.c
593
t = (time_t)((struct fs *)fsopts->superblock)->fs_time;
usr.sbin/makefs/ffs/mkfs.c
118
ffs_mkfs(const char *fsys, const fsinfo_t *fsopts, time_t tstamp)
usr.sbin/makefs/ffs/mkfs.c
660
initcg(uint32_t cylno, time_t utime, const fsinfo_t *fsopts)
usr.sbin/makefs/ffs/mkfs.c
71
static void initcg(uint32_t, time_t, const fsinfo_t *);
usr.sbin/makefs/ffs/newfs_extern.h
33
struct fs *ffs_mkfs(const char *, const fsinfo_t *, time_t);
usr.sbin/makefs/hammer2.c
1508
time_t t;
usr.sbin/makefs/hammer2/hammer2.h
1505
int hammer2_signal_check(time_t *timep);
usr.sbin/makefs/hammer2/hammer2_bulkfree.c
85
time_t save_time;
usr.sbin/makefs/hammer2/hammer2_subr.c
422
hammer2_signal_check(time_t *timep)
usr.sbin/makefs/makefs.c
464
time_t when;
usr.sbin/makefs/makefs.c
476
when = (time_t)l;
usr.sbin/makefs/msdos/msdosfs_vnops.c
115
time_t t1;
usr.sbin/mfiutil/mfi_evt.c
242
static time_t base;
usr.sbin/mfiutil/mfi_evt.c
243
time_t t;
usr.sbin/mfiutil/mfi_patrol.c
251
time_t now;
usr.sbin/mfiutil/mfi_patrol.c
43
adapter_time(time_t now, uint32_t at_now, uint32_t at)
usr.sbin/mfiutil/mfi_patrol.c
45
time_t t;
usr.sbin/mfiutil/mfi_patrol.c
84
time_t now;
usr.sbin/mtree/compare.c
315
time_t smtime = s->st_mtimespec.tv_sec;
usr.sbin/mtree/compare.c
318
time_t pmtime = ps->st_mtimespec.tv_sec;
usr.sbin/mtree/compare.c
323
time_t pmtime = (time_t)ps->st_mtime;
usr.sbin/mtree/create.c
87
time_t clocktime;
usr.sbin/mtree/spec.c
632
(time_t)strtoll(val, &ep, 10);
usr.sbin/ndp/ndp.c
150
static char *sec2str(time_t t);
usr.sbin/ndp/ndp.c
1504
sec2str(time_t total)
usr.sbin/ndp/ndp.c
166
gmt2local(time_t t)
usr.sbin/ndp/ndp.c
368
time_t expire_time;
usr.sbin/newsyslog/extern.h
62
time_t _basetime, const char *_str);
usr.sbin/newsyslog/extern.h
68
time_t ptimeget_secs(const struct ptime_data *_ptime);
usr.sbin/newsyslog/extern.h
70
int ptimeset_time(struct ptime_data *_ptime, time_t _secs);
usr.sbin/newsyslog/newsyslog.c
1754
time_t now;
usr.sbin/newsyslog/newsyslog.c
1810
if (time(&now) == (time_t)-1 ||
usr.sbin/newsyslog/newsyslog.c
220
time_t t; /* Parsed timestamp of the logfile */
usr.sbin/newsyslog/newsyslog.c
2380
static time_t
usr.sbin/newsyslog/newsyslog.c
2386
time_t t;
usr.sbin/newsyslog/newsyslog.c
2441
time_t mtime;
usr.sbin/newsyslog/ptimes.c
387
ptime_relparse(struct ptime_data *ptime, int parseopts, time_t basetime,
usr.sbin/newsyslog/ptimes.c
409
ptime->tsecs = (time_t)pres;
usr.sbin/newsyslog/ptimes.c
437
if (ptime->tsecs > (time_t)-1)
usr.sbin/newsyslog/ptimes.c
453
if (ptime->tsecs == (time_t)-1) {
usr.sbin/newsyslog/ptimes.c
454
ptime->tsecs = (time_t)-2;
usr.sbin/newsyslog/ptimes.c
567
time_t
usr.sbin/newsyslog/ptimes.c
681
ptimeset_time(struct ptime_data *ptime, time_t secs)
usr.sbin/newsyslog/ptimes.c
71
time_t basesecs; /* Base point for relative times */
usr.sbin/newsyslog/ptimes.c
72
time_t tsecs; /* Time in seconds */
usr.sbin/pfctl/pfctl_parser.c
477
time_t runtime;
usr.sbin/pfctl/pfctl_table.c
389
time_t rtime = ts->pfrts_tzero;
usr.sbin/pfctl/pfctl_table.c
476
time_t rtime = as->pfras_tzero;
usr.sbin/pfctl/pfctl_table.c
608
time_t tzero = p->pfik_tzero;
usr.sbin/ppp/bundle.c
1167
time_t now = time(NULL);
usr.sbin/ppp/bundle.c
1233
time_t now = time(NULL);
usr.sbin/ppp/bundle.h
128
time_t done;
usr.sbin/ppp/bundle.h
134
time_t done;
usr.sbin/ppp/bundle.h
97
time_t upat; /* When the link came up */
usr.sbin/ppp/libradius/radlib.c
674
time_t now;
usr.sbin/ppp/libradius/radlib.c
976
time_t now;
usr.sbin/ppp/libradius/radlib_private.h
73
time_t dead_time; /* Don't try this server for the time period if it is dead */
usr.sbin/ppp/libradius/radlib_private.h
74
time_t next_probe; /* Time of a next probe after failure */
usr.sbin/ppp/physical.h
99
time_t Utmp; /* Are we in utmp ? */
usr.sbin/ppp/throughput.c
86
time_t downat;
usr.sbin/ppp/throughput.h
38
time_t uptime, downtime;
usr.sbin/ppp/throughput.h
49
time_t BestOctetsPerSecondTime;
usr.sbin/ppp/timer.c
197
static time_t t; /* Only show timers globally every second */
usr.sbin/ppp/timer.c
198
time_t n = time(NULL);
usr.sbin/pw/psdate.c
165
time_t
usr.sbin/pw/psdate.c
166
parse_date(time_t dt, char const * str)
usr.sbin/pw/psdate.c
222
dt -= (time_t) 86400L;
usr.sbin/pw/psdate.h
36
time_t parse_date(time_t dt, char const * str);
usr.sbin/pw/psdate.h
37
void print_date(char *buf, time_t t, int dotime);
usr.sbin/pw/pw_log.c
47
time_t now = time(NULL);
usr.sbin/pw/pw_user.c
1119
if (pwd->pw_expire > (time_t)0 && (tptr = localtime(&pwd->pw_expire)) != NULL)
usr.sbin/pw/pw_user.c
1121
if (pwd->pw_change > (time_t)0 && (tptr = localtime(&pwd->pw_change)) != NULL)
usr.sbin/pw/pw_user.c
483
time_t now = time(NULL);
usr.sbin/pw/pw_user.c
484
time_t expire = parse_date(now, arg->val);
usr.sbin/pw/pw_user.c
503
time_t now = time(NULL);
usr.sbin/pw/pw_user.c
504
time_t expire = parse_date(now, arg->val);
usr.sbin/pw/pw_user.c
51
static time_t pw_pwdpolicy(struct userconf * cnf, struct cargs * args);
usr.sbin/pw/pw_user.c
52
static time_t pw_exppolicy(struct userconf * cnf, struct cargs * args);
usr.sbin/pw/pw_user.c
915
static time_t
usr.sbin/pw/pw_user.c
918
time_t result = 0;
usr.sbin/pw/pw_user.c
919
time_t now = time(NULL);
usr.sbin/pw/pw_user.c
931
static time_t
usr.sbin/pw/pw_user.c
934
time_t result = 0;
usr.sbin/pw/pw_user.c
935
time_t now = time(NULL);
usr.sbin/pw/pw_vpw.c
118
pwd.pw_change = (time_t)atol(p);
usr.sbin/pw/pw_vpw.c
121
pwd.pw_expire = (time_t)atol(p);
usr.sbin/quot/quot.c
285
uses(uid_t uid, daddr_t blks, time_t act)
usr.sbin/quot/quot.c
287
static time_t today;
usr.sbin/quot/quot.c
71
static void uses(uid_t, daddr_t, time_t);
usr.sbin/repquota/repquota.c
353
timeprt(time_t seconds)
usr.sbin/repquota/repquota.c
355
time_t hours, minutes;
usr.sbin/repquota/repquota.c
357
static time_t now;
usr.sbin/repquota/repquota.c
88
char *timeprt(time_t);
usr.sbin/route6d/route6d.c
1008
time_t t_half_lifetime;
usr.sbin/route6d/route6d.c
154
time_t rrt_t; /* when the route validated */
usr.sbin/route6d/route6d.c
1708
time_t t_lifetime;
usr.sbin/route6d/route6d.c
179
static time_t nextalarm = 0;
usr.sbin/route6d/route6d.c
1805
time_t t_lifetime;
usr.sbin/route6d/route6d.c
1912
time_t t_lifetime;
usr.sbin/route6d/route6d.c
2869
time_t t, age;
usr.sbin/route6d/route6d.c
3164
time_t t;
usr.sbin/route6d/route6d.c
520
time_t t_lifetime, t_holddown;
usr.sbin/route6d/route6d.c
999
time_t t;
usr.sbin/rpc.umntall/mounttab.c
75
time_t mnt_time;
usr.sbin/rpc.umntall/mounttab.h
35
time_t mtab_time;
usr.sbin/rpc.umntall/rpc.umntall.c
60
time_t expire, now;
usr.sbin/rpcbind/rpcb_svc_com.c
354
static time_t curtime;
usr.sbin/rpcbind/rpcb_svc_com.c
90
time_t time;
usr.sbin/rpcbind/rpcb_svc_com.c
938
time_t min_time, time_now;
usr.sbin/rtadvd/config.c
1438
vltime = ((time_t)pfx->pfx_vltimeexpire > now.tv_sec) ?
usr.sbin/rtadvd/config.c
1447
pltime = ((time_t)pfx->pfx_pltimeexpire > now.tv_sec) ?
usr.sbin/rtadvd/config.c
75
static time_t prefix_timo = (60 * 120); /* 2 hours.
usr.sbin/rtadvd/dump.c
123
ctime((time_t *)&rai->lastsent.tv_sec));
usr.sbin/rtadvd/dump.c
127
ctime((time_t *)&rai->timer->tm.tv_sec));
usr.sbin/rtadvd/timer.c
62
tm_limit.tv_sec = (-1) & ~((time_t)1 << ((sizeof(tm_max.tv_sec) * 8) - 1));
usr.sbin/rtsold/dump.c
114
sec2str(time_t total)
usr.sbin/rtsold/dump.c
56
static char *sec2str(time_t);
usr.sbin/rwhod/rwhod.c
151
static void timeadd(struct timeval *, time_t, struct timeval *);
usr.sbin/rwhod/rwhod.c
172
time_t delta = 0;
usr.sbin/rwhod/rwhod.c
306
timeadd(struct timeval *now, time_t delta, struct timeval *next)
usr.sbin/rwhod/rwhod.c
446
time_t now;
usr.sbin/rwhod/rwhod.c
707
time_t t = ntohl(we->we_utmp.out_time);
usr.sbin/sensorsd/sensorsd.c
109
time_t last_report = 0, this_check;
usr.sbin/sensorsd/sensorsd.c
248
check(time_t this_check)
usr.sbin/sensorsd/sensorsd.c
323
check_sdlim(struct sdlim_t *sdlim, time_t this_check)
usr.sbin/sensorsd/sensorsd.c
407
report(time_t last_report)
usr.sbin/sensorsd/sensorsd.c
416
report_sdlim(struct sdlim_t *sdlim, time_t last_report)
usr.sbin/sensorsd/sensorsd.c
56
time_t astatus_changed;
usr.sbin/sensorsd/sensorsd.c
57
time_t ustatus_changed;
usr.sbin/sensorsd/sensorsd.c
81
static void check(time_t);
usr.sbin/sensorsd/sensorsd.c
82
static void check_sdlim(struct sdlim_t *, time_t);
usr.sbin/sensorsd/sensorsd.c
84
static void report(time_t);
usr.sbin/sensorsd/sensorsd.c
85
static void report_sdlim(struct sdlim_t *, time_t);
usr.sbin/sshlockout/sshlockout.c
105
static int insert_iph(const char *ips, time_t t);
usr.sbin/sshlockout/sshlockout.c
266
time_t t = time(NULL);
usr.sbin/sshlockout/sshlockout.c
408
insert_iph(const char *ips, time_t t)
usr.sbin/sshlockout/sshlockout.c
74
time_t t;
usr.sbin/syslogd/syslogd.c
154
time_t f_time; /* time this was last written */
usr.sbin/syslogd/syslogd.c
843
static time_t now;
usr.sbin/tzsetup/tzsetup.c
652
time_t t = time(0);
usr.sbin/watch/watch.c
97
time_t t;
usr.sbin/yppoll/yppoll.c
97
ctime((time_t *)&order));
usr.sbin/zic/zdump.c
122
static time_t const absolute_min_time =
usr.sbin/zic/zdump.c
123
((time_t) -1 < 0
usr.sbin/zic/zdump.c
124
? (time_t) -1 << (CHAR_BIT * sizeof (time_t) - 1)
usr.sbin/zic/zdump.c
126
static time_t const absolute_max_time =
usr.sbin/zic/zdump.c
127
((time_t) -1 < 0
usr.sbin/zic/zdump.c
128
? - (~ 0 < 0) - ((time_t) -1 << (CHAR_BIT * sizeof (time_t) - 1))
usr.sbin/zic/zdump.c
137
static time_t hunt(char *name, time_t lot, time_t hit);
usr.sbin/zic/zdump.c
138
static void show(char *zone, time_t t, int v);
usr.sbin/zic/zdump.c
140
static time_t yeartot(intmax_t y) __pure;
usr.sbin/zic/zdump.c
147
my_localtime(time_t *tp)
usr.sbin/zic/zdump.c
154
time_t t;
usr.sbin/zic/zdump.c
212
time_t cutlotime;
usr.sbin/zic/zdump.c
213
time_t cuthitime;
usr.sbin/zic/zdump.c
215
time_t now;
usr.sbin/zic/zdump.c
216
time_t t;
usr.sbin/zic/zdump.c
217
time_t newt;
usr.sbin/zic/zdump.c
392
static time_t
usr.sbin/zic/zdump.c
396
time_t t;
usr.sbin/zic/zdump.c
435
static time_t
usr.sbin/zic/zdump.c
436
hunt(char *name, time_t lot, time_t hit)
usr.sbin/zic/zdump.c
438
time_t t;
usr.sbin/zic/zdump.c
451
time_t diff = hit - lot;
usr.sbin/zic/zdump.c
503
show(char *zone, time_t t, int v)
usr.sbin/zic/zdump.c
553
if (0 > (time_t) -1) { /* signed */
usr.sbin/zic/zdump.c
554
if (sizeof (time_t) == sizeof (intmax_t))
usr.sbin/zic/zdump.c
556
if (sizeof (time_t) > sizeof (long))
usr.sbin/zic/zdump.c
558
if (sizeof (time_t) > sizeof (int))
usr.sbin/zic/zdump.c
562
if (sizeof (time_t) == sizeof (uintmax_t))
usr.sbin/zic/zdump.c
564
if (sizeof (time_t) > sizeof (unsigned long))
usr.sbin/zic/zdump.c
566
if (sizeof (time_t) > sizeof (unsigned int))