Symbol: start_time
games/atc/extern.c
55
time_t start_time;
games/atc/extern.h
57
extern time_t start_time;
games/atc/log.c
181
thisscore.real_time = time(0) - start_time;
games/atc/main.c
69
start_time = time(0);
lib/libcurses/tinfo/write_entry.c
314
static time_t start_time; /* time at start of writes */
lib/libcurses/tinfo/write_entry.c
413
start_time = 0;
lib/libcurses/tinfo/write_entry.c
435
if (start_time > 0 &&
lib/libcurses/tinfo/write_entry.c
437
&& statbuf.st_mtime >= start_time) {
lib/libcurses/tinfo/write_entry.c
459
if (start_time == 0) {
lib/libcurses/tinfo/write_entry.c
461
|| (start_time = statbuf.st_mtime) == 0) {
lib/libcurses/tinfo/write_entry.c
493
statbuf.st_mtime < start_time) {
sbin/unwind/libunbound/services/mesh.c
1344
struct mesh_cb* r, struct timeval* start_time)
sbin/unwind/libunbound/services/mesh.c
1365
rep, rcode, &r->edns, NULL, m->s.region, start_time))
sbin/unwind/libunbound/services/mesh.c
1369
&r->edns, NULL, m->s.region, start_time))
sbin/unwind/libunbound/services/mesh.c
1386
LDNS_RCODE_NOERROR, &r->edns, NULL, m->s.region, start_time) ||
sbin/unwind/libunbound/services/mesh.c
1538
rep, rcode, &r->edns, &r->query_reply, m->s.region, &r->start_time))
sbin/unwind/libunbound/services/mesh.c
1542
&r->edns, &r->query_reply, m->s.region, &r->start_time))
sbin/unwind/libunbound/services/mesh.c
1578
LDNS_RCODE_NOERROR, &r->edns, &r->query_reply, m->s.region, &r->start_time) ||
sbin/unwind/libunbound/services/mesh.c
1585
rep, LDNS_RCODE_SERVFAIL, &r->edns, &r->query_reply, m->s.region, &r->start_time))
sbin/unwind/libunbound/services/mesh.c
1602
timeval_subtract(&duration, &end_time, &r->start_time);
sbin/unwind/libunbound/services/mesh.c
1779
timeval_subtract(&old, mstate->s.env->now_tv, &r->start_time);
sbin/unwind/libunbound/services/mesh.c
1808
tv = r->start_time;
sbin/unwind/libunbound/services/mesh.c
2019
r->start_time = *s->s.env->now_tv;
sbin/unwind/libunbound/services/mesh.c
2021
s->first_reply_time = r->start_time;
sbin/unwind/libunbound/services/mesh.c
2573
timeval_subtract(&old, mstate->s.env->now_tv, &r->start_time);
sbin/unwind/libunbound/services/mesh.c
2602
tv = r->start_time;
sbin/unwind/libunbound/services/mesh.h
247
struct timeval start_time;
sbin/unwind/libunbound/util/data/msgreply.c
1240
struct timeval* start_time)
sbin/unwind/libunbound/util/data/msgreply.c
1253
rcode, edns, &opt_list_out, repinfo, region, start_time, cb->id, cb->cb_arg);
sbin/unwind/libunbound/util/data/msgreply.c
1262
struct timeval* start_time)
sbin/unwind/libunbound/util/data/msgreply.c
1266
qstate, rep, rcode, edns, repinfo, region, start_time);
sbin/unwind/libunbound/util/data/msgreply.c
1273
struct timeval* start_time)
sbin/unwind/libunbound/util/data/msgreply.c
1277
qinfo, qstate, rep, rcode, edns, repinfo, region, start_time);
sbin/unwind/libunbound/util/data/msgreply.c
1284
struct timeval* start_time)
sbin/unwind/libunbound/util/data/msgreply.c
1288
qinfo, qstate, rep, rcode, edns, repinfo, region, start_time);
sbin/unwind/libunbound/util/data/msgreply.c
1295
struct timeval* start_time)
sbin/unwind/libunbound/util/data/msgreply.c
1303
region, start_time);
sbin/unwind/libunbound/util/data/msgreply.h
673
struct timeval* start_time);
sbin/unwind/libunbound/util/data/msgreply.h
694
struct timeval* start_time);
sbin/unwind/libunbound/util/data/msgreply.h
715
struct timeval* start_time);
sbin/unwind/libunbound/util/data/msgreply.h
737
struct timeval* start_time);
sbin/unwind/libunbound/util/module.h
272
struct timeval* start_time, int id, void* callback);
sys/dev/ic/qwxreg.h
2764
uint32_t start_time;
sys/dev/ic/qwzreg.h
2863
uint32_t start_time;
usr.bin/ssh/clientloop.c
1455
double start_time, total_time;
usr.bin/ssh/clientloop.c
1500
start_time = monotime_double();
usr.bin/ssh/clientloop.c
1595
__progname, ident, monotime_double() - start_time);
usr.bin/ssh/clientloop.c
1697
total_time = monotime_double() - start_time;
usr.bin/ssh/packet.c
150
time_t start_time;
usr.bin/ssh/packet.c
303
state->start_time = monotime();
usr.bin/ssh/packet.c
3090
fmt_timeframe(monotime() - state->start_time),
usr.bin/tmux/format.c
195
uint64_t start_time;
usr.bin/tmux/format.c
320
to->start_time = from->start_time;
usr.bin/tmux/format.c
3377
return (&start_time);
usr.bin/tmux/format.c
4601
if (t - es->start_time < FORMAT_TIME_LIMIT)
usr.bin/tmux/format.c
4603
t -= es->start_time;
usr.bin/tmux/format.c
5837
index = (es->start_time / (count * FORMAT_CYCLE_PERIOD)) % n;
usr.bin/tmux/format.c
6726
es.start_time = get_timer();
usr.bin/tmux/format.c
6739
es.start_time = get_timer();
usr.bin/tmux/grid.c
203
return (start_time.tv_sec + gl->time - 1);
usr.bin/tmux/grid.c
213
gl->time = current_time - start_time.tv_sec + 1;
usr.bin/tmux/server.c
218
gettimeofday(&start_time, NULL);
usr.bin/tmux/tmux.c
46
struct timeval start_time;
usr.sbin/bgpctl/output_ometric.c
421
timespecsub(&end_time, &start_time, &elapsed_time);
usr.sbin/bgpctl/output_ometric.c
55
struct timespec start_time, end_time;
usr.sbin/bgpctl/output_ometric.c
66
clock_gettime(CLOCK_MONOTONIC, &start_time);
usr.sbin/makefs/cd9660.c
1146
Tflag ? stampts : start_time.tv_sec);
usr.sbin/makefs/ffs.c
523
tstamp = start_time.tv_sec;
usr.sbin/makefs/makefs.c
101
ch = clock_gettime(CLOCK_REALTIME, &start_time);
usr.sbin/makefs/makefs.c
75
struct timespec start_time;
usr.sbin/makefs/makefs.h
180
extern struct timespec start_time;
usr.sbin/npppd/npppd/npppd_ctl.c
272
_this->time = ppp->start_time;
usr.sbin/npppd/npppd/ppp.c
240
_this->start_time = time(NULL);
usr.sbin/npppd/npppd/ppp.h
572
time_t start_time;
usr.sbin/rpki-client/main.c
1034
struct timespec start_time, now_time;
usr.sbin/rpki-client/main.c
1038
clock_gettime(CLOCK_MONOTONIC, &start_time);
usr.sbin/rpki-client/main.c
1560
timespecsub(&now_time, &start_time, &stats.elapsed_time);
usr.sbin/rpki-client/repo.c
103
struct timespec start_time;
usr.sbin/rpki-client/repo.c
346
timespecsub(&flush_time, &rp->start_time,
usr.sbin/rpki-client/repo.c
664
clock_gettime(CLOCK_MONOTONIC, &rp->start_time);
usr.sbin/tcpdump/print-cnfp.c
103
ntohl(nr->start_time)/1000, ntohl(nr->start_time)%1000,
usr.sbin/tcpdump/print-cnfp.c
61
u_int32_t start_time; /* sys_uptime value */
usr.sbin/unbound/daemon/remote.c
3030
timeval_subtract(&d, env->now_tv, &r->start_time);
usr.sbin/unbound/dynlibmod/dynlibmod.c
217
struct timeval* start_time, int id, void* callback) {
usr.sbin/unbound/dynlibmod/dynlibmod.c
219
return ((inplace_cb_reply_func_type*) cb_pair->cb)(qinfo, qstate, rep, rcode, edns, opt_list_out, repinfo, region, start_time, id, cb_pair->cb_arg);
usr.sbin/unbound/dynlibmod/dynlibmod.h
74
struct timeval* start_time, int id, void* callback);
usr.sbin/unbound/dynlibmod/examples/helloworld.c
122
struct timeval* start_time, int id, void* callback) {
usr.sbin/unbound/dynlibmod/examples/helloworld.c
36
struct timeval* start_time, int id, void* callback);
usr.sbin/unbound/services/mesh.c
1344
struct mesh_cb* r, struct timeval* start_time)
usr.sbin/unbound/services/mesh.c
1365
rep, rcode, &r->edns, NULL, m->s.region, start_time))
usr.sbin/unbound/services/mesh.c
1369
&r->edns, NULL, m->s.region, start_time))
usr.sbin/unbound/services/mesh.c
1386
LDNS_RCODE_NOERROR, &r->edns, NULL, m->s.region, start_time) ||
usr.sbin/unbound/services/mesh.c
1538
rep, rcode, &r->edns, &r->query_reply, m->s.region, &r->start_time))
usr.sbin/unbound/services/mesh.c
1542
&r->edns, &r->query_reply, m->s.region, &r->start_time))
usr.sbin/unbound/services/mesh.c
1578
LDNS_RCODE_NOERROR, &r->edns, &r->query_reply, m->s.region, &r->start_time) ||
usr.sbin/unbound/services/mesh.c
1585
rep, LDNS_RCODE_SERVFAIL, &r->edns, &r->query_reply, m->s.region, &r->start_time))
usr.sbin/unbound/services/mesh.c
1602
timeval_subtract(&duration, &end_time, &r->start_time);
usr.sbin/unbound/services/mesh.c
1779
timeval_subtract(&old, mstate->s.env->now_tv, &r->start_time);
usr.sbin/unbound/services/mesh.c
1808
tv = r->start_time;
usr.sbin/unbound/services/mesh.c
2019
r->start_time = *s->s.env->now_tv;
usr.sbin/unbound/services/mesh.c
2021
s->first_reply_time = r->start_time;
usr.sbin/unbound/services/mesh.c
2573
timeval_subtract(&old, mstate->s.env->now_tv, &r->start_time);
usr.sbin/unbound/services/mesh.c
2602
tv = r->start_time;
usr.sbin/unbound/services/mesh.h
247
struct timeval start_time;
usr.sbin/unbound/util/data/msgreply.c
1240
struct timeval* start_time)
usr.sbin/unbound/util/data/msgreply.c
1253
rcode, edns, &opt_list_out, repinfo, region, start_time, cb->id, cb->cb_arg);
usr.sbin/unbound/util/data/msgreply.c
1262
struct timeval* start_time)
usr.sbin/unbound/util/data/msgreply.c
1266
qstate, rep, rcode, edns, repinfo, region, start_time);
usr.sbin/unbound/util/data/msgreply.c
1273
struct timeval* start_time)
usr.sbin/unbound/util/data/msgreply.c
1277
qinfo, qstate, rep, rcode, edns, repinfo, region, start_time);
usr.sbin/unbound/util/data/msgreply.c
1284
struct timeval* start_time)
usr.sbin/unbound/util/data/msgreply.c
1288
qinfo, qstate, rep, rcode, edns, repinfo, region, start_time);
usr.sbin/unbound/util/data/msgreply.c
1295
struct timeval* start_time)
usr.sbin/unbound/util/data/msgreply.c
1303
region, start_time);
usr.sbin/unbound/util/data/msgreply.h
673
struct timeval* start_time);
usr.sbin/unbound/util/data/msgreply.h
694
struct timeval* start_time);
usr.sbin/unbound/util/data/msgreply.h
715
struct timeval* start_time);
usr.sbin/unbound/util/data/msgreply.h
737
struct timeval* start_time);
usr.sbin/unbound/util/module.h
272
struct timeval* start_time, int id, void* callback);